token-optimizator
v0.1.0A local optimization hub that audits token waste and routes work to the best available optimizer.
By kaheroLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 4 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-optimizator for Codex and Claude Code
codex plugin marketplace add Kakhramon/token-optimizator
codex plugin marketplace upgrade token-optimizator
codex plugin add token-optimizator@token-optimizatorPaste and run these commands in a terminal with Codex. They add and refresh the token-optimizator catalog, then install this plugin.
Compatibility: the page URL and API slug “token-optimizator” remain stable.
- Codex:
token-optimizator@agent-plugin-marketplace→token-optimizator@token-optimizator
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/Kakhramon/token-optimizatorClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/doctor/SKILL.md├── skills/handoff/SKILL.md├── skills/optimize/SKILL.md└── skills/status/SKILL.md
Included Skills4
Audit persistent AI context inventory, estimated token overhead, and optimizer integration conflicts. Use for deep read-only diagnosis, not installation or automatic repair.
Create a compact continuation for moving active work into a fresh Claude or Codex session. Use for clean-session handoff, not a general project summary.
Route a token-efficiency goal to one exact curated capability and the best available companion. Use when choosing or invoking an optimizer, not for general code optimization.
Check Token Optimizator companion health and return a compact read-only snapshot. Use for a quick setup check, not a deep context audit or repair.
Plugin manifests3
{
"name": "token-optimizator",
"version": "0.1.0",
"description": "A local optimization hub that audits token waste and routes work to the best available optimizer.",
"author": {
"name": "kahero",
"url": "https://github.com/kakhramon"
},
"homepage": "https://github.com/kakhramon/token-optimizator",
"repository": "https://github.com/kakhramon/token-optimizator",
"license": "MIT",
"keywords": [
"tokens",
"optimization",
"context",
"productivity",
"ai-development"
],
"interface": {
"displayName": "Token Optimizator",
"shortDescription": "Find and route token-saving opportunities",
"longDescription": "Audits context overhead, reports optimization health, and routes work to trusted companion tools without duplicating their behavior.",
"developerName": "kahero",
"category": "Productivity",
"capabilities": [
"Skills"
],
"websiteURL": "https://github.com/kakhramon/token-optimizator",
"defaultPrompt": [
"Check my token optimization setup.",
"Audit this project for context waste.",
"Choose the best optimizer for this task."
],
"brandColor": "#2563EB"
}
}{
"name": "token-optimizator",
"version": "0.1.0",
"description": "A local optimization hub that audits token waste and routes work to the best available optimizer.",
"author": {
"name": "kahero",
"url": "https://github.com/kakhramon"
},
"homepage": "https://github.com/kakhramon/token-optimizator",
"repository": "https://github.com/kakhramon/token-optimizator",
"license": "MIT",
"keywords": [
"tokens",
"optimization",
"context",
"productivity",
"ai-development"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "token-optimizator",
"version": "0.1.0",
"description": "A local optimization hub that audits token waste and routes work to the best available optimizer.",
"author": {
"name": "kahero",
"url": "https://github.com/kakhramon"
},
"homepage": "https://github.com/kakhramon/token-optimizator",
"repository": "https://github.com/kakhramon/token-optimizator",
"license": "MIT",
"keywords": [
"tokens",
"optimization",
"context",
"productivity",
"ai-development"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Token Optimizator",
"shortDescription": "Find and route token-saving opportunities",
"longDescription": "Audits context overhead, reports optimization health, and routes work to trusted companion tools without duplicating their behavior.",
"developerName": "kahero",
"category": "Productivity",
"capabilities": [
"Skills"
],
"websiteURL": "https://github.com/kakhramon/token-optimizator",
"defaultPrompt": [
"Check my token optimization setup.",
"Audit this project for context waste.",
"Choose the best optimizer for this task."
],
"brandColor": "#2563EB"
}
}
}
}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-optimizator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/token-optimizator)