find-skills

find-skills is a skill for Claude Code, Codex from smallnest/goclaw. It costs 70 tokens per session (1,223 once invoked), scanned A, original, MIT.

A discovery and installation tool for goclaw skills, which are add-ons that give an agent specialized instructions or capabilities. It works with skills from local folders, URLs, and Git repositories.

In plain words
What is it for?
Use it to list installed skills, install one from a repository or local path, validate its dependencies, and test it with a prompt.
Why use it?
It makes it easier to find suitable add-ons, check whether they can run, and test them instead of managing skill files manually.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to list installed skills, install one from a repository or local path, validate its dependencies, and test it with a prompt.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/smallnest/goclaw/find-skills"><img src="https://agentmods.dev/badge/skills/smallnest/goclaw/find-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,223 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.00070 $0.01223
Opus 5 $0.00035 $0.00611
Sonnet 5 $0.00014 $0.00245
Haiku 4.5 $0.00007 $0.00122

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

Security

Grade A, and why

find-skills 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 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.

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.

internal/builtin_skills/find-skills/SKILL.md · 248 lines

How it starts

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

Find Skills

Helps discover and install skills for goclaw.

Triggers

Discovery requests:

  • "find a skill for X", "is there a skill for X"
  • "how do I do X" where X might have an existing skill
  • "can you do X" for specialized capabilities
  • "I need help with X"

Extension interest:

  • "I wish I had X capability"
  • "Is there a tool for X?"
  • "extend agent capabilities"
  • "add new functionality"

Management:

  • "list skills", "show installed skills"
  • "update skills", "remove skill"
  • "install skill", "add skill"

Quick Start

List Installed Skills

goclaw skills list
goclaw skills list --verbose  # Show detailed info including content

Install from URL

# From Git repository
goclaw skills install https://github.com/user/skill-repo

# From local path
goclaw skills install ./path/to/skill

Validate Skills

# Check if skill dependencies are satisfied
goclaw skills validate skill-name

Test Skills

# Test a skill with a prompt
goclaw skills test skill-name --prompt "your test prompt here"

Skill Locations

Skills are stored in a unified location:

Location Description
~/.goclaw/skills All skills (user-installed and built-in)

Built-in skills are automatically copied to this directory on first run.


Installing Skills

From Git Repository

# Basic installation
goclaw skills install https://github.com/user/repo

# The skill will be installed to ~/.goclaw/skills/<repo-name>

From Local Path

# From a directory containing SKILL.md
goclaw skills install /path/to/skill

Updating Skills

# Update a specific skill (must be a Git repo)
goclaw skills update skill-name

Uninstalling Skills

# Remove a skill
goclaw skills uninstall skill-name

Finding Relevant Skills

1. Search Built-in Skills

Use goclaw skills list to see what's available:

goclaw skills list --verbose

Read the full file on GitHub · 248 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. 11d ago First seen · 248 lines · 70 tokens per session scan A a057b8849932

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository smallnest/goclaw (602 stars, last pushed 5mo ago), licensed MIT. It adds 70 tokens to every session and 1,223 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

meeting-note-summarizer

Turn meeting notes or transcripts into factual summaries, decisions, questions, and action items. Use when a user wants a concise recap or needs explicit owners and deadlines extracted without filling in missing details.

iflytek/skillhub · 44 tokens

daily-standup-journal

Generate concise daily standups, reflection prompts, and weekly retrospectives for individuals or teams. Use for planning a day, surfacing blockers, reviewing user-provided entries, or drafting a check-in without assuming prior history.

iflytek/skillhub · 51 tokens

dev-workflow

The complete development workflow for SkillHub contributors including local dev, staging validation, testing, and PR creation. Ensures agents follow the correct sequence of steps.

iflytek/skillhub · 35 tokens

backend-module-structure

Rules for the SkillHub backend Maven multi-module clean architecture. Ensures agents place new code in the correct module and respect dependency direction.

iflytek/skillhub · 32 tokens

retrieval-practice-generator

Generate low-stakes retrieval-practice questions with grounded answer notes and implementation guidance. Use for quiz starters, revision activities, delayed recall, misconception checks, or adapting recall difficulty.

iflytek/skillhub · 41 tokens

time-blocking-scheduler

Draft flexible daily or weekly schedules around a user's priorities, availability, energy patterns, and fixed commitments. Use for day planning, deadline reverse-planning, focus protection, or a time audit.

iflytek/skillhub · 44 tokens