exitbind
v0.24.0-rc.5Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.
By Veyndra SystemsLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 0 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 exitbind for Codex and Claude Code
codex plugin marketplace add veyndrasystems/exitbind
codex plugin marketplace upgrade veyndra-systems
codex plugin add exitbind@veyndra-systemsPaste and run these commands in a terminal with Codex. They add and refresh the veyndra-systems catalog, then install this plugin.
Compatibility: the page URL and API slug “exitbind-2” remain stable.
- Codex:
exitbind-2@agent-plugin-marketplace→exitbind@veyndra-systems
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/veyndrasystems/exitbindClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/exitbind/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── plugin.json
Plugin manifests3
{
"name": "exitbind",
"version": "0.24.0-rc.5",
"description": "Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.",
"author": {
"name": "Veyndra Systems",
"url": "https://github.com/veyndrasystems"
},
"repository": "https://github.com/veyndrasystems/exitbind",
"license": "MIT",
"keywords": [
"agents",
"acceptance",
"evidence",
"receipts"
],
"skills": "./skills/",
"interface": {
"displayName": "Exitbind",
"shortDescription": "Evidence-bound acceptance for agent work",
"longDescription": "Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.",
"developerName": "Veyndra Systems",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Use Exitbind for this material task; keep small reversible work direct."
]
}
}{
"name": "exitbind",
"version": "0.24.0-rc.5",
"description": "Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.",
"author": {
"name": "Veyndra Systems",
"url": "https://github.com/veyndrasystems"
},
"repository": "https://github.com/veyndrasystems/exitbind",
"license": "MIT",
"keywords": [
"agents",
"acceptance",
"evidence",
"receipts"
],
"skills": "./skills/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "exitbind",
"version": "0.24.0-rc.5",
"description": "Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.",
"author": {
"name": "Veyndra Systems",
"url": "https://github.com/veyndrasystems"
},
"repository": "https://github.com/veyndrasystems/exitbind",
"license": "MIT",
"keywords": [
"agents",
"acceptance",
"evidence",
"receipts"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Exitbind",
"shortDescription": "Evidence-bound acceptance for agent work",
"longDescription": "Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.",
"developerName": "Veyndra Systems",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Use Exitbind for this material task; keep small reversible work direct."
]
}
}
}
}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.
[exitbind on Agent Plugins Marketplace](https://pluginsmp.com/plugins/exitbind-2)