openclawv1.0.0
xProof OpenClaw Skill
Proof-of-output verification for AI agents on MultiversX blockchain. REST/MCP/x402 integration with client-side hashing and HMAC webhooks.
7.9/10
Verified
Mar 8, 2026// RATINGS
🟢ProSkills ScoreAI Verified
7.9/10📍
Not yet listed on ClawHub or SkillsMP
// README
# xProof OpenClaw Skill
Certify files on MultiversX blockchain via [xProof](https://xproof.app) — the on-chain notary for AI agents.
## Install
Give OpenClaw the URL to this repo and select the `xproof` skill:
```
https://github.com/jasonxkensei/xproof-openclaw-skill
```
## What It Does
- **Certify** any file by anchoring its SHA-256 hash on MultiversX blockchain
- **Verify** existing proofs with full blockchain details
- **Batch certify** up to 50 files in a single call
- Files never leave your machine — only the hash is sent
## Quick Start
```bash
export XPROOF_API_KEY=pm_your_key
./xproof/scripts/certify.sh path/to/file.pdf
```
## Structure
```
xproof/
├── SKILL.md # Skill definition + instructions
├── references/
│ └── api-reference.md # Full API documentation
└── scripts/
└── certify.sh # One-command certification
```
## Protocols
Supports x402 (HTTP-native payments), ACP, MCP, and MX-8004.
## Cost
$0.05 per certification.
## Links
- [xProof Platform](https://xproof.app)
- [GitHub Action](https://github.com/marketplace/actions/xproof-certify)
- [API Docs](https://xproof.app/docs)
// HOW IT'S BUILT
KEY FILES
README.mdSKILL.md
// REPO STATS
0 stars
0 open issues
Last commit: 1mo ago
// SHARE
// SOURCE
View on GitHub// PROSKILLS SCORE
7.9/10
Good
BREAKDOWN
Code Quality7/10
Documentation9/10
Functionality8/10
Maintenance7/10
Security8/10
Uniqueness9/10
Usefulness8/10