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 agentmods add skills/kanyun-inc/reskill/reskill-usagenpx skills add kanyun-inc/reskill --skill reskill-usagegit clone --depth 1 https://github.com/kanyun-inc/reskillWrote 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/kanyun-inc/reskill/reskill-usage)<a href="https://agentmods.dev/skills/kanyun-inc/reskill/reskill-usage"><img src="https://agentmods.dev/badge/skills/kanyun-inc/reskill/reskill-usage.svg" alt="Measured on agentmods" 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 | $0.00040 | $0.04127 |
| Opus 5 | $0.00020 | $0.02063 |
| Sonnet 5 | $0.00008 | $0.00825 |
| Haiku 4.5 | $0.00004 | $0.00413 |
Grade A, and why
reskill-usage 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 4d 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 — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.
reskill Usage Guide
reskill is a Git-based package manager for AI agent skills. It provides declarative configuration (skills.json + skills.lock), flexible versioning, and multi-agent support for installing, managing, and sharing skills across projects and teams.
Requirements: Node.js >= 18.0.0
CLI usage: If reskill is installed globally, use it directly. Otherwise use npx reskill@latest:
npm install -g reskill # Global install
npx reskill@latest <command> # Or use npx directly (no install needed)
When to Use This Skill
Use this skill when the user:
- Wants to install, update, or manage AI agent skills
- Mentions
skills.json,skills.lock, or reskill-related concepts - Wants to publish a skill to a registry
- Asks about supported install formats (GitHub, GitLab, HTTP, OSS, registry, etc.)
- Encounters reskill-related errors or needs troubleshooting
- Wants to set up a project for skill management
- Asks about multi-agent skill installation (Cursor, Claude Code, Codex, etc.)
AI Agent Execution Rules
AI agents cannot respond to interactive prompts mid-command. Always add -y to commands that support confirmation prompts (install, uninstall, publish) to prevent the command from hanging.
# Correct — will not hang
reskill install github:user/skill -y
reskill uninstall skill-name -y
reskill publish -y
# Wrong — will hang waiting for confirmation
reskill install github:user/skill
reskill uninstall skill-name
Quick Start
# Initialize a new project
npx reskill@latest init
# Install a skill
npx reskill@latest install github:anthropics/skills/skills/frontend-design@latest
# List installed skills
npx reskill@latest list
Commands
| Command | Alias | Description |
|---|---|---|
init |
- | Initialize skills.json |
find <query> |
search |
Search for skills in the registry |
install [skills...] |
i |
Install one or more skills |
list |
ls |
List installed skills |
info <skill> |
- | Show skill details |
update [skill] |
up |
Update skills |
outdated |
- | Check for outdated skills |
uninstall <skill> |
un, rm, remove |
Remove a skill |
group |
- | Manage skill groups ¹ |
publish [path] |
pub |
Publish a skill to the registry ¹ |
login |
- | Authenticate with the registry ¹ |
logout |
- | Remove stored authentication ¹ |
whoami |
- | Display current logged in user ¹ |
doctor |
- | Diagnose environment and check for issues |
completion [action] |
- | Setup or remove shell tab completion |
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.
- 4d ago First seen · 420 lines · 40 tokens per session scan A e74d33914917
reskill-usage is a skill published in the GitHub repository kanyun-inc/reskill (59 stars, last pushed 23d ago), licensed MIT. It adds 40 tokens to every session and 4,127 once invoked, about $0.0002 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
git-cheatsheet
Use this skill when working with git commands, version control, or repository management.
simple_tool
A simple, safe skill that processes JSON configuration files.
capabilities-manager
Manage capa CLI configuration — capabilities.yaml / capabilities.json, skills, MCP servers, tools, hooks, sub-agents, rules, plugins, AGENTS.md / CLAUDE.md, security options, tool exposure modes, capa wrap shadow workspaces, --passthrough native writes, registries (including Claude marketplaces), activity traces, and…
clawhub
Search, install and manage skills from ClawdHub.
google-sheets
Read, write, format, and analyze spreadsheet data through the Google Sheets API.
test-skill
A simple test skill for verifying the Tank registry E2E flow.