qianfan-clawhub
Search and install Baidu Qianfan ecosystem skills with fuzzy matching across slug, name, and description fields
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/baiduqianfangroup/qianfan-clawhubQianfan 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
- Multi-field Fuzzy Matching - Search skills by matching keywords across slug, name, and description fields
- Precise Installation - Install skills using complete slug names
- Flexible Workspace - Customize installation directory via
--workdirparameter - Automated Management - Integrated download, extraction, verification, and installation
- 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 15
# Search 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 10
# Search 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" --force
# Install 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
- Search Strategy: Use English keywords first, Chinese as fallback
- Search Fields: Keywords are matched across three fields:
- slug - Skill's unique identifier (e.g., "baidu-search")
- name - Skill's display name (e.g., "Baidu Search")
- description - Skill's description text
- Match Logic: Any field containing the keyword will match
- Installation: Requires exact skill slug name
- Security: Requires BAIDU_API_KEY for authenticated access
- Work Directory: Use
--workdirto install/search in custom location
๐ฏ Recommended Search Workflow
- Try English first:
python3 scripts/qianfanclawhub.py search "english-keyword" - Fallback to Chinese: If no results, try Chinese keyword
- Experiment with keywords: Try different terms from slug, name, or description
- Copy slug name: Copy exact slug from search results
- Install:
python3 scripts/qianfanclawhub.py install "slug-name"
Metadata
Not sure this is the right skill?
Describe what you want to build โ we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-baiduqianfangroup-qianfan-clawhub": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
baidu-baike
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Ai Notes Video
Skill by baiduqianfangroup
Ai Notes Of Video
Skill by baiduqianfangroup
ai-ppt-generate
The intelligent PPT generation tool is provided by Baidu. It is a tool that intelligently generates PPTS based on the themes or questions given by users. Users can choose PPT themes, templates, or even customize their own templates. It also provides image or resource files (such as pdf,word,txt, etc.). The download address for the final generated PPT file is provided
baidu-scholar-search
Baidu Academic Search Tool enables the retrieval of both Chinese and English literature, covering various types of literature such as academic journals, conference papers, and dissertations.