webcmd-autofix
Identifies and repairs broken web automation adapters when website DOM or API changes occur.
Install
mkdir -p .claude/skills/webcmd-autofix && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19460" && unzip -o skill.zip -d .claude/skills/webcmd-autofix && rm skill.zipInstalls to .claude/skills/webcmd-autofix
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Automatically fix broken Webcmd adapters when commands fail. Load this skill when a webcmd command fails; it guides you through collecting a trace artifact, patching the adapter, retrying, and safely reporting reproducible upstream defects. Works with any AI agent.Key capabilities
- →Diagnose failures in webcmd adapters
- →Collect trace artifacts for debugging
- →Patch adapter source code to fix selectors or schema changes
- →Retry failed commands after repairs
- →Draft and submit upstream bug reports to GitHub
How it works
The skill uses trace artifacts to identify the root cause of a webcmd failure, guides the user through patching the adapter, and verifies the fix through retries.
Inputs & outputs
When to use webcmd-autofix
- →Fixing broken scraping selectors
- →Repairing failing automation tasks
- →Updating adapters after site changes
- →Debugging failed web commands
About webcmd-autofix
This skill detects failures in web-scraping or automation scripts and guides the repair process. It collects diagnostics, patches the relevant adapter code, and retries the operation, ensuring web automation remains functional after site updates.
Automatically fix broken Webcmd adapters when commands fail. Load this skill when a webcmd command fails; it guides you through collecting a trace artifact, patching the adapter, retrying, and safely reporting reproducible upstream defects. Works with any AI agent.
When not to use it
- →When the failure is caused by authentication requirements
- →When the site is protected by CAPTCHA or IP blocking
- →When the browser connection is failing
Prerequisites
Limitations
- →Maximum of 3 repair rounds per failure
- →Cannot modify core files outside of the adapter source path
- →Requires manual verification of empty results
How it compares
It provides an automated diagnostic and repair loop for web scraping adapters instead of requiring manual debugging of DOM changes.
Compared to similar skills
webcmd-autofix side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| webcmd-autofix (this skill) | 0 | 1mo | Review | Advanced |
| dev-browser | 53 | 5mo | Review | Intermediate |
| chrome-devtools | 41 | 8mo | Review | Intermediate |
| n8n-expression-syntax | 6 | 5mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by agentrhq
View all by agentrhq →You might also like
dev-browser
SawyerHood
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
chrome-devtools
mrgoonie
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
n8n-expression-syntax
czlonkowski
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.
simple-fetch
yoloshii
Basic MCP skill demonstrating CLI-based execution pattern for fetching URL content
python-repl
gptme
Interactive Python REPL automation with common helpers and best practices
agent-browser
vercel-labs
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.