From productionos
Headless browser for QA testing, site inspection, and interaction verification. Navigate, screenshot, click, fill forms, capture snapshots.
npx claudepluginhub shaheerkhawaja/productionos --plugin productionosThis skill uses the workspace's default tool permissions.
Headless browser for QA testing, site inspection, and interaction verification. Navigate, screenshot, click, fill forms, capture snapshots.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Headless browser for QA testing, site inspection, and interaction verification. Navigate, screenshot, click, fill forms, capture snapshots.
| Parameter | Values | Default | Description |
|---|---|---|---|
url | string | required | URL to navigate to |
action | string | navigate | Action: navigate |
Control a headless browser for testing, QA, and site inspection.
Run templates/PREAMBLE.md.
Dispatch browser-controller agent:
Read agents/browser-controller.md
Dispatch with:
URL: $ARGUMENTS.url
Action: $ARGUMENTS.action
Output: .productionos/browse/
Navigate to URL, report HTTP status, page title, key elements found.
Navigate + capture full-page screenshot. Save to .productionos/browse/screenshot-{timestamp}.png.
Navigate + describe all interactive elements (buttons, forms, links). Execute user-directed interactions.
Navigate + capture full accessibility snapshot. Report missing labels, roles, ARIA attributes.
After browsing, run templates/SELF-EVAL-PROTOCOL.md on findings quality.
| Scenario | Action |
|---|---|
| No target provided | Ask for clarification with examples |
| Target not found | Search for alternatives, suggest closest match |
| Agent dispatch fails | Fall back to manual execution, report the error |
| Ambiguous input | Present options, ask user to pick |
| Execution timeout | Save partial results, report what completed |