๐ŸŽฏ

qiaomu-opencli-usage

๐ŸŽฏSkill

from joeseesun/opencli-skill

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

joeseesun/opencli-skill(7 items)

qiaomu-opencli-usage

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add joeseesun/opencli-skill --skill qiaomu-opencli-usage
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add joeseesun/opencli-skill --skill qiaomu-opencli-usage
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/qiaomu-opencli-usage/SKILL.md

SKILL.md

237Installs
-
AddedApr 13, 2026

More from this repository6

๐ŸŽฏ
opencli๐ŸŽฏSkill

Qiaomu OpenCLI Skills โ€” a Claude Code skills bundle built on top of jackwener/opencli that turns 79+ websites and Electron desktop apps (Bilibili, Twitter, Reddit, Xiaohongshu, Cursor, ChatGPT, Notion, etc.) into CLI interfaces for AI agents, with bundled `qiaomu-opencli-usage`, `qiaomu-opencli-browser`, `qiaomu-opencli-explorer`, `qiaomu-opencli-oneshot`, `qiaomu-opencli-autofix`, and `qiaomu-smart-search` skills.

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

A browser automation skill that makes websites accessible for AI agents, enabling navigation, clicking, typing, extraction, and waiting through Chrome with existing login sessions and no LLM API key required.

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

A quick-start skill for generating a single OpenCLI command from a URL and goal description, using a 4-step process: open page, capture API requests, write a TypeScript adapter, and test the output.

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

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.

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

A skill for creating OpenCLI adapters from scratch by guiding AI agents through API discovery via browser DevTools, authentication strategy selection, TypeScript adapter writing, and automated testing for any website or platform.

๐ŸŽฏ
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.