find-skill

find-skill is a skill for Claude Code from GGbond-bo/MemOmics-Agent. It costs 62 tokens per session (1,251 once invoked), scanned A, original, MIT.

A skill-discovery helper that searches a collection of built-in and external coding-agent skills for a requested capability. It can recommend a matching skill and, after confirmation, install it.

In plain words
What is it for?
Use it to search for skills by topic, review matching results, and install a selected skill for later use.
Why use it?
It helps when you need a task-specific capability but do not know whether an existing skill already provides it.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Good fit Use it to search for skills by topic, review matching results, and install a selected skill for later use.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ggbond-bo/memomics-agent/find-skill
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 GGbond-bo/MemOmics-Agent --skill find-skill
Clone the repo
git clone --depth 1 https://github.com/GGbond-bo/MemOmics-Agent

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-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/ggbond-bo/memomics-agent/find-skill/github.svg)](https://agentmods.dev/skills/ggbond-bo/memomics-agent/find-skill)
Your own site
<a href="https://agentmods.dev/skills/ggbond-bo/memomics-agent/find-skill"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-agent/find-skill/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 find-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/ggbond-bo/memomics-agent/find-skill"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-agent/find-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,251 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00062 $0.01251
Opus 5 $0.00031 $0.00626
Sonnet 5 $0.00012 $0.00250
Haiku 4.5 $0.00006 $0.00125

Measured 9d ago against content hash 7cc32454696d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

find-skill 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 9d 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.

hermes_home/skills/bioinformatics/find-skill/SKILL.md · 110 lines

What it actually says

技能搜索 (find-skill)

智能搜索可用技能:当用户需要某个分析功能但不确定有没有现成技能时,自动搜索239个内置技能+外部蓝图,找到最匹配的并推荐安装。

适用场景

  • 用户说"有没有XXX的技能/方法/分析"时,自动触发
  • 用户在做分析时需要某个特定方法,但不确定技能库里有没有
  • 用户想浏览某个研究方向有哪些可用技能
  • agent 在执行任务时发现需要某个未安装的技能

触发条件

当用户消息包含以下模式时自动触发:

  • "有没有XXX的技能"
  • "找XXX技能"
  • "需要XXX技能"
  • "有没有XXX分析"
  • "什么技能可以用"
  • "find skill" / "skill search"

工作流程

  1. 搜索:调用 search_skills 工具,输入用户关键词,搜索内置239个技能 + 外部蓝图
  2. 展示:将搜索结果按相关度排序,展示给用户
  3. 推荐:如果找到高度匹配的技能,用 ask_choice 让用户选择是否安装
  4. 安装:用户确认后调用 install_skill 自动安装

使用示例

用户主动触发

用户: 有没有做细胞通讯的技能?
→ find-skill 搜索 "细胞通讯"
→ 找到: cellchat, nichenet, liana 等3个技能
→ 推荐最匹配的 cellchat,询问是否安装
→ 用户确认 → 自动安装

Agent 内部触发

用户: 帮我做轨迹分析
→ agent 执行分析时需要 monocle3
→ find-skill 搜索 "monocle3"
→ 找到: monocle3 技能
→ 自动安装并继续分析

与其他技能的链路

  • chains_to: install_skill, search_skills, skill_hub
  • 安装完成后,技能自动注册到 agent 的可用技能列表

Proven Scripts

Species Tissue Condition Date Score
(none yet)

🗣️ 辩论机制(debate_analysis)

本 skill 在执行后,如果涉及参数选择、方法决策、结果判断等不确定环节,必须调用 工具进行多角色辩论。

辩论规则

  • 正方 3 位专业编辑(各自独立,互相看不到):生物学编辑 / 统计学编辑 / 生信编辑
  • 反方 4 位专业编辑(各自独立,互相看不到,也看不到正方):生物学编辑 / 统计学编辑 / 生信编辑 / 历史经验编辑
  • 裁判:看到所有 7 方论点后给出裁决 + 置信度(高/中/低)
  • 上下文隔离:每个编辑是独立的 LLM API 调用,messages 只包含自己的 prompt
  • 分科知识库:生物学编辑用 biology_kb / 统计学编辑用 statistics_kb / 生信编辑用 bioinfo_kb / 历史经验编辑用 history_errors
  • 辩论结果自动归档到 results/.../log/debate_*.json

触发场景

  • 参数选择有多个合理选项时(如分辨率 0.4 vs 0.6 vs 0.8)
  • 结果可能受方法选择影响时(如不同注释方法给出不同结果)
  • 生物结论需要验证可靠性时
  • QC 阈值不确定时(如 MT% 阈值 10% vs 15% vs 20%)

不触发场景

  • 参数有明确知识库推荐且无争议时
  • 纯计算步骤(如保存文件、读取数据)
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 110 lines · 62 tokens per session scan A 7cc32454696d

Subscribe to this mod's changes

find-skill is a skill published in the GitHub repository GGbond-bo/MemOmics-Agent (19 stars, last pushed 2d ago), licensed MIT. It adds 62 tokens to every session and 1,251 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-09-03.

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

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 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