qiaomu-opencli-explorer
🎯Skillfrom joeseesun/qiaomu-opencli-skills
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.
Same repository
joeseesun/qiaomu-opencli-skills(9 items)
Installation
npx vibeindex add joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-explorernpx skills add joeseesun/qiaomu-opencli-skills --skill qiaomu-opencli-explorer~/.claude/skills/qiaomu-opencli-explorer/SKILL.mdSKILL.md
More from this repository8
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.
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.
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.
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.
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.
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.
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.
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.