🔎
AutomationPython

Find Skills

by countbot-ai

Find Skills is an Automation skill for Claude Code, published by countbot-ai in CountBot.

767 stars100 forkson countbot-ai/CountBotAdded 2026/08/23Repository updated 2026/08/11
agent-skillsai-agentsai-assistedassistantdeepseek-v4official
Install in seconds
Install Find Skills
Copy Find Skills into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/countbot-ai/CountBot/tree/main/workspace/skills/find-skills ~/.claude/skills/find-skills

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/countbot-ai/CountBot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
workspace/skills/find-skills/SKILL.md in countbot-ai/CountBot
Installs to
~/.claude/skills/find-skills
Collection
One of 14 skills cataloged from this repository
Category
Automation1523 skills

What Find Skills does

Find Skills searches Tencent SkillHub and installs, enables, disables, lists, or deletes skills in a CountBot workspace. Use it when someone asks to find a skill, install a skill, or manage existing skills.

Find Skills is cataloged under Automation on DirSkills. Find Skills comes from a repository tagged agent-skills, ai-agents, ai-assisted, assistant and deepseek-v4.

Documentation

README

技能搜索、安装与管理

入口

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

命令与参数

python3 skills/find-skills/scripts/skillhub_tool.py search "关键词" [--limit N] [--json]

参数说明:

  • query 搜索关键词,必填。建议使用 1 个简洁词组。
  • --limit 返回数量,可选。范围 1-50,默认 10
  • --json 以 JSON 输出结果,可选。

返回字段:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Find Skills

  • What else does countbot-ai publish alongside Find Skills?

    Find Skills is one of 14 skills that DirSkills catalogs from countbot-ai/CountBot, the repository it ships in. Its siblings there include Agent Browser, Agent Team Manager and Baidu Search. Each one is a separate skill with its own page in this directory, installs the same way Find Skills does, and is maintained by countbot-ai in that same repository. The rest of the collection is listed on the countbot-ai/CountBot page.

  • How does Find Skills compare to other Automation skills?

    Find Skills ranks #1003 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Find Skills against them. Open each page to compare what they document and how they install.

More from countbot-ai/CountBot

Find Skills is one of 14 skills cataloged on DirSkills from countbot-ai/CountBot.

See all 14 skills