trazum
v1.76.0Price a prompt before it costs money, and read the bill after. Deterministic prompt optimisation (no API key, no network), token budgets and drift gates for CI, usage-log profiling that names what would actually move the bill, and seven MCP tools including a spend guard that judges configured USD ceilings before a call is made.
By David Muñoz ReyLicense: MIT1 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install trazum@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Davmunrey/TrazumClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/trazum/SKILL.md└── .mcp.json
Included Skills1
Optimise a prompt to cost fewer tokens, or check one against a token budget. Use when asked to shorten, optimise, or cut the cost of a prompt or system prompt; when asked what a prompt costs per month; when asked whether a prompt fits a token budget; or when reviewing a change to a prompt file. Also use when asked to find contradictory instructions or redundant few-shot examples in a prompt.
MCP servers1
- command
- npx
- args
- -y @trazum/mcp
Plugin manifests1
{
"name": "trazum",
"version": "1.76.0",
"description": "Price a prompt before it costs money, and read the bill after. Deterministic prompt optimisation (no API key, no network), token budgets and drift gates for CI, usage-log profiling that names what would actually move the bill, and seven MCP tools including a spend guard that judges configured USD ceilings before a call is made.",
"author": {
"name": "David Muñoz Rey"
},
"homepage": "https://github.com/Davmunrey/Trazum",
"repository": "https://github.com/Davmunrey/Trazum",
"license": "MIT",
"keywords": [
"prompt",
"tokens",
"cost",
"llm",
"budget",
"optimiser",
"usage",
"mcp",
"spend"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[trazum on Agent Plugins Marketplace](https://pluginsmp.com/plugins/trazum)