← 返回
开发者工具 Key 中文

qianfan clawhub

Search and install Baidu Qianfan ecosystem skills with fuzzy matching across slug, name, and description fields
通过模糊匹配slug、名称和描述字段来搜索和安装百度千帆生态技能
baiduqianfangroup
开发者工具 clawhub v1.0.1 2 版本 99847.1 Key: 需要
★ 0
Stars
📥 653
下载
💾 2
安装
2
版本
#latest

概述

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 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:
  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 BAIDU_API_KEY for authenticated access
    • Work Directory: Use --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 the baidu-search skill, enabling quick access to Baidu ecosystem skills and optimizing the development experience in Chinese environments.

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-01 22:37 安全 安全
  • v1.0.0
    2026-03-20 05:57 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,381
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,514
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,924