repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| #1 | { |
| #2 | "$schema": "./agent-template-full.json", |
| #3 | "name": "attested-agent", |
| #4 | "displayName": "⛓️ Attested Agent", |
| #5 | "version": "1.0.0", |
| #6 | "description": "Formally verified agent with on-chain attestation via Solana Attestation Service - vault-integrated wallet at birth, skill attestations via QEDGen, and Metaplex identity minting", |
| #7 | "ecosystem": "OpenClawd", |
| #8 | "registry": { |
| #9 | "protocol": "8004", |
| #10 | "program_id": "Ag8004rWo8ao8AUKhLk78iv2nLQpZMyBPXiAh5QLbFiE", |
| #11 | "verified": true, |
| #12 | "attestation_service": "22zoJMtdu4tQc2PzL74ZUT7FrwgB1Udec8DdW4yw4BdG" |
| #13 | }, |
| #14 | "persona": { |
| #15 | "name": "AttestedAgent", |
| #16 | "role": "Formally Verified Agent", |
| #17 | "greeting": "⛓️ AttestedAgent online. Verified and vault-secured at birth.", |
| #18 | "traits": ["verified", "vault-protected", "formally-assured", "trustless"], |
| #19 | "avatar": "⛓️🤖" |
| #20 | }, |
| #21 | "skills": [ |
| #22 | { |
| #23 | "name": "solana-attestation-skill", |
| #24 | "enabled": true, |
| #25 | "priority": "primary", |
| #26 | "path": "skills/solana-attestation-skill" |
| #27 | }, |
| #28 | { |
| #29 | "name": "solana-formal-verification", |
| #30 | "enabled": true, |
| #31 | "priority": "required", |
| #32 | "path": "skills/solana-formal-verification" |
| #33 | }, |
| #34 | { |
| #35 | "name": "openrouter-oauth", |
| #36 | "enabled": true, |
| #37 | "priority": "bundled-at-birth", |
| #38 | "path": "skills/openrouter-oauth", |
| #39 | "verified": true, |
| #40 | "provides": ["OPENROUTER_API_KEY"], |
| #41 | "description": "OAuth PKCE sign-in with OpenRouter. Populates ~/.openclawd/.env at birth so the agent can reach LLMs via clawdrouter without a human paste step." |
| #42 | } |
| #43 | ], |
| #44 | "capabilities": { |
| #45 | "formalVerification": { |
| #46 | "qedgen_integration": true, |
| #47 | "lean4_proofs": true, |
| #48 | "proof_verification": true |
| #49 | }, |
| #50 | "attestation": { |
| #51 | "sas_program": "22zoJMtdu4tQc2PzL74ZUT7FrwgB1Udec8DdW4yw4BdG", |
| #52 | "credential_creation": true, |
| #53 | "schema_management": true, |
| #54 | "attestation_issuance": true, |
| #55 | "attestation_verification": true |
| #56 | }, |
| #57 | "metaplex": { |
| #58 | "mint_core_nft": true, |
| #59 | "create_agent_token": true, |
| #60 | "token_metadata": true |
| #61 | }, |
| #62 | "vault": { |
| #63 | "hermes_integration": true, |
| #64 | "wallet_custody": true, |
| #65 | "vault_initialization_at_birth": true, |
| #66 | "multi_sig_required": true |
| #67 | }, |
| #68 | "inference": { |
| #69 | "openrouter_oauth_at_birth": true, |
| #70 | "pkce_flow": true, |
| #71 | "populates_env_var": "OPENROUTER_API_KEY", |
| #72 | "no_client_registration": true, |
| #73 | "no_backend_required": true |
| #74 | }, |
| #75 | "security": { |
| #76 | "formal_verification": true, |
| #77 | "attestation_verified": true, |
| #78 | "vault_protected": true |
| #79 | } |
| #80 | }, |
| #81 | "attestation": { |
| #82 | "service": "solana-attestation-service", |
| #83 | "program_id": "22zoJMtdu4tQc2PzL74ZUT7FrwgB1Udec8DdW4yw4BdG", |
| #84 | "credential_authority": "OpenClawd Skill Authority", |
| #85 | "skill_schema": { |
| #86 | "name": "OpenClawdSkillAttestation", |
| #87 | "layout": [12, 32, 12, 8, 1], |
| #88 | "field_names": ["skill_id", "verifier_pubkey", "proof_hash", "verification_timestamp", "is_formally_verified"] |
| #89 | }, |
| #90 | "agent_identity_schema": { |
| #91 | "name": "OpenClawdAgentIdentity", |
| #92 | "layout": [12, 32, 12, 32, 1], |
| #93 | "field_names": ["agent_id", "wallet_pubkey", "skill_attestation", "vault_address", "is_vault_initialized"] |
| #94 | } |
| #95 | }, |
| #96 | "permissions": { |
| #97 | "level": "attested", |
| #98 | "allowedPaths": [ |
| #99 | "./", |
| #100 | "./src/", |
| #101 | "./skills/", |
| #102 | "./agents/", |
| #103 | "./config/", |
| #104 | "./scripts/", |
| #105 | "./acp_registry/" |
| #106 | ], |
| #107 | "blockedPatterns": [ |
| #108 | "**/.env", |
| #109 | "**/*.key", |
| #110 | "**/secrets/**", |
| #111 | "**/credentials/**" |
| #112 | ] |
| #113 | }, |
| #114 | "securityRules": { |
| #115 | "neverExpose": true, |
| #116 | "requireConfirmation": true, |
| #117 | "auditTrail": true, |
| #118 | "maxChangesPerSession": 50, |
| #119 | "formalVerificationRequired": true, |
| #120 | "vaultCustody": true |
| #121 | }, |
| #122 | "tools": { |
| #123 | "read_file": true, |
| #124 | "search_files": true, |
| #125 | "execute_command": true, |
| #126 | "write_to_file": true, |
| #127 | "list_files": true |
| #128 | }, |
| #129 | "commands": [ |
| #130 | { |
| #131 | "name": "attest-skill", |
| #132 | "description": "Create formal attestation for a skill", |
| #133 | "usage": "attest-skill --skill <skill-id> --verifier <verifier-id> [--expiry <timestamp>]" |
| #134 | }, |
| #135 | { |
| #136 | "name": "verify-attestation", |
| #137 | "description": "Verify an existing skill attestation", |
| #138 | "usage": "verify-attestation --attestation <address> [--schema <schema-id>]" |
| #139 | }, |
| #140 | { |
| #141 | "name": "create-agent-identity", |
| #142 | "description": "Create Metaplex agent identity with attestation", |
| #143 | "usage": "create-agent-identity --agent <agent-id> --wallet <wallet-pubkey> [--skills <skill-list>]" |
| #144 | }, |
| #145 | { |
| #146 | "name": "vault-init", |
| #147 | "description": "Initialize agent wallet in Hermès vault", |
| #148 | "usage": "vault-init --agent <agent-id> --wallet <wallet-pubkey> [--vault <vault-address>]" |
| #149 | }, |
| #150 | { |
| #151 | "name": "formal-verify", |
| #152 | "description": "Run QEDGen formal verification on code", |
| #153 | "usage": "formal-verify --program <program-id> --idl <idl-path>" |
| #154 | }, |
| #155 | { |
| #156 | "name": "mint-agent-nft", |
| #157 | "description": "Mint agent as MPL Core NFT", |
| #158 | "usage": "mint-agent-nft --agent <agent-id> --metadata <metadata-json>" |
| #159 | } |
| #160 | ], |
| #161 | "output": { |
| #162 | "format": "markdown", |
| #163 | "includeTimestamp": true, |
| #164 | "includeAttestation": true, |
| #165 | "verbose": false |
| #166 | }, |
| #167 | "metadata": { |
| #168 | "author": "OpenClawd", |
| #169 | "created": "2026-04-23", |
| #170 | "updated": "2026-04-23", |
| #171 | "tags": ["attestation", "formal-verification", "vault", "metaplex", "solana", "openclawd"], |
| #172 | "category": "agent", |
| #173 | "license": "MIT" |
| #174 | } |
| #175 | } |