find-skills-x

find-skills-x is a skill for Claude Code, Codex from jpwang1208/find-skills-x. It costs 39 tokens per session (2,592 once invoked), scanned A, original, MIT.

A skill-discovery tool that searches several online skill directories using expanded keywords in multiple languages.

In plain words
What is it for?
Use it to search for skills related to technologies, domains, or tasks, then merge and rank the matching results.
Why use it?
It helps find an existing add-on when you know the task you want to perform but do not know its skill name.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Good fit Use it to search for skills related to technologies, domains, or tasks, then merge and rank the matching results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jpwang1208/find-skills-x/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 jpwang1208/find-skills-x --skill skill
Clone the repo
git clone --depth 1 https://github.com/jpwang1208/find-skills-x

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpwang1208/find-skills-x/skill/github.svg)](https://agentmods.dev/skills/jpwang1208/find-skills-x/skill)
Your own site
<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.

agentmods 80×15 button for find-skills-x

Your own site · 80×15
<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>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,592 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00039 $0.02592
Opus 5 $0.00019 $0.01296
Sonnet 5 $0.00008 $0.00518
Haiku 4.5 $0.00004 $0.00259

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

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/install-helper.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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}` | 只返回元数据,不下载代码 |
skill/SKILL.md · 391 lines

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 后端通信")
  ├─ 是 → 提取所有关键词,并行搜索
  └─ 否 → 单一意图,直接搜索

最终: 合并去重 → 分类展示

📝 查询优化策略

重要规则

  1. 提取 ALL 关键词 - 不要只关注第一个词
  2. 领域词智能扩展 - "后端"→"backend","通信"→"communication"
  3. 并行独立搜索 - 每个核心关键词独立搜索
  4. 中英文转换 - 提供英文搜索词提高匹配率

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️⃣ 多渠道搜索

Read the full file on GitHub · 391 lines

Files

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.

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 · 391 lines · 39 tokens per session scan A a5276ce55110

Subscribe to this mod's changes

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.

Related

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…

lovstudio/skills · 151 tokens

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…

lovstudio/skills · 95 tokens

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…

gabelul/pixeltamer-gpt-image-skill · 124 tokens

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.

fmind/agent-supagents · 53 tokens

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"…

runkids/ai-hooks-integration · 186 tokens

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.

dannwaneri/spec-writer · 57 tokens