Install
openclaw skills install qianfan-clawhubSearch and install Baidu Qianfan ecosystem skills with fuzzy matching across slug, name, and description fields
openclaw skills install qianfan-clawhubA dedicated search and installation tool for Baidu Qianfan ecosystem skills. Provides secure skill discovery and management through Baidu Cloud services.
--workdir parameter# 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 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
--workdir to install/search in custom locationpython3 scripts/qianfanclawhub.py search "english-keyword"python3 scripts/qianfanclawhub.py install "slug-name"This skill works best with the baidu-search skill, enabling quick access to Baidu ecosystem skills and optimizing the development experience in Chinese environments.