alexandria
v0.2.1Digest-bound lending-data releases with reviewed credit views and address queries.
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 alexandria@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/alexandria/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/alexandria/SKILL.md
Included Skills1
Preserve heterogeneous lending-protocol captures by digest and expose a narrow, source-bound credit view for Tabularium and Probitas. Use when the user names Alexandria or asks to archive lending data for reproducible, address-scoped credit research. Raw release and registered Goldfinch and Clearpool derivation, disposable indexing, address queries and a checked-in offline demonstration and bounded Compound v3 Phase 0 method proof are available.
Plugin manifests2
{
"name": "alexandria",
"version": "0.2.1",
"description": "Digest-bound lending-data releases with reviewed credit views and address queries.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/alexandria",
"repository": "https://github.com/wildcat-finance/skills",
"keywords": [
"credit",
"archive",
"datasets",
"provenance",
"preservation"
],
"skills": "./skills/",
"interface": {
"displayName": "Alexandria",
"shortDescription": "Digest-bound lending-data releases with reviewed credit views and address queries.",
"longDescription": "Alexandria preserves heterogeneous lending-protocol captures as unchanged digest-addressed objects, binds them to exact scope and coverage, derives reviewed Goldfinch and Clearpool credit rows, and rebuilds a disposable address index for Probitas. A separate Compound v3 Phase 0 path pins the Comet registry, captures a bounded RPC corpus and verifies its method gates offline; the resumable interval collector remains unimplemented.",
"developerName": "Wildcat Labs",
"category": "Research",
"capabilities": [],
"defaultPrompt": "Use $alexandria to preserve or verify this lending-data release, query its source-bound credit view, or build and check a bounded Compound v3 Phase 0 method release."
},
"license": "Apache-2.0"
}{
"name": "alexandria",
"displayName": "Alexandria",
"version": "0.2.1",
"description": "Digest-bound lending-data releases with reviewed credit views and address queries.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/alexandria",
"repository": "https://github.com/wildcat-finance/skills",
"license": "Apache-2.0",
"keywords": [
"credit",
"archive",
"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.
[alexandria on Agent Plugins Marketplace](https://pluginsmp.com/plugins/alexandria)