Agent Plugins Marketplace
All plugins

probitas

v0.1.1

Sourced counterparty lending dossiers from declared addresses, with coverage gaps kept visible.

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 probitas@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/probitas/.

Plugin files

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

Included Skills1

probitasskills/probitas/SKILL.md

Build a sourced dossier on a counterparty who wants an undercollateralised market: what they borrowed across lending venues, whether they gave it back, and what could not be established. Use when someone names an entity and the wallet addresses it has declared and asks for diligence, borrowing history, repayment record, delinquency history, or an underwriting writeup. Do not use for questions about a single market's own numbers, and never to work out which individual controls an address.

Plugin manifests2

plugins/probitas/.codex-plugin/plugin.json
{
  "name": "probitas",
  "version": "0.1.1",
  "description": "Sourced counterparty lending dossiers from declared addresses, with coverage gaps kept visible.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/probitas",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "diligence",
    "underwriting",
    "counterparty",
    "lending",
    "wildcat",
    "subgraph",
    "provenance"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Probitas",
    "shortDescription": "Sourced counterparty lending dossiers from declared addresses, with coverage gaps kept visible.",
    "longDescription": "Takes an entity name and the wallet addresses a counterparty has declared, and produces a dossier a lender can act on: what they borrowed across on-chain lending venues, whether they gave it back, and what could not be established. A deterministic collector queries venue adapters and writes an evidence file in which a record cannot exist without a transaction hash, a URL or a document reference. The model writes the narrative and a gate checker binds it afterwards, so a citation-shaped sentence with nothing behind it fails the document rather than shipping in it. Coverage is stated: a venue nobody checked is a named line saying so, not silence that reads as a clean record. No personal data, no social graph, no working out which individual controls an address, and no score without a rubric printed beside it.",
    "developerName": "Wildcat Labs",
    "category": "Research",
    "capabilities": [],
    "defaultPrompt": "Use $probitas to build a sourced dossier on \"<entity>\" from the addresses they declared."
  },
  "license": "Apache-2.0"
}
plugins/probitas/.claude-plugin/plugin.json
{
  "name": "probitas",
  "displayName": "Probitas",
  "version": "0.1.1",
  "description": "Sourced counterparty lending dossiers from declared addresses, with coverage gaps kept visible.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/probitas",
  "repository": "https://github.com/wildcat-finance/skills",
  "license": "Apache-2.0",
  "keywords": [
    "diligence",
    "underwriting",
    "counterparty",
    "lending",
    "wildcat",
    "subgraph",
    "provenance"
  ],
  "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.

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