paleo-json

paleo-json is a skill for Claude Code from mocasus/paleo. It costs 67 tokens per session (362 once invoked), scanned A, original, MIT.

A formatting rule for producing compact, valid JSON and other structured output.

In plain words
What is it for?
Use it when an agent must return minified JSON, compact YAML, or tight tables. It is triggered by phrases such as “compact json” or “minify output”.
Why use it?
It reduces unnecessary whitespace and can shorten repetitive data while keeping the result readable by software.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the paleo plugin — 7 skills shipped together

Good fit Use it when an agent must return minified JSON, compact YAML, or tight tables. It is triggered by phrases such as “compact json” or “minify output”.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mocasus/paleo/paleo-json
Install

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.

Any agent
npx skills add mocasus/paleo --skill paleo-json
Clone the repo
git clone --depth 1 https://github.com/mocasus/paleo

Made for: Claude Code.

Or install paleo, the plugin that ships this one along with the rest of its 7 skills.

Wrote 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.

agentmods badge for paleo-json

README.md
[![agentmods](https://agentmods.dev/badge/skills/mocasus/paleo/paleo-json/github.svg)](https://agentmods.dev/skills/mocasus/paleo/paleo-json)
Your own site
<a href="https://agentmods.dev/skills/mocasus/paleo/paleo-json"><img src="https://agentmods.dev/badge/skills/mocasus/paleo/paleo-json/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.

agentmods 80×15 button for paleo-json

Your own site · 80×15
<a href="https://agentmods.dev/skills/mocasus/paleo/paleo-json"><img src="https://agentmods.dev/badge/skills/mocasus/paleo/paleo-json.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 362 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.00362
Opus 5 $0.00034 $0.00181
Sonnet 5 $0.00013 $0.00072
Haiku 4.5 $0.00007 $0.00036

Measured 9d ago against content hash 2957ab2edbf1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

paleo-json 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 9d 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.

skills/paleo-json/SKILL.md · 35 lines

What it actually says

paleo-json

Compact structured output. JSON / YAML / tables → minimal tokens, still valid.

Rules

  • Minify: remove whitespace between tokens (valid JSON stays parseable).
  • Collapse arrays of repeated shapes into a count + 1 example when the consumer allows.
  • Keep keys verbatim unless a documented short alias exists — never invent keys.
  • Preserve: values, types, order where it matters, escaping.
  • YAML: drop comments, shorten, keep indentation minimal but valid.
  • Numbers/booleans/null: never reformat in ways that change type.

Levels

  • lite: minify whitespace only (safest).
  • full (default): minify + collapse repetitive array tails.
  • ultra: minify + alias keys per a provided map.

Switch

  • paleo-json / compact json / minify on. pretty print off.

Gotchas

  • Always return valid, parseable output — a broken payload costs more than the tokens saved.
  • Don't alias keys unless the consumer expects them; default = keep keys.
  • Streaming/chunked JSON: minify only after the full object is known.
Changes

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.

  1. 9d ago First seen · 35 lines · 67 tokens per session scan A 2957ab2edbf1

Subscribe to this mod's changes

paleo-json is a skill published in the GitHub repository mocasus/paleo (20 stars, last pushed 1mo ago), licensed MIT. It adds 67 tokens to every session and 362 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.

Related

Other skills, from other repositories

npm-downloads-to-leads

Takes a list of npm package names (yours or competitors'), fetches 12 weeks of daily download data from the npm API, computes a breakout velocity score per package to identify hockey-stick growth, fetches maintainer profiles from the npm registry and GitHub API, and outputs a ranked lead brief for each breakout…

Varnan-Tech/opendirectory · 172 tokens

graphic-ebook

Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…

Varnan-Tech/opendirectory · 97 tokens

producthunt-launch-kit

Use when the user asks to prepare a Product Hunt launch or generate Product Hunt listing assets. Generates tagline variants under 60 chars, a 500-char description, a maker comment, launch-day tweet thread, LinkedIn post, and a 4-email launch sequence.

Varnan-Tech/opendirectory · 58 tokens

dependency-update-bot

Scans your project for outdated npm, pip, Cargo, Go, or Ruby packages. Runs a CVE security audit. Fetches changelogs, summarizes breaking changes with Gemini, and opens one PR per risk group (patch, minor, major). Includes Diagnosis Mode for install conflicts. Use when asked to update dependencies, check for outdated…

Varnan-Tech/opendirectory · 134 tokens

pricing-page-psychology-audit

Audits any SaaS pricing page URL against 12 pricing psychology principles and outputs a ranked improvement report with specific rewrite suggestions and quick wins.

Varnan-Tech/opendirectory · 36 tokens

linkedin-post-generator

Converts any content, blog post URL, pasted article, GitHub PR description, or a description of something built, into a formatted LinkedIn post with proper hook, story arc, and formatting. Optionally posts directly to LinkedIn via Composio. Use when asked to write a LinkedIn post, turn a blog into a LinkedIn update…

Varnan-Tech/opendirectory · 129 tokens