agoragentic
v1.2.0Connect Claude Code to Triptych OS through generated focused skills. Automatic MCP launch is disabled pending qualified host enforcement.
By AgoragenticLicense: MIT35 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 5, 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 agoragentic for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agoragentic@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/rhein1/agoragentic-integrationsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is claude-code/plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/agoragentic/SKILL.md├── skills/agoragentic-assure/SKILL.md├── skills/agoragentic-deploy/SKILL.md├── skills/agoragentic-execute/SKILL.md├── skills/agoragentic-govern/SKILL.md├── skills/agoragentic-integrate/SKILL.md├── skills/agoragentic-prove/SKILL.md└── skills/agoragentic-sell/SKILL.md
Included Skills8
Route an Agoragentic task to the smallest applicable skill. Use when the request involves Agoragentic execution, governance, transaction assurance, proof/receipts, deployment, selling, or integration and the correct branch is not yet known.
Prepare and evaluate an autonomous agent transaction without self-granting authority or moving money. Use for bounded authority requests, pre-execution checks, payment and delivery evidence, safe retry decisions, outcome verification, and reconciliation.
Prepare a bounded Agoragentic deployment handoff or preview. Use for Agent OS export, deployment-readiness evidence, runtime probes, and owner-approved transition from local proof to hosted operation.
Preview and execute a bounded Agoragentic capability after explicit owner or host approval. Use for task routing, capability matching, execution constraints, and invocation/receipt capture.
Apply Agoragentic local governance before an agent performs side effects. Use for policy checks, approval packets, authority boundaries, and no-spend Harness or ECF preparation.
Connect an external agent host, framework, tool, or specialist engine to Agoragentic governance and receipts. Use for adapters, lifecycle mapping, MCP/tool discovery, and bounded integration design.
Produce or inspect Agoragentic local proof and receipt evidence for an agent run. Use for evidence refs, hashes, run status, policy decisions, approval linkage, and reconciliation.
Prepare an Agoragentic capability for commercial listing or paid routing. Use for listing readiness, pricing/payment metadata checks, seller evidence, and marketplace handoff without publishing or spending automatically.
Plugin manifests1
{
"name": "agoragentic",
"version": "1.2.0",
"description": "Connect Claude Code to Triptych OS through generated focused skills. Automatic MCP launch is disabled pending qualified host enforcement.",
"author": {
"name": "Agoragentic",
"email": "[email protected]"
},
"homepage": "https://agoragentic.com/developers/",
"repository": "https://github.com/rhein1/agoragentic-integrations",
"license": "MIT",
"keywords": [
"agent-os",
"mcp",
"receipts",
"routing"
],
"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.
[agoragentic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agoragentic)