Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/sanada123/openclaw-skillsnpx agentmods add skills/sanada123/openclaw-skills/skill-finderWrote 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/sanada123/openclaw-skills/skill-finder)<a href="https://agentmods.dev/skills/sanada123/openclaw-skills/skill-finder"><img src="https://agentmods.dev/badge/skills/sanada123/openclaw-skills/skill-finder/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/sanada123/openclaw-skills/skill-finder"><img src="https://agentmods.dev/badge/skills/sanada123/openclaw-skills/skill-finder.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.00050 | $0.02689 |
| Opus 5 | $0.00025 | $0.01345 |
| Sonnet 5 | $0.00010 | $0.00538 |
| Haiku 4.5 | $0.00005 | $0.00269 |
Grade A, and why
skill-finder 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 11d 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.
- `instructions.md` — Full API reference, curl examples, dedup algorithm, security scoring details How it starts
The opening of the file, as written. The whole thing — 322 lines — stays where its author put it; the contents beside it link to each section on GitHub.
skill-finder
Find skills everywhere. Install to every AI platform you use.
Multi-source skill discovery: search ClawHub, GitHub, npm, and local skills in one command. Find, vet, and install across OpenClaw, Claude Code, Codex, Cursor, Windsurf, and more.
Overview
skill-hunter only searches ClawHub. skill-finder searches 6 sources simultaneously, deduplicates results, ranks by trust, and lets you vet security before installing anything.
| skill-hunter | skill-finder | |
|---|---|---|
| Sources | 1 (ClawHub) | 6 (ClawHub + GitHub + npm + local + more) |
| Security vetting | None | Built-in VET command |
| Install from GitHub | No | Yes |
| Shows local skills | No | Yes |
| Deduplication | No | Yes |
Quick Start
# Find skills about Telegram
skill-finder: find telegram
# See what's trending on ClawHub this week
skill-finder: scout trending
# Vet a skill before installing
skill-finder: vet telegram-bot
# Install from GitHub instead of ClawHub
skill-finder: install github:sanada123/openclaw-skills/telegram-bot
# See all detected AI platforms and installed skills
skill-finder: status
# Install to a specific platform
skill-finder: install telegram-bot --platform claude-code
# Install to all detected platforms at once
skill-finder: install telegram-bot
Commands
FIND — Search everywhere, ranked by trust
skill-finder: find <query>
Searches all 6 sources concurrently, deduplicates by name/slug, and returns ranked results.
Output columns:
RANK NAME SOURCE DESCRIPTION INSTALL
1 telegram-bot local Send Telegram messages (already installed)
2 telegram-notifier our-github Notify via Telegram install github:sanada123/openclaw-skills/telegram-notifier
3 telegram-claude clawhub Full Telegram + Claude bot install telegram-claude
4 telegram-webhook npm Webhook handler for Telegram install npm:openclaw-skill-telegram-webhook
What ships with it
2 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.
- 11d ago First seen · 322 lines · 50 tokens per session scan A 1b91f898e7ea
skill-finder is a skill published in the GitHub repository sanada123/openclaw-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 50 tokens to every session and 2,689 once invoked, about $0.0003 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
git-workflow
This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team…
daily-paper-generator
Use when the user asks to generate daily paper digests on a general topic. This skill supports both arXiv and bioRxiv (or either one), then produces structured Chinese/English summaries for selected papers.
codex-autoresearch
Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…
clipboard
Copy text to clipboard with optional rich formatting. Triggers on "copy to clipboard", "copy that", "pbcopy", "copy formatted", "copy rich text".
neo4j-modeling-skill
Design, review, and refactor Neo4j graph data models. Use when choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns (generic labels, supernodes, missing constraints), designing intermediate nodes for n-ary relationships, enforcing schema with…
git-commit
A Git assistant for reviewing local changes and creating conventional commit messages, which are standardized summaries of code changes. It can also run Git hooks and push the commit.