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.
npx skills add jpwang1208/find-skills-x --skill skillgit clone --depth 1 https://github.com/jpwang1208/find-skills-xWrote 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.
[](https://agentmods.dev/skills/jpwang1208/find-skills-x/skill)<a href="https://agentmods.dev/skills/jpwang1208/find-skills-x/skill"><img src="https://agentmods.dev/badge/skills/jpwang1208/find-skills-x/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.
<a href="https://agentmods.dev/skills/jpwang1208/find-skills-x/skill"><img src="https://agentmods.dev/badge/skills/jpwang1208/find-skills-x/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.02592 |
| Opus 5 | $0.00019 | $0.01296 |
| Sonnet 5 | $0.00008 | $0.00518 |
| Haiku 4.5 | $0.00004 | $0.00259 |
Grade A, and why
find-skills-x scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| API | `curl {api_endpoint}` | 只返回元数据,不下载代码 | How it starts
The opening of the file, as written. The whole thing — 391 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find Skills X
工作流程
用户输入
↓
┌─────────────────────────────────┐
│ 1️⃣ AI 关键词分析 │
│ 提取核心词、扩展相关词 │
└─────────────────────────────────┘
↓
┌─────────────────────────────────┐
│ 2️⃣ 多渠道并行搜索 │
│ skills.sh API + SkillHub + GH │
└─────────────────────────────────┘
↓
┌─────────────────────────────────┐
│ 3️⃣ 结果合并去重 │
│ 按安装量/质量排序 │
└─────────────────────────────────┘
↓
输出推荐结果
1️⃣ AI 关键词分析
目标:从用户输入中提取最有效的搜索关键词。
🎯 意图识别决策树
用户输入
↓
单一技术? ("Java", "React", "Docker")
├─ 是 → 提取核心词 + 领域扩展词
└─ 否 ↓
技术+领域? ("Java 后端", "React 移动端")
├─ 是 → 拆分为: 技术 + 领域,并行搜索
└─ 否 ↓
多关键词? ("Kotlin Android 后端通信")
├─ 是 → 提取所有关键词,并行搜索
└─ 否 → 单一意图,直接搜索
最终: 合并去重 → 分类展示
📝 查询优化策略
重要规则:
- 提取 ALL 关键词 - 不要只关注第一个词
- 领域词智能扩展 - "后端"→"backend","通信"→"communication"
- 并行独立搜索 - 每个核心关键词独立搜索
- 中英文转换 - 提供英文搜索词提高匹配率
Prompt 模板
分析用户输入,提取搜索关键词。
用户输入: "{query}"
**关键规则**:
- 提取所有重要关键词,不要遗漏
- 对领域词进行合理的英文转换
- 每个核心关键词都独立有价值,需要分别搜索
输出 JSON:
{
"core": ["所有核心关键词"],
"expanded": {
"domain": ["技术/功能领域扩展"],
"i18n": ["中英文变体"]
}
}
示例:
输入: "用户认证"
输出: {
"core": ["authentication"],
"expanded": {
"domain": ["auth", "login", "security", "jwt", "oauth", "session", "token"],
"i18n": ["user authentication", "login"]
}
}
输入: "安卓开发"
输出: {
"core": ["android"],
"expanded": {
"domain": ["mobile", "kotlin", "java", "jetpack", "compose"],
"i18n": ["android"]
}
}
输入: "Kotlin Android 后端通信"
输出: {
"core": ["Kotlin", "Android", "backend", "communication", "API"],
"expanded": {
"domain": ["server", "networking", "microservice"],
"i18n": ["kotlin android", "backend communication"]
}
}
输入: "Python 数据分析 可视化"
输出: {
"core": ["Python", "data-analysis", "visualization"],
"expanded": {
"domain": ["pandas", "matplotlib", "plotly", "data-science"],
"i18n": ["data analysis", "data visualization"]
}
}
2️⃣ 多渠道搜索
What ships with it
3 files 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.
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.
- 9d ago First seen · 391 lines · 39 tokens per session scan A a5276ce55110
find-skills-x is a skill published in the GitHub repository jpwang1208/find-skills-x (7 stars, last pushed 5mo ago), licensed MIT. It adds 39 tokens to every session and 2,592 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
lov-gh-access
Open a private GitHub repo to external clients or contractors without making it public. Accepts a mixed list of GitHub usernames and/or email addresses, resolves each to a GitHub account (falling back to an email invitation when the user has no discoverable account yet), and invites them as collaborators with a chosen…
lov-gh-tidy
Interactive GitHub repo hygiene skill. Lists all open issues, PRs, stale branches, and orphan labels, shows a summary of each with analysis, then asks the user how to handle each item (close, merge, comment, delete, keep). Executes all chosen actions via gh CLI. Use when the user says "清理 GitHub", "tidy repo", "clean…
pixeltamer
Generate, edit, and compose images with gpt-image-2. Two backends — OpenAI API key or codex CLI (uses your ChatGPT subscription, no key needed). Three modes — one-shot generate, multi-image batch with verification, and multi-reference composition (up to 16 inputs blended into one). Use when the user asks to make an…
use-agent-supagents
Use when authoring or building supagents sources under .agents/supagents/ — markdown that compiles to subagent files for Claude Code, Gemini CLI, GitHub Copilot, Cursor, OpenCode, and Kilo Code.
ai-hooks-integration
Integrate lifecycle hooks across AI coding tools (Claude Code, Gemini CLI, Cursor, OpenCode) and any CLI. Use when: (1) installing/removing hooks, (2) creating OpenCode plugins, (3) setting up auto-formatting, testing, notifications, security policies, (4) wrapping CLI tools without hooks API. Triggers on: "add hook"…
spec-writer
Takes a vague feature request and generates a structured spec, technical plan, and task breakdown ready for any coding agent. Use whenever you're about to build a feature and want to reduce ambiguity before writing code. Invoke with /spec-writer followed by your feature description.