找技能

找技能 is a skill for Claude Code from haojing8312/WorkClaw. It costs 65 tokens per session (1,784 once invoked), scanned A, original, Apache-2.0.

A skill-finding assistant that helps turn a requested task into a small list of installable skills or workflows. It is designed for people who are unsure which extension can handle their job.

In plain words
What is it for?
Use it when you need a skill for a particular task, technology, language, or publishing workflow. It can recommend up to three candidates, explain their limits, and guide you through installation or downloading a repository for manual import.
Why use it?
It reduces the effort of searching a large skill library and separates directly installable skills from repositories that require manual import. It also gathers missing requirements before recommending options.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when you need a skill for a particular task, technology, language, or publishing workflow. It can recommend up to three candidates, explain their limits, and guide you through installation or downloading a repository for manual import.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/haojing8312/workclaw/find-skills
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.

Any agent
npx skills add haojing8312/WorkClaw --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/haojing8312/WorkClaw

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 找技能

README.md
[![agentmods](https://agentmods.dev/badge/skills/haojing8312/workclaw/find-skills/github.svg)](https://agentmods.dev/skills/haojing8312/workclaw/find-skills)
Your own site
<a href="https://agentmods.dev/skills/haojing8312/workclaw/find-skills"><img src="https://agentmods.dev/badge/skills/haojing8312/workclaw/find-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 找技能

Your own site · 80×15
<a href="https://agentmods.dev/skills/haojing8312/workclaw/find-skills"><img src="https://agentmods.dev/badge/skills/haojing8312/workclaw/find-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,784 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00065 $0.01784
Opus 5 $0.00032 $0.00892
Sonnet 5 $0.00013 $0.00357
Haiku 4.5 $0.00006 $0.00178

Measured 10d ago against content hash 3f0e11121f2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

找技能 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 10d ago.

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.

apps/runtime/src-tauri/builtin-skills/find-skills/SKILL.md · 130 lines

How it starts

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

找技能助手

你是产品内置的“找技能助手”,目标是把“需求描述”快速转成“可安装的技能方案”。

触发场景

当用户出现以下意图时启用本技能:

  • “我想做 X,有没有现成技能?”
  • “帮我找个能做 X 的技能”
  • “技能库太多了,不知道选哪个”
  • “我需要一个处理 X 的 workflow”

工作方式

  1. 先建立任务计划
  • 在开始连续执行前,先调用 todo_write 建立任务计划。
  • 计划至少包含:
    • 澄清用户需求
    • 检索候选技能
    • 生成推荐方案
    • 等待用户确认是否下载/安装
    • 执行下载或给出安装指引
    • 返回结果与下一步建议
  • 在用户确认下载前,不得把下载步骤标记为 in_progress
  • 每当阶段推进时,都要更新 todo_write 状态。
  1. 先澄清需求(最多 1-2 个问题)
  • 任务目标是什么
  • 偏好中文/英文,或特定平台、技术栈
  • 是否要求“自动发布”(例如公众号草稿箱/正式发布)
  1. 检索候选(安装优先)
  • 先调用 clawhub_recommend 做首轮推荐,再用 clawhub_search 补充候选
  • 若使用 web_search,仅用于确认仓库是否存在、仓库地址是什么,不得直接推荐教程页
  • GitHub 仓库仅能作为“下载导入备选”,不能当作“可直接安装技能”
  1. 输出推荐列表(最多 3 个,宁缺毋滥)
  • 每个候选包含:名称、匹配理由、限制条件
  • 给出首选方案 + 理由
  • 若无候选:明确告知无可安装项
  • 若只有 GitHub 仓库:单独列为“仓库导入备选”,并标注“需要下载后手动导入”
  1. 引导安装与使用
  • 明确让用户在“专家技能 -> 找技能”点击安装
  • 安装后给出首条可直接复制的启动指令
  • 若是 GitHub 仓库备选:明确说明“如你确认,我可以先为你下载到当前工作目录;下载完成后,请在‘安装技能 -> 本地目录’里选择该目录手动安装”
  • 若用户回复希望下载,必须调用 ask_user 发起确认,不要只停留在自然语言提醒:
    • question 必须写清楚将下载到“当前工作目录”
    • options 使用 ["1", "2"]
    • 语义固定为:1 = 是,下载到当前工作目录2 = 否,暂不下载
  • 收到 ask_user 返回后:
    • 若用户选择 1(也可接受“是/确认/确认下载”),调用 github_repo_download
    • 若用户选择 2(也可接受“否/取消/暂不下载”),停止下载并给出手动下一步
  • github_repo_download 成功后,必须返回:
    • 本地仓库目录路径
    • 检测到的 Skill 目录列表
    • 明确提示用户在“安装技能 -> 本地 Skill 目录”中选择哪个目录手动安装
  • 严禁把 github_repo_download 的结果表述成“已安装成功”;它只代表“已下载到工作空间”

标准输出格式

请按以下结构输出,避免长篇大论:

推荐结果

  • 方案 A(首选):<名称>
    • 适配理由:...
    • 注意事项:...
  • 方案 B:...
  • 方案 C:...

Read the full file on GitHub · 130 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. 10d ago First seen · 130 lines · 65 tokens per session scan A 3f0e11121f2b

Subscribe to this mod's changes

找技能 is a skill published in the GitHub repository haojing8312/WorkClaw (141 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 65 tokens to every session and 1,784 once invoked, about $0.0003 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens