Odel
agentskin

agentskin

Local
@shawn5cents1TypeScriptUpdated 1w ago

The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning.

AgentSkin Suite

npm version License: MIT

The complete token optimization stack for AI coding agents. Three complementary tools that eliminate the "Token Tax" across the full agent cycle — API responses, CLI output, and agent replies.

The Suite

ComponentWhat It DoesSavingsCreator
AgentSkin SSSSemantic JSON pruning via MCP60–88% on rich APIsShawn Nichols Sr.
Tokenjuice CLIRule-driven terminal output compactionUp to 99.97% on large outputsVincent Koc (MIT)
CavemanOutput compression via prompt engineering65% output reductionJulius Brussee

Quick Start

# 1. AgentSkin MCP server
npx -y agentskin@latest

# 2. Bash hook (transparent CLI optimization)
source .agents/hooks/bash-optimizer.sh

# 3. Caveman — already active via AGENTS.md

By the Numbers

MetricValue
GitHub API savings88.3% (1,544 → 180 tokens)
ls -laR directory listing99.97% (3.19M → 897 chars)
Caveman output compression65% average
Caveman memory compression46% smaller
MCP tools7 across unified server
Combined test suite4,695 tests, 274 files — 100% passing
Pipeline throughput3,030 fixtures/sec (0.33ms avg)
Net session savings17.1% (zero overhead via bash hook)

Tools

AgentSkin Suite MCP (7 tools, unified)

fetch_optimized_data · skin_reasoning · classify_url · strip_ansi · reduce · estimate_tokens · apply_json_semantic

Caveman Skills (6 skills)

caveman · caveman-commit · caveman-review · caveman-stats · caveman-compress · cavecrew

Documentation

DocDescription
OVERVIEW.mdProject overview and quick start
ARCHITECTURE.mdTechnical architecture and data flow
STATUS.mdPhase completion and test coverage
BENCHMARK.mdLive API compression benchmarks
USAGE.mdFull usage guide — hook, caveman, MCP
THREE-LAYER-RULES.mdRule config override semantics
AUTHORS.mdCredits and component details

Security

  • SSRF Protection: Blocks private IPv4/IPv6 ranges and cloud metadata services
  • Rate Limiting: 60 req/min sliding window
  • Input Validation: Zod schemas for all tool inputs
  • Processing Timeout: 30-second limit

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

Website

agentskin.dev — Protocol specification, examples, FAQ, and whitepaper.


© 2026 Nichols Transco LLC.