token-optimizer
v7.2.0Context-window optimization: caching, compression, and smart file tooling that cut token usage 60-90%.
By ooplesLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 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 token-optimizer for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add token-optimizer@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “token-optimizer” remain stable.
- Codex:
token-optimizer@agent-plugin-marketplace→token-optimizer@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ooples/token-optimizer-mcp/.
Plugin files
├── .codex-plugin/plugin.json├── skills/token-optimization/SKILL.md└── .mcp.json
Included Skills1
Use the token-optimizer MCP tools to reduce context/token usage when reading, searching, or editing files, or when the context window is filling up. Trigger when reading large files, re-reading files already seen, searching a big/unknown tree, making edits to large files, or when you need to store bulky output out-of-context.
MCP servers1
- command
- npx
- args
- -y @ooples/token-optimizer-mcp@latest
Plugin manifests1
{
"name": "token-optimizer",
"version": "7.2.0",
"description": "Context-window optimization: caching, compression, and smart file tooling that cut token usage 60-90%.",
"author": {
"name": "ooples",
"url": "https://github.com/ooples"
},
"homepage": "https://github.com/ooples/token-optimizer-mcp#readme",
"repository": "https://github.com/ooples/token-optimizer-mcp",
"license": "MIT",
"keywords": [
"token-optimization",
"context-window",
"caching",
"compression",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Token Optimizer",
"shortDescription": "Cut token usage 60-90% with caching, compression, and smart file tools.",
"longDescription": "Bundles the token-optimizer MCP server plus a usage skill. smart_read returns diffs on re-reads, smart_glob returns paths only, optimize_session stashes bulky output out-of-context, and get_optimization_report shows total tokens saved.",
"developerName": "ooples",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/ooples/token-optimizer-mcp",
"defaultPrompt": [
"Use token-optimizer smart_read to re-read this large file as a diff.",
"Show my token savings with get_optimization_report."
]
}
}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.
[token-optimizer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/token-optimizer)