berean
v0.1.2Digest-pinned agent releases with byte-exact citations, block-bound reads and evaluated refusals.
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 berean@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/berean/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/berean/SKILL.md
Included Skills1
Build, verify and evaluate evidence-backed protocol-agent releases: pin a document corpus by digest, prove citations as exact bytes, bind live values to a chain and block, separate source classes, grade recorded answers against an evaluation corpus and keep promotion as records. Use when the user names Berean, asks to release or verify a grounded protocol agent, or wants an answer's evidence checked against pinned artefacts. Do not use it to run a model, retrieve documents, capture live chain state or bind a release to an Ariadne statement.
Plugin manifests2
{
"name": "berean",
"version": "0.1.2",
"description": "Digest-pinned agent releases with byte-exact citations, block-bound reads and evaluated refusals.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/berean",
"repository": "https://github.com/wildcat-finance/skills",
"keywords": [
"agents",
"evidence",
"citations",
"releases",
"evaluation"
],
"skills": "./skills/",
"interface": {
"displayName": "Berean",
"shortDescription": "Digest-pinned agent releases with byte-exact citations, block-bound reads and evaluated refusals.",
"longDescription": "Berean releases evidence-backed protocol agents. A release pins its corpus by digest, proves every citation as exact bytes, binds every live value to a chain and block, separates document claims from chain readings, states when it refuses, and records the evaluation that made it active. The verifier checks all of that offline, without the model that produced the answers.",
"developerName": "Wildcat Labs",
"category": "Developer Tools",
"capabilities": [],
"defaultPrompt": "Use $berean to verify this release's citations, chain readings and promotion record against its pinned corpus."
},
"license": "Apache-2.0"
}{
"name": "berean",
"displayName": "Berean",
"version": "0.1.2",
"description": "Digest-pinned agent releases with byte-exact citations, block-bound reads and evaluated refusals.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/berean",
"repository": "https://github.com/wildcat-finance/skills",
"license": "Apache-2.0",
"keywords": [
"agents",
"evidence",
"citations",
"releases",
"evaluation"
],
"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.
[berean on Agent Plugins Marketplace](https://pluginsmp.com/plugins/berean)