π¦ ClawHub
qianfan clawhub
by @baiduqianfangroup
Search and install Baidu Qianfan ecosystem skills with fuzzy matching across slug, name, and description fields
TERMINAL
clawhub install qianfan-clawhubπ About This Skill
name: qianfan-clawhub description: Search and install Baidu Qianfan ecosystem skills with fuzzy matching across slug, name, and description fields metadata: { "openclaw": { "emoji": "ποΈ", "requires": { "bins": ["python3"], "env":["BAIDU_API_KEY"]},"primaryEnv":"BAIDU_API_KEY" } }
Qianfan Skills Marketplace
A dedicated search and installation tool for Baidu Qianfan ecosystem skills. Provides secure skill discovery and management through Baidu Cloud services.
β¨ Core Capabilities
1. Multi-field Fuzzy Matching - Search skills by matching keywords across slug, name, and description fields
2. Precise Installation - Install skills using complete slug names
3. Flexible Workspace - Customize installation directory via --workdir parameter
4. Automated Management - Integrated download, extraction, verification, and installation
5. Language-aware Search - Prefers English keywords, falls back to Chinese if no results
π Usage Examples
π Search Skills
# Basic search across slug, name, and description fields
python3 scripts/qianfanclawhub.py search "ai"Search by skill name (matches in name field)
python3 scripts/qianfanclawhub.py search "web" --limit 15Search by description keywords (matches in description field)
python3 scripts/qianfanclawhub.py search "ζη΄’"Search by exact slug (matches in slug field)
python3 scripts/qianfanclawhub.py search "baidu-search"Limit results
python3 scripts/qianfanclawhub.py search "ppt" --limit 10Search with custom workspace
python3 scripts/qianfanclawhub.py search "keyword" --workdir "/custom/path"
β¬οΈ Install Skills
# Install to default location (~/.qianfan/workspace/skills/)
python3 scripts/qianfanclawhub.py install "baidu-search"Force overwrite existing skill
python3 scripts/qianfanclawhub.py install "ai-ppt-generate" --forceInstall to custom directory
python3 scripts/qianfanclawhub.py install "skill-name" --workdir "/shared/skills"Install with custom directory and force overwrite
python3 scripts/qianfanclawhub.py install "skill-name" --workdir "./project/.skills" --force
β οΈ Key Points
--workdir to install/search in custom locationπ― Recommended Search Workflow
1. Try English first:python3 scripts/qianfanclawhub.py search "english-keyword"
2. Fallback to Chinese: If no results, try Chinese keyword
3. Experiment with keywords: Try different terms from slug, name, or description
4. Copy slug name: Copy exact slug from search results
5. Install: python3 scripts/qianfanclawhub.py install "slug-name"π Related Skills
This skill works best with thebaidu-search skill, enabling quick access to Baidu ecosystem skills and optimizing the development experience in Chinese environments.