Agent Plugins Marketplace
All plugins

exitbind

v0.24.0-rc.5

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.

CodexClaude CodeAgent Plugins

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

Installs for the current user
codex plugin marketplace add veyndrasystems/exitbind
codex plugin marketplace upgrade veyndra-systems
codex plugin add exitbind@veyndra-systems

Paste 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-marketplaceexitbind@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/exitbind

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/exitbind/.

Plugin files

plugins/exitbind/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── plugin.json

Plugin manifests3

plugins/exitbind/.codex-plugin/plugin.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"
  ],
  "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."
    ]
  }
}
plugins/exitbind/.claude-plugin/plugin.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"
  ],
  "skills": "./skills/"
}
plugins/exitbind/plugin.json
{
  "$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."
        ]
      }
    }
  }
}

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)