基于腾讯 SkillHub 搜索、安装和管理技能。用户提到“找技能”“安装 skill”“扩展功能”“启用/禁用 skill”“删除 skill”“安装 SkillHub CLI”时优先使用。
npx skills add https://github.com/countbot-ai/CountBot --skill find-skills
python3 skills/find-skills/scripts/skillhub_tool.py search "关键词" --json
python3 skills/find-skills/scripts/skillhub_tool.py install <slug> --json
python3 skills/find-skills/scripts/skillhub_tool.py list --json
python3 skills/find-skills/scripts/skillhub_tool.py enable <slug> --json
python3 skills/find-skills/scripts/skillhub_tool.py disable <slug> --json
python3 skills/find-skills/scripts/skillhub_tool.py delete <slug> --json
python3 skills/find-skills/scripts/skillhub_tool.py bootstrap --cli-only --json
searchpython3 skills/find-skills/scripts/skillhub_tool.py search "关键词" [--limit N] [--json]
参数说明:
query搜索关键词,必填。建议使用 1 个简洁词组。
--limit返回数量,可选。范围 1-50,默认 10。
--json以 JSON 输出结果,可选。
返回字段:
slugnamedescriptionversioninstallpython3 skills/find-skills/scripts/skillhub_tool.py install <slug> [--force] [--json]
参数说明:
slug技能唯一标识,必填。
--force目标目录已存在时覆盖安装,可选。
--json以 JSON 输出安装结果,可选。
行为说明:
workspace/skills/<slug>/workspace/skills/.skills_store_lock.jsonlistpython3 skills/find-skills/scripts/skillhub_tool.py list [--json]
参数说明:
--json以 JSON 输出当前 workspace 技能列表,可选。
返回字段:
slugpathstatusenabledmanagednameversionsourceenablepython3 skills/find-skills/scripts/skillhub_tool.py enable <slug> [--json]
参数说明:
slug要启用的技能 slug,必填。
--json以 JSON 输出结果,可选。
行为说明:
workspace/.skills_config.jsondisablepython3 skills/find-skills/scripts/skillhub_tool.py disable <slug> [--json]
参数说明:
slug要禁用的技能 slug,必填。
--json以 JSON 输出结果,可选。
行为说明:
workspace/.skills_config.jsondeletepython3 skills/find-skills/scripts/skillhub_tool.py delete <slug> [--json]
参数说明:
slug要删除的技能 slug,必填。
--json以 JSON 输出结果,可选。
行为说明:
workspace/skills/<slug>/workspace/skills/.skills_store_lock.jsonworkspace/.skills_config.json 中对应禁用状态bootstrappython3 skills/find-skills/scripts/skillhub_tool.py bootstrap [--cli-only | --skill-only | --plugin-only] [--no-skills | --with-skills] [--restart-gateway] [--json]
参数说明:
--cli-only仅安装 SkillHub CLI。
--skill-only仅安装 SkillHub 自带技能模板。
--plugin-only仅安装 SkillHub 插件。
--no-skills跳过 workspace skill 模板安装。
--with-skills强制安装 workspace skill 模板。
--restart-gateway安装完成后尝试重启 gateway。
--json以 JSON 输出结果,可选。
行为说明:
searchinstalllist、enable、disable、deletebootstraphttps://skillhub.tencent.com/ 的公开接口与下载地址slug 时,可以直接安装Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Replace with description of the skill and when Claude should use it.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Take countbot-ai/find-skills from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.