Agent Plugins Marketplace
All plugins

lazarus

v1.1.1

Proof-checked historical Ethereum fixtures with exact-request replay, no live fallback, and preservation releases a stranger can check.

CodexClaude Code1 Skill

By Wildcat LabsLicense: Apache-2.07 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add lazarus@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/wildcat-finance/skills

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

Plugin files

plugins/lazarus/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/lazarus/SKILL.md

Included Skills1

lazarusskills/lazarus/SKILL.md

Capture, verify and replay the finite part of historical Ethereum state and exact JSON-RPC evidence required by an application test. Use when an archive endpoint or old protocol may disappear and the user needs a deterministic, proof-checked fixture with a fail-closed local replay boundary. Never use it to describe receipts, logs, calls or traces as state-proof-backed evidence.

Plugin manifests2

plugins/lazarus/.codex-plugin/plugin.json
{
  "name": "lazarus",
  "version": "1.1.1",
  "description": "Proof-checked historical Ethereum fixtures with exact-request replay, no live fallback, and preservation releases a stranger can check.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/lazarus",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "ethereum",
    "historical-state",
    "eip-1186",
    "json-rpc",
    "fixtures",
    "replay"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Lazarus",
    "shortDescription": "Proof-checked historical Ethereum fixtures with exact-request replay, no live fallback, and preservation releases a stranger can check.",
    "longDescription": "Lazarus captures the finite historical Ethereum state and exact JSON-RPC evidence one application test needs, checks account and storage claims through EIP-1186 against the named header, writes deterministic digest-bound fixture files and replays only exact captured requests over loopback. Calls, receipts, logs and traces remain labelled recorded evidence, and an uncaptured request fails visibly without a live provider fallback.",
    "developerName": "Wildcat Labs",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": "Use $lazarus to capture, verify or replay this finite historical Ethereum fixture without a live replay fallback."
  },
  "license": "Apache-2.0"
}
plugins/lazarus/.claude-plugin/plugin.json
{
  "name": "lazarus",
  "displayName": "Lazarus",
  "version": "1.1.1",
  "description": "Proof-checked historical Ethereum fixtures with exact-request replay, no live fallback, and preservation releases a stranger can check.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/lazarus",
  "repository": "https://github.com/wildcat-finance/skills",
  "license": "Apache-2.0",
  "keywords": [
    "ethereum",
    "historical-state",
    "eip-1186",
    "json-rpc",
    "fixtures",
    "replay",
    "preservation-release"
  ],
  "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.

[lazarus on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lazarus)