๐ŸŽฏ

qiaomu-opencli-autofix

๐ŸŽฏSkill

from joeseesun/qiaomu-opencli-skills

VibeIndex|
What it does
|

An automatic self-repair skill for OpenCLI that diagnoses broken adapters when commands fail due to DOM changes or API shifts, then patches and retries within a safe 3-round repair budget.

๐Ÿ“ฆ

Same repository

joeseesun/qiaomu-opencli-skills(9 items)

qiaomu-opencli-autofix

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-autofix
skills.sh Installโš  Installs to .agents/skills/
npx skills add joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-autofix
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/qiaomu-opencli-autofix/SKILL.md

SKILL.md

457Installs
945
-
Last UpdatedApr 9, 2026

More from this repository8

๐ŸŽฏ
qiaomu-opencli-usage๐ŸŽฏSkill

A comprehensive usage guide skill for OpenCLI that covers installation, command reference, and output formats for 79+ adapters enabling browser automation on sites like Bilibili, Twitter, Reddit, and Xiaohongshu.

๐ŸŽฏ
qiaomu-smart-search๐ŸŽฏSkill

A smart search router skill that routes queries to the optimal source using opencli commands, selecting from AI sources (Grok, Doubao, Gemini) and specialized vertical sources based on topic and context, with built-in frequency limits and search summary reporting.

๐ŸŽฏ
qiaomu-smart-search๐ŸŽฏSkill

An intelligent search router built on OpenCLI that routes queries to the best data source โ€” choosing among AI sources (Grok, Doubao, Gemini) and specialized sites based on topic, language, and context, with built-in rate limiting and search budget management.

๐ŸŽฏ
qiaomu-opencli-usage๐ŸŽฏSkill

Agent skill for running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu) and desktop apps (Cursor, Notion) via Chrome CDP. Covers installation, command reference, and output formats for 79+ adapters.

๐ŸŽฏ
qiaomu-opencli-browser๐ŸŽฏSkill

Browser automation skill for AI agents that controls Chrome step-by-step via CLI -- navigate, click, type, extract data, and wait -- reusing existing login sessions without needing passwords or LLM API keys.

๐ŸŽฏ
qiaomu-opencli-autofix๐ŸŽฏSkill

Automatically diagnoses and repairs broken OpenCLI adapters when commands fail due to DOM changes, API response changes, or page structure updates, with a 3-round retry budget and safety boundaries for auth and CAPTCHA issues.

๐ŸŽฏ
qiaomu-opencli-explorer๐ŸŽฏSkill

A skill for creating new OpenCLI adapters from scratch, covering automated generation, API discovery via browser DevTools, authentication strategy selection, TypeScript adapter writing, and testing for any website or platform.

๐ŸŽฏ
qiaomu-opencli-oneshot๐ŸŽฏSkill

Quickly generates a single OpenCLI command from a URL and goal description using a 4-step process: open the page, capture the API, write a TypeScript adapter, and test it.