🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentskin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentskin

AgentSkin Suite: Three-layer token optimization stack — AgentSkin SSS (JSON pruning) + Tokenjuice (CLI compaction) + Caveman (output compression). 88%+ API savings, 99.8% CLI savings, 4,695 tests.

latest
npmnpm
Version
5.0.0
Version published
Weekly downloads
257
511.9%
Maintainers
1
Weekly downloads
 
Created
Source

AgentSkin Suite

npm version License: MIT

Stop paying for noise. AgentSkin Suite cuts your AI API costs by 60-80% by stripping token waste from API responses, terminal output, and agent replies — automatically.

What You Get

One MCP server. Seven tools. Three layers of savings.

LayerCutsHow
API responses60–88%Strips junk fields from JSON before your AI sees them
Terminal outputUp to 99.97%Compacts CLI noise (build logs, git diffs, lint spam)
Agent replies65%Makes your AI talk like a caveman — same info, fewer words

30-Second Install

npx -y agentskin@latest

Then add to your MCP config:

{
  "mcpServers": {
    "agentskin-suite": {
      "command": "npx",
      "args": ["-y", "agentskin@latest"]
    }
  }
}

That's it. Restart your AI tool and you have all 7 tools.

What It Actually Does

Before: Your AI fetches https://api.github.com/repos/vercel/next.js and gets 1,544 tokens of JSON — mostly URLs, timestamps, boolean flags you don't need.

After: 180 tokens. Just the fields that matter: name, description, stars, language, topics, URL.

Same answer quality. 88% cheaper API calls.

The 7 Tools

ToolUse it when...
fetch_optimized_dataYou need data from any API or webpage
skin_reasoningText is full of hedging and filler words
classify_urlYou want to know which rules will apply to a URL
strip_ansiTerminal output has color codes in it
reduceCLI output is massive (build logs, diffs, listings)
estimate_tokensYou need to know how many tokens something costs
apply_json_semanticYou have raw JSON you want to prune

Supported AI Tools

Works with anything that supports MCP: Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Codex, Copilot, Kilo Code, OpenCode, and more.

Also includes 6 Caveman skills that work across 30+ agents — compressed output, commits, code reviews, file compression, and subagent delegation.

Numbers

  • GitHub API: 88.3% savings (1,544 → 180 tokens)
  • Large directory listing: 99.97% savings (3.2M → 897 chars)
  • Agent output: 65% smaller
  • Test suite: 4,695 tests, 274 files, 100% passing

Docs

  • Full Usage Guide — step-by-step setup for every tool
  • FAQ — common questions with real benchmarks
  • Website — live docs, examples, whitepaper

Security

Everything runs locally. No data leaves your machine. SSRF protection, rate limiting, input validation, and URL sanitization built in.

Credits

CreatorContribution
Shawn Nichols Sr. (Nichols Transco LLC)AgentSkin SSS protocol, MCP server, Suite integration
Vincent KocTokenjuice — MIT License
Julius BrusseeCaveman — github.com/JuliusBrussee/caveman

Maintained by Nichols Transco LLC.

Keywords

mcp

FAQs

Package last updated on 27 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts