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 smallnest/goclaw --skill find-skillsgit clone --depth 1 https://github.com/smallnest/goclawWrote 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/smallnest/goclaw/find-skills)<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.
<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>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.00070 | $0.01223 |
| Opus 5 | $0.00035 | $0.00611 |
| Sonnet 5 | $0.00014 | $0.00245 |
| Haiku 4.5 | $0.00007 | $0.00122 |
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.
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
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 · 248 lines · 70 tokens per session scan A a057b8849932
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.
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.
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.
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.
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.
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.
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.