WE

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.zip

Installs 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.
265 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Advanced

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

You give it
Failing webcmd command and trace artifacts
You get back
Patched adapter code and verified command execution

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

webcmd doctor command executionGitHub CLI (gh) for reporting

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.

SkillInstallsUpdatedSafetyDifficulty
webcmd-autofix (this skill)01moReviewAdvanced
dev-browser535moReviewIntermediate
chrome-devtools418moReviewIntermediate
n8n-expression-syntax65moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

53176

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.

41157

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.

6111

simple-fetch

yoloshii

Basic MCP skill demonstrating CLI-based execution pattern for fetching URL content

11100

python-repl

gptme

Interactive Python REPL automation with common helpers and best practices

6102

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.

3075

Search skills

Search the agent skills registry