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
- Precise Installation - Install skills using complete slug names
- Flexible Workspace - Customize installation directory via
--workdir parameter - 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
CODEBLOCK0
⬇️ Install Skills
CODEBLOCK1
⚠️ Key Points
- - Search Strategy: Use English keywords first, Chinese as fallback
- Search Fields: Keywords are matched across three fields:
1.
slug - Skill's unique identifier (e.g., "baidu-search")
2.
name - Skill's display name (e.g., "Baidu Search")
3.
description - Skill's description text
- - Match Logic: Any field containing the keyword will match
- Installation: Requires exact skill slug name
- Security: Requires BAIDUAPIKEY for authenticated access
- Work Directory: Use
--workdir to install/search in custom location
🎯 Recommended Search Workflow
- 1. Try English first: INLINECODE2
- 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: INLINECODE3
🔗 Related Skills
This skill works best with the
baidu-search skill, enabling quick access to Baidu ecosystem skills and optimizing the development experience in Chinese environments.
技能名称: qianfan-clawhub
详细描述:
千帆技能市场
专为百度千帆生态系统技能设计的搜索与安装工具。通过百度云服务提供安全的技能发现与管理功能。
✨ 核心能力
- 1. 多字段模糊匹配 - 通过匹配slug、名称和描述字段中的关键词搜索技能
- 精准安装 - 使用完整slug名称安装技能
- 灵活工作空间 - 通过--workdir参数自定义安装目录
- 自动化管理 - 集成下载、解压、验证和安装流程
- 语言感知搜索 - 优先使用英文关键词,无结果时自动回退到中文
📋 使用示例
🔍 搜索技能
bash
在slug、名称和描述字段中进行基础搜索
python3 scripts/qianfanclawhub.py search ai
按技能名称搜索(匹配名称字段)
python3 scripts/qianfanclawhub.py search web --limit 15
按描述关键词搜索(匹配描述字段)
python3 scripts/qianfanclawhub.py search 搜索
按精确slug搜索(匹配slug字段)
python3 scripts/qianfanclawhub.py search baidu-search
限制结果数量
python3 scripts/qianfanclawhub.py search ppt --limit 10
使用自定义工作空间搜索
python3 scripts/qianfanclawhub.py search keyword --workdir /custom/path
⬇️ 安装技能
bash
安装到默认位置 (~/.qianfan/workspace/skills/)
python3 scripts/qianfanclawhub.py install baidu-search
强制覆盖已有技能
python3 scripts/qianfanclawhub.py install ai-ppt-generate --force
安装到自定义目录
python3 scripts/qianfanclawhub.py install skill-name --workdir /shared/skills
使用自定义目录并强制覆盖安装
python3 scripts/qianfanclawhub.py install skill-name --workdir ./project/.skills --force
⚠️ 关键要点
- - 搜索策略:优先使用英文关键词,中文作为备选方案
- 搜索字段:关键词在以下三个字段中进行匹配:
1.
slug - 技能的唯一标识符(例如:baidu-search)
2.
name - 技能的显示名称(例如:Baidu Search)
3.
description - 技能的描述文本
- - 匹配逻辑:任意字段包含关键词即视为匹配
- 安装要求:需要精确的技能slug名称
- 安全性:需要BAIDUAPIKEY进行身份验证访问
- 工作目录:使用--workdir在自定义位置安装/搜索
🎯 推荐搜索流程
- 1. 先尝试英文:python3 scripts/qianfanclawhub.py search english-keyword
- 回退到中文:若无结果,尝试中文关键词
- 尝试不同关键词:从slug、名称或描述中尝试不同词汇
- 复制slug名称:从搜索结果中复制精确的slug
- 安装:python3 scripts/qianfanclawhub.py install slug-name
🔗 相关技能
该技能与baidu-search技能配合使用效果最佳,可快速访问百度生态技能并优化中文环境下的开发体验。