# Send Soulprint to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "soulprint",
    "name": "Soulprint",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ManuelFelipeArias/soulprint",
    "canonicalUrl": "https://clawhub.ai/ManuelFelipeArias/soulprint",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/soulprint",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soulprint",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "soulprint",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T20:24:49.463Z",
      "expiresAt": "2026-05-10T20:24:49.463Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soulprint",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soulprint",
        "contentDisposition": "attachment; filename=\"soulprint-1.0.25.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "soulprint"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/soulprint"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/soulprint",
    "downloadUrl": "https://openagent3.xyz/downloads/soulprint",
    "agentUrl": "https://openagent3.xyz/skills/soulprint/agent",
    "manifestUrl": "https://openagent3.xyz/skills/soulprint/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/soulprint/agent.md"
  }
}
```
## Documentation

### Soulprint — Decentralized Identity for AI Agents

Soulprint proves a real human is behind any AI bot using privacy-preserving ZK proofs — no centralized authority, no biometric cloud uploads. State lives on Base Sepolia blockchain.

GitHub: https://github.com/manuelariasfz/soulprint
npm: https://www.npmjs.com/package/soulprint-network
Docs: https://soulprint.digital
Network: 4 validator nodes on Railway (Base Sepolia testnet)
Version: v0.6.4

### Architecture (v0.6.4 — blockchain-first, local ZK verification)

User verifies once → ZK proof generated locally (no Registraduría scraping)
→ Nullifier registered on-chain (Base Sepolia)
→ Any agent queries on-chain: isRegistered(nullifier) → true/false
No P2P sync, no central server — blockchain IS the network

Contracts on Base Sepolia:

PeerRegistry: 0x452fb66159dFCfC13f2fD9627aA4c56886BfB15b
NullifierRegistry: (pending deployment — requires testnet ETH)
ReputationRegistry: (pending deployment — requires testnet ETH)
ProtocolThresholds: 0xD8f78d65b35806101672A49801b57F743f2D2ab1
MCPRegistry: 0x59EA3c8f60ecbAe22B4c323A8dDc2b0BCd9D3C2a

### When to Use

✅ USE this skill when:

"Verify my identity for an AI agent"
"Run a Soulprint validator node"
"Add identity verification to my MCP server or API"
"Check the reputation score of a bot or DID"
"Generate a privacy proof from a Colombian cédula"
"Verify a cédula against Registraduría Nacional"
"Issue or verify an SPT (Soulprint Token)"

❌ DON'T use this skill when:

Storing or transmitting biometric data remotely (Soulprint runs 100% locally)
Verifying identities from countries not yet supported (only Colombia is full)

### 1. Verify Your Identity (one-time)

npx soulprint install-deps   # OCR + face recognition — only once
npx soulprint verify-me      # all local, nothing uploaded

### 2. Run a Validator Node

npx soulprint-network
# or
ADMIN_PRIVATE_KEY=0x... ADMIN_TOKEN=... PORT=4888 node dist/server.js

Node API:

GET  /info                      — node version, network, contracts, capabilities
GET  /health                    — code integrity hash
POST /verify                    — verify ZK proof
GET  /verify/cedula?numero=X&fechaNac=YYYY-MM-DD  — Registraduría validation
GET  /network/stats             — live stats (peers, verified, MCPs)
GET  /mcps/verified             — verified MCPs from MCPRegistry on-chain
GET  /protocol/thresholds       — on-chain protocol thresholds

### MCP Server (3 lines)

import { requireSoulprint } from "soulprint-mcp";

server.tool("premium-tool", requireSoulprint({ minScore: 80 }), async (args, ctx) => {
  const { did, score } = ctx.soulprint;
});

### Express / Fastify

import { soulprintMiddleware } from "soulprint-express";
app.use(soulprintMiddleware({ minScore: 65 }));
// req.soulprint.did, req.soulprint.score

### Trust Score (0–100)

ComponentMaxSourceEmail verified8credential: emailPhone verified12credential: phoneGitHub account16credential: githubDocument OCR20credential: documentFace match16credential: face_matchBiometric proof8credential: biometricBot reputation20Validator attestationsTotal100

### Protocol Constants (on-chain via ProtocolThresholds)

ConstantValueSCORE_FLOOR65VERIFIED_SCORE_FLOOR52MIN_ATTESTER_SCORE65DEFAULT_REPUTATION10IDENTITY_MAX80REPUTATION_MAX20

### Country Support

CountryDocumentStatus🇨🇴 ColombiaCédula de Ciudadanía✅ Full (OCR + MRZ + face match + Registraduría)Others—🚧 Planned

### npm Packages

PackageVersionPurposesoulprint-network0.6.4Validator node (HTTP + blockchain clients)soulprint-mcplatestMCP middlewaresoulprint-expresslatestExpress/Fastify middlewaresoulprint-corelatestDID, tokens, protocol constantssoulprint-zkplatestZK proofs (Circom + snarkjs)soulprint-verifylatestOCR + face matchsoulprintlatestCLI

### Integration with mcp-colombia

mcp-colombia-hub@1.3.0 uses Soulprint natively — no extra setup needed.

soulprint_status tool available directly in mcp-colombia: checks on-chain identity and reputation
trabajo_aplicar (job applications) requires Soulprint score ≥ 40
Live validator: https://soulprint-node-production.up.railway.app

### Install both together

# Add to your MCP config:
npx mcp-colombia-hub     # includes soulprint_status tool

# Verify your identity first (one-time):
npx soulprint verify-me

Once verified, your SPT token works across all tools in mcp-colombia automatically.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ManuelFelipeArias
- Version: 1.0.25
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T20:24:49.463Z
- Expires at: 2026-05-10T20:24:49.463Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/soulprint)
- [Send to Agent page](https://openagent3.xyz/skills/soulprint/agent)
- [JSON manifest](https://openagent3.xyz/skills/soulprint/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/soulprint/agent.md)
- [Download page](https://openagent3.xyz/downloads/soulprint)