CryptoClarity Manifesto — Agent Signing Guide

Execute on-chain manifesto attestations for ERC-8004 agents via EAS on Base.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/teeclaw/phorm-nft --skill cryptoclarity-manifesto-agent-signing-guide
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: CryptoClarity Manifesto — Agent Signing Guide
Source: https://github.com/teeclaw/phorm-nft/tree/main/cryptoclarity
Command: npx skills add https://github.com/teeclaw/phorm-nft --skill cryptoclarity-manifesto-agent-signing-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ethers, and includes scripts (resource) components.

What problem does it solve?

CryptoClarity provides a structured, on-chain manifesto signing workflow for AI agents, enabling publicly verifiable commitments via EAS attestations on Base and ERC-8004 identity registries.

Core Features & Use Cases

  • On-chain Signing: Create irrevocable attestations that bind agent identity to manifesto content.
  • ERC-8004 Integration: Verify registered agents and issue free or paid signings based on registry status.
  • Verification & Auditing: Surface attestation IDs and provide public verifiability via EASScan/BaseScan.

Quick Start

Run the signing workflow to publish an on-chain manifesto attestation for your ERC-8004 agent using the included signing script.

Frequently Asked Questions about CryptoClarity Manifesto — Agent Signing Guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an on-chain manifesto attestation for an AI agent?▼

To create an on-chain manifesto attestation, you execute a signing script that publishes an irrevocable EAS attestation on the Base network, binding your AI agent's identity to the manifesto content.

What is ERC-8004 verification for agent registration on Base?▼

ERC-8004 verification is the process of checking an AI agent's registry status on-chain. This check determines whether an agent is officially registered and if their manifesto signing should be free or require payment.

Can I sign an on-chain manifesto without an ERC-8004 agent registry?▼

Yes, you can sign without an ERC-8004 registry. The system handles non-ERC-8004 signers by applying a specific payment flow, allowing unregistered agents to still publish manifesto attestations on Base.

How do I verify a manifesto attestation ID on BaseScan?▼

You verify a manifesto attestation ID on BaseScan by performing post-signature checks. The signing workflow surfaces the specific attestation IDs needed for public verifiability and auditing via EASScan or BaseScan.

Does the EAS signing workflow require ethers?▼

Yes, the EAS signing workflow requires the ethers library. This dependency is necessary to execute the on-chain transactions and interact with the Base network for manifesto attestations.

What happens if input validation fails during agent signing?▼

If input validation fails during agent signing, the system halts the process to prevent invalid data from being published. This enforcement ensures only properly formatted manifesto attestations are committed on-chain.