make-pages-interactive - Turn static HTML pages into interactive feedback surfaces
Turns HTML pages into a live commenting surface, routing feedback to a local inbox for agent monitoring and HTML updates.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Inject feedback tags into HTML files
- Start local feedback HTTP server
- Monitor inbox for user feedback
- Edit HTML files per feedback
- Append change records to history
- Post status updates for tasks
- Stop running feedback HTTP server
- Remove feedback tags from HTML
- Update skill via git pull
Inputs
- Target HTML directory
- Port number
- User feedback comments
- JSONL inbox file
Outputs
- Modified HTML files
- Updated feedback history file
- JSONL inbox file
- Status update POST requests
Requirements
- Python runtime environment
- Git command-line tool
- Bash command execution capability
- Available local TCP port
