ClaudeShrink marketplace

ClaudeShrink marketplace is a plugin for Claude Code from g-akshay/ClaudeShrink. Its token cost is not measured, scanned C, original, MIT.

A plugin that compresses large text or log files before they are processed, using a method called LLMLingua to reduce the amount of text an AI must read.

In plain words
What is it for?
Use it when analyzing very large text files or pasted content, especially on macOS or Linux systems with Python 3.9 or newer and Git installed.
Why use it?
It helps fit large logs, documents, transcripts, or pasted text into the available context while reducing token use. Tokens are the small text units AI systems process.

Plugin for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when analyzing very large text files or pasted content, especially on macOS or Linux systems with Python 3.9 or newer and Git installed.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add g-akshay/ClaudeShrink/plugin install ClaudeShrink marketplace
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.

Clone the repo
git clone --depth 1 https://github.com/g-akshay/ClaudeShrink

Made for: Claude Code.

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 ClaudeShrink marketplace

README.md
[![agentmods](https://agentmods.dev/badge/plugins/g-akshay/claudeshrink/marketplace.svg)](https://agentmods.dev/plugins/g-akshay/claudeshrink/marketplace)
Your own site
<a href="https://agentmods.dev/plugins/g-akshay/claudeshrink/marketplace"><img src="https://agentmods.dev/badge/plugins/g-akshay/claudeshrink/marketplace.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan C 2 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.
Security

Grade C, and why

ClaudeShrink marketplace scanned grade C with 2 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 8d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

"install": "curl -fsSL https://raw.githubusercontent.com/g-akshay/ClaudeShrink/main/install.sh | bash",

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

"install": "curl -fsSL https://raw.githubusercontent.com/g-akshay/ClaudeShrink/main/install.sh | bash",
.claude/.claude-plugin/marketplace.json · 30 lines

What it actually says

{
  "name": "ClaudeShrink",
  "slug": "claudeshrink",
  "type": "skill",
  "version": "1.0.0",
  "description": "Automatically compress large natural text or log files before processing using LLMLingua to save tokens. Trigger when the user pastes massive text blobs, asks to analyze a large file (logs, docs, transcripts), or provides a prompt too large for the context window.",
  "author": "Akshay Gundewar",
  "repository": "https://github.com/g-akshay/ClaudeShrink",
  "homepage": "https://github.com/g-akshay/ClaudeShrink",
  "icon": "🗜️",
  "tags": [
    "compression",
    "tokens",
    "context-window",
    "llmlingua",
    "skills",
    "ai-tool",
    "claude-code",
    "prompt-compression"
  ],
  "skillFile": "SKILL.md",
  "install": "curl -fsSL https://raw.githubusercontent.com/g-akshay/ClaudeShrink/main/install.sh | bash",
  "requires": {
    "python3": ">=3.9",
    "git": "*"
  },
  "allowedTools": ["Bash"],
  "platforms": ["macos", "linux"]
}
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. 8d ago First seen · 30 lines scan C a66dd344bcd3

Subscribe to this mod's changes

ClaudeShrink marketplace is a plugin published in the GitHub repository g-akshay/ClaudeShrink (5 stars, last pushed 4mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories