Agent Plugins Marketplace
All plugins

validator-bonds

v0.1.0

Marinade Validator Bonds: SAM auction, settlement types, PSR, bond lifecycle, and ecosystem map.

CodexClaude Code4 Skills

By Marinade FinanceLicense: ISC11 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 21, 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 validator-bonds for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add validator-bonds@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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/marinade-finance/validator-bonds

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

Plugin files

plugins/validator-bonds/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/find/SKILL.md
├── skills/marinade-docs/SKILL.md
├── skills/marinade-ecosystem/SKILL.md
└── skills/marinade-sam-bond/SKILL.md

Included Skills4

findskills/find/SKILL.md

Answer questions from stored facts in `facts/`, or research new questions against primary sources (source code, .refs/ clones, live APIs) and write verified facts. Single entry point for both lookup and research. NOT for Marinade doc/repo navigation (use marinade-docs); NOT for settlement/SAM context (load marinade-sam-bond first).

marinade-docsskills/marinade-docs/SKILL.md

Index of Marinade documentation site URLs, live API base URLs/endpoints/OpenAPI schemas, GCS bucket paths, and per-repo clone commands. NOT for Validator Bonds internals (use marinade-sam-bond), the repo/program-ID/SDK map (use marinade-ecosystem), or deep code research (use find).

marinade-ecosystemskills/marinade-ecosystem/SKILL.md

Marinade Finance public ecosystem map — GitHub repos and how they relate, program IDs, token mints, SDKs, issue filing. NOT for settlement mechanics, SAM auction internals, or bond lifecycle (use marinade-sam-bond); NOT for doc/API URLs or clone commands (use marinade-docs).

marinade-sam-bondskills/marinade-sam-bond/SKILL.md

Validator Bonds program internals — settlement types, SAM auction, bond collateral, PSR, epoch lifecycle. NOT for ecosystem navigation, program-ID/SDK lookup, or issue filing (use marinade-ecosystem); NOT for live validator data (query the bonds API) or deep code research (use find).

Plugin manifests2

plugins/validator-bonds/.codex-plugin/plugin.json
{
  "name": "validator-bonds",
  "version": "0.1.0",
  "description": "Marinade Validator Bonds: SAM auction, settlement types, PSR, bond lifecycle, and ecosystem map.",
  "author": {
    "name": "Marinade Finance",
    "email": "[email protected]"
  },
  "homepage": "https://psr.marinade.finance",
  "repository": "https://github.com/marinade-finance/validator-bonds",
  "license": "ISC",
  "keywords": [
    "solana",
    "marinade",
    "validator-bonds",
    "sam",
    "staking",
    "defi"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Marinade Validator Bonds",
    "shortDescription": "Skills for Validator Bonds, SAM, PSR, and settlements.",
    "longDescription": "Adds Marinade Validator Bonds context to Codex: SAM auction mechanics, PSR settlement types, bond lifecycle, ecosystem navigation, and research workflows.",
    "developerName": "Marinade Finance",
    "category": "Productivity",
    "capabilities": [
      "Knowledge",
      "Research",
      "Write"
    ],
    "websiteURL": "https://psr.marinade.finance",
    "defaultPrompt": [
      "Explain how Validator Bonds settlements work.",
      "Find where SAM bid penalties are calculated.",
      "Map the Marinade repos used by Validator Bonds."
    ],
    "brandColor": "#19FB9B"
  }
}
plugins/validator-bonds/.claude-plugin/plugin.json
{
  "name": "validator-bonds",
  "displayName": "Marinade Validator Bonds",
  "version": "0.1.0",
  "description": "Validator Bonds context skills — SAM auction, bond collateral, PSR, settlement lifecycle, and research tools.",
  "author": {
    "name": "Marinade Finance",
    "email": "[email protected]"
  },
  "homepage": "https://psr.marinade.finance",
  "repository": "https://github.com/marinade-finance/validator-bonds",
  "license": "ISC",
  "keywords": [
    "solana",
    "marinade",
    "validator-bonds",
    "sam",
    "staking",
    "defi"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[validator-bonds on Agent Plugins Marketplace](https://pluginsmp.com/plugins/validator-bonds)