opencli-autofix
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
- installs 8w
- 2,453
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 5
An agent skill that guides an AI coding agent through repairing broken OpenCLI adapters when commands fail. It walks through collecting a trace, diagnosing the failure, patching the adapter source, retrying within a three-round budget, and filing an upstream GitHub issue after a verified fix.
Reach for it when an `opencli <site> <command>` fails with a repairable error like SELECTOR or EMPTY_RESULT and you want a structured fix-and-retry loop instead of ad-hoc debugging.
Use it to
- Collect a failure trace from a failing opencli command
- Classify the root cause from the trace and adapter source
- Patch selectors or API handling in the adapter file
- Verify the fix with a retry loop capped at three rounds
- File an upstream issue to jackwener/OpenCLI after a passing fix
For AI coding agents and developers maintaining OpenCLI adapters
- Host repository
- jackwener/OpenCLI
- Installs, lifetime
- 17k
- Installs, 8 weeks
- 2,453
- Allowed tools
- Bash(opencli:*), Bash(gh:*), Read, Edit, Write
- Host stars
- 29k
- Host language
- JavaScript