tabularium
v0.3.1Venue-qualified credit-event releases rebuilt from preserved source records.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tabularium@agent-plugin-marketplacePaste 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/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tabularium/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/tabularium/SKILL.md
Included Skills1
Build or verify a reproducible release of sourced on-chain credit events, with venue-native records, mapping provenance and explicit coverage. Use when the user names Tabularium, asks to preserve a credit-event record, or wants to rebuild or verify a Tabularium release offline. This version maps preserved Goldfinch, Euler v1 and Euler V2 credit events and rebuilds a non-canonical Compound v3 Phase 0 execution witness. Do not use it to collect live data, infer who controls an address, rate a counterparty, authenticate a publisher or claim an independently proved chain boundary.
Plugin manifests2
{
"name": "tabularium",
"version": "0.3.1",
"description": "Venue-qualified credit-event releases rebuilt from preserved source records.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/tabularium",
"repository": "https://github.com/wildcat-finance/skills",
"keywords": [
"credit",
"events",
"datasets",
"provenance",
"preservation"
],
"skills": "./skills/",
"interface": {
"displayName": "Tabularium",
"shortDescription": "Venue-qualified credit-event releases rebuilt from preserved source records.",
"longDescription": "Tabularium turns preserved Goldfinch, Euler v1 and Euler V2 credit records into deterministic canonical JSONL without discarding source meaning or native records. It also rebuilds a non-canonical Compound v3 Phase 0 execution witness from a verified Alexandria release. Offline verification confines paths and rebuilds the expected event or witness bytes rather than trusting row claims.",
"developerName": "Wildcat Labs",
"category": "Research",
"capabilities": [],
"defaultPrompt": "Use $tabularium to build or verify a source-bound Goldfinch, Euler v1 or Euler V2 credit-event release, or rebuild a Compound v3 Phase 0 witness offline."
},
"license": "Apache-2.0"
}{
"name": "tabularium",
"displayName": "Tabularium",
"version": "0.3.1",
"description": "Venue-qualified credit-event releases rebuilt from preserved source records.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/tabularium",
"repository": "https://github.com/wildcat-finance/skills",
"license": "Apache-2.0",
"keywords": [
"credit",
"events",
"datasets",
"provenance",
"preservation"
],
"skills": "./skills/"
}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.
[tabularium on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tabularium)