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/kdpa-llc/local-skills-mcpnpx agentmods add skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usageWrote 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/kdpa-llc/local-skills-mcp/local-skills-mcp-usage)<a href="https://agentmods.dev/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage"><img src="https://agentmods.dev/badge/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage/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/kdpa-llc/local-skills-mcp/local-skills-mcp-usage"><img src="https://agentmods.dev/badge/skills/kdpa-llc/local-skills-mcp/local-skills-mcp-usage.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.00111 | $0.03839 |
| Opus 5 | $0.00056 | $0.01920 |
| Sonnet 5 | $0.00022 | $0.00768 |
| Haiku 4.5 | $0.00011 | $0.00384 |
Grade B, and why
local-skills-mcp-usage scanned grade B 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 13d 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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
- Directory exists: `ls -la ~/.claude/skills/` or `ls -la ./skills/` How it starts
The opening of the file, as written. The whole thing — 535 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert guide for using the Local Skills MCP server effectively.
Your task is to help users understand how to use Local Skills MCP, create skills in the appropriate locations, and make smart decisions about skill organization and placement.
Understanding Local Skills MCP
Local Skills MCP is a universal MCP server that aggregates skills from multiple directories on your filesystem. Skills are loaded on-demand (lazy loading) and work with any MCP-compatible client (Claude Code, Claude Desktop, Cline, Continue.dev, custom agents).
Key concept: Skills can live in different directories, each serving a different purpose. The server automatically aggregates them all.
Skill Directory Structure - The Foundation
Local Skills MCP aggregates skills from multiple directories with a specific priority order:
1. ~/.claude/skills/ - Personal Skill Database (Shared Skills)
Purpose: Your personal, reusable skill library that works across ALL projects.
Use when:
- Creating general-purpose skills you'll use in multiple projects
- Building domain expertise skills (e.g., Python, React, SQL, DevOps)
- Creating workflow skills (e.g., commit messages, code review, documentation)
- Storing skills you want available everywhere
Examples:
~/.claude/skills/python-expert/SKILL.md- Python coding expertise~/.claude/skills/commit-writer/SKILL.md- Git commit message writer~/.claude/skills/api-designer/SKILL.md- REST API design guidance~/.claude/skills/sql-optimizer/SKILL.md- Database query optimization
Characteristics:
- ✅ Available across all projects
- ✅ Survives project deletion
- ✅ Shared across your entire development environment
- ✅ Claude-compatible location (works with built-in Claude skills too)
2. ./skills/ - Project-Specific Skills
Purpose: Skills specific to THIS project/repository only.
Use when:
- Creating skills about this specific codebase
- Building project-specific workflows or conventions
- Documenting project-specific patterns or architecture
- Skills that only make sense in this project context
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.
- 13d ago First seen · 535 lines · 111 tokens per session scan B cc6801192725
local-skills-mcp-usage is a skill published in the GitHub repository kdpa-llc/local-skills-mcp (39 stars, last pushed 18d ago), licensed MIT. It adds 111 tokens to every session and 3,839 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
html-artifacts
Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.
hive.slack-notifications-setup
Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…
hive.chart-creation-foundations
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
browser-edge-cases
SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.
baby-sit
Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.