attention-guard
v0.1.0Context window protection, hybrid RTK token compression, two-stage anti-looping circuit breaker, and turn verification gating for Codex CLI and ChatGPT app.
0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 27, 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 attention-guard for Codex
codex plugin marketplace add vinhthang/codex-attention-guard-plugin
codex plugin marketplace upgrade attention-guard-local
codex plugin add attention-guard@attention-guard-localPaste and run these commands in a terminal with Codex. They add and refresh the attention-guard-local catalog, then install this plugin.
Compatibility: the page URL and API slug “attention-guard” remain stable.
- Codex:
attention-guard@agent-plugin-marketplace→attention-guard@attention-guard-local
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/vinhthang/codex-attention-guard-pluginClone 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
Plugin manifests1
{
"name": "attention-guard",
"version": "0.1.0",
"description": "Context window protection, hybrid RTK token compression, two-stage anti-looping circuit breaker, and turn verification gating for Codex CLI and ChatGPT app.",
"interface": {
"displayName": "Attention Guard",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
]
},
"hooks": "./hooks/hooks.json"
}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.
[attention-guard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/attention-guard)