find-skills

find-skills is a skill for Claude Code from GCWing/BitFun. It costs 32 tokens per session (682 once invoked), scanned A, original, MIT.

A guide for finding reusable agent skills and installing them when a needed capability or workflow may already be available.

In plain words
What is it for?
Use it to look for skills for areas such as testing, React, deployment, pull-request review, documentation, or other specialised tasks.
Why use it?
It helps avoid building a repeated workflow from scratch and explains how to search the skill catalogue before installing anything.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

About the project

BitFun is a desktop AI agent that turns tasks into interactive mini-apps while also writing code, creating documents, and controlling computers. It is for software development and general desktop work across Windows, macOS, and Linux. Its catalogue entries extend the agent with skills, agents, and instructions.

GCWing/BitFun · 2,077 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/gcwing/bitfun/find-skills
Any agent
npx skills add GCWing/BitFun --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/GCWing/BitFun

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for find-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/gcwing/bitfun/find-skills.svg)](https://agentmods.dev/skills/gcwing/bitfun/find-skills)
Your own site
<a href="https://agentmods.dev/skills/gcwing/bitfun/find-skills"><img src="https://agentmods.dev/badge/skills/gcwing/bitfun/find-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 682 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00682
Opus 5 $0.00016 $0.00341
Sonnet 5 $0.00006 $0.00136
Haiku 4.5 $0.00003 $0.00068

Measured today against content hash e84f3773f049, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

find-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

src/crates/assembly/core/builtin_skills/find-skills/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Find and Install Skills

Use this skill when users ask for capabilities that might already exist as installable skills, for example:

  • "is there a skill for X"
  • "find me a skill for X"
  • "can you help with X" where X is domain-specific or repetitive
  • "how do I extend the agent for X"

Objective

  1. Understand the user's domain and task.
  2. Search the skill ecosystem.
  3. Present the best matching options with install commands.
  4. Install only after explicit user confirmation.

Skills CLI

The Skills CLI package manager is available via:

npx -y skills <command>

Key commands:

  • npx -y skills find [query]
  • npx -y skills add <owner/repo@skill> -y
  • npx -y skills check
  • npx -y skills update

Reference:

  • https://skills.sh/

Workflow

1) Clarify intent

Extract:

  • Domain (react/testing/devops/docs/design/productivity/etc.)
  • Specific task (e2e tests, changelog generation, PR review, deployment, etc.)
  • Constraints (stack, language, local/global install preference)

2) Search

Run:

npx -y skills find <query>

Use concrete queries first (for example, react performance, pr review, changelog, playwright e2e). If no useful results, retry with close synonyms.

3) Present options

For each relevant match, provide:

  • Skill id/name
  • What it helps with
  • Popularity signal (prefer higher install count when shown by CLI output)
  • Install command
  • Skills page link

Template:

I found a relevant skill: <owner/repo@skill>
What it does: <short description>
Install: npx -y skills add <owner/repo@skill> -y
Learn more: <skills.sh url>

4) Install (confirmation required)

Only install after user says yes.

Recommended install command:

npx -y skills add <owner/repo@skill> -g -y

If user does not want global install, omit -g.

5) Verify

After installation, list or check installed skills and report result clearly.

When no skill is found

If search returns no good match:

  1. Say no relevant skill was found.
  2. Offer to complete the task directly.
  3. Suggest creating a custom skill for recurring needs.

Read the full file on GitHub · 109 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed e84f3773f049
  2. 6d ago First seen · 109 lines · 32 tokens per session scan A 0e3699b7965c

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository GCWing/BitFun (2,077 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 682 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agentteams-migrate

Analyze current OpenClaw setup and generate a migration package (ZIP) for importing into AgentTeams as a managed Worker.

agentscope-ai/AgentTeams · 28 tokens

worker-management

Use when admin requests hand-creating or resetting a Worker, starting/stopping a Worker, managing Worker skills, enabling peer mentions, or opening a QwenPaw console. Use agentteams-find-worker only as a helper for Nacos-backed market import or when task assignment needs you to discover a suitable Worker.

agentscope-ai/AgentTeams · 65 tokens

git-delegation

将所有 git 操作委托给 Manager 执行。Worker 无法直接访问 git credentials,因此任何需要认证的 git 操作(clone、push、fetch 等)都需要通过此机制委托给 Manager。.

agentscope-ai/AgentTeams · 51 tokens

github-operations

管理 GitHub Pull Request 和 Issue。包括创建/更新/合并 PR、添加评论、管理 Issue 等。注意:文件读写、分支操作、代码提交等请使用 git-delegation 技能。.

agentscope-ai/AgentTeams · 50 tokens

teamharness-task-delegation

Use when a Leader turns ready Quick Task or Project Work state into Worker task instructions, sends assignment messages, checks submitted results, and defines completion/blocker report contracts. Do not use to create projects, create rooms, or execute Worker tasks.

agentscope-ai/AgentTeams · 56 tokens

workerflow-internal-workflow

Use when a QwenPaw-backed Worker needs to decide whether to do work directly, use native subagents for internal parallelism, or create a temporary QwenPaw agent with a custom AGENTS.md and skills.

agentscope-ai/AgentTeams · 52 tokens