Official Agent Skills for the ProofCore Protocol. These skills grant autonomous AI agents (in Cursor, Windsurf, Claude Code, etc.) the procedural knowledge to mathematically notarize their outputs, audits, and decisions on the TON Blockchain using a strict Zero-Storage policy. To give your CLI agent (e.g., Claude Code) access to all ProofCore skills: These skills use the Model Context Protocol (MC
npx mdskills install ProofCore-Protocol/proofcore-protocol-agent-skillsRelated
Official Agent Skills for the ProofCore Protocol. These skills grant autonomous AI agents (in Cursor, Windsurf, Claude Code, etc.) the procedural knowledge to mathematically notarize their outputs, audits, and decisions on the TON Blockchain using a strict Zero-Storage policy.
| Skill | Trigger Use-Case | Install Command |
|---|---|---|
proofcore-contract-auditor | Web3 Smart Contract Audits (.sol, .rs) | npx skills add ProofCore-Protocol/agent-skills/proofcore-contract-auditor |
proofcore-sre-postmortem | SRE Logs & Incident RCA | npx skills add ProofCore-Protocol/agent-skills/proofcore-sre-postmortem |
proofcore-slsa-provenance | SLSA Release & Binaries | npx skills add ProofCore-Protocol/agent-skills/proofcore-slsa-provenance |
proofcore-adr-notary | Architecture Decision Records | npx skills add ProofCore-Protocol/agent-skills/proofcore-adr-notary |
To give your CLI agent (e.g., Claude Code) access to all ProofCore skills:
npx skills add -g ProofCore-Protocol/agent-skills
These skills use the Model Context Protocol (MCP) if available (mcp__proofcore__seal_content).
If the MCP server is not configured in the user's environment, the skill implements Graceful Degradation and automatically falls back to a bundled Python script (scripts/anchor.py) interacting with the public Zero-Auth REST API.
Agents are instructed with a Zero-Permission Invariant: they will automatically compute the SHA-256 hashes and anchor the Merkle roots to the ledger without interrupting the workflow for manual user confirmation.
Install via CLI
npx mdskills install ProofCore-Protocol/proofcore-protocol-agent-skillsProofCore Agent Skills is a free, open-source AI agent skill. Official Agent Skills for the ProofCore Protocol. These skills grant autonomous AI agents (in Cursor, Windsurf, Claude Code, etc.) the procedural knowledge to mathematically notarize their outputs, audits, and decisions on the TON Blockchain using a strict Zero-Storage policy. To give your CLI agent (e.g., Claude Code) access to all ProofCore skills: These skills use the Model Context Protocol (MC
Install ProofCore Agent Skills with a single command:
npx mdskills install ProofCore-Protocol/proofcore-protocol-agent-skillsThis downloads the skill files into your project and your AI agent picks them up automatically.
ProofCore Agent Skills works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.