🎯

qiaomu-smart-search

🎯Skill

from joeseesun/qiaomu-opencli-skills

VibeIndex|
What it does
|

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.

📦

Same repository

joeseesun/qiaomu-opencli-skills(9 items)

qiaomu-smart-search

Installation

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

SKILL.md

464Installs
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-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-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.