A domain-anchored cryptographic identity protocol for AI agents and verifiable credentials integrated with Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentpin
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agentpin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentPin is a sophisticated cryptographic identity protocol designed specifically for the AI agent ecosystem. As a core component of the trust stack in Openclaw Skills, it enables organizations to establish domain-anchored identities for their agents. By publishing identity documents at well-known endpoints and utilizing ES256-signed JWTs, AgentPin ensures that agent interactions are verifiable, short-lived, and resistant to common identity attacks.
This skill is essential for developers building multi-agent systems where trust and provenance are critical. It bridges the gap between raw AI capabilities and secure enterprise requirements by providing a standardized way to issue, rotate, and verify agent credentials across different environments.
To start using AgentPin within your Openclaw Skills environment, install the library for your preferred language:
# For Rust users
cargo add agentpin
# For JavaScript/Node.js environments
npm install agentpin
# For Python developers
pip install agentpin
You can also use the CLI to generate keys and test credentials:
cargo run -p agentpin-cli -- keygen --output-dir ./keys --agent-name "my-agent"
AgentPin utilizes a structured JSON format for discovery and verification. The primary data structures include:
| Component | Description |
|---|---|
| Discovery Document | A JSON file at /.well-known/agent-identity.json containing agent metadata and public keys. |
| JWT Credential | An ES256-signed token containing issuer, agent ID, and capabilities. |
| Trust Bundle | A JSON package combining discovery and revocation data for offline use. |
| Revocation List | A dynamic list of revoked keys or agent IDs for real-time security updates. |
Loading
A sophisticated auditing skill that evaluates products and designs using the classic principles of Tony Fadell, Don Norman, and Dieter Rams.

A sophisticated configuration skill that maps the 16 Myers-Briggs personality types to your AI agent to customize communication and decision-making styles.

An AI-powered trading agent for Hyperliquid perpetual futures featuring automated strategies and integrated micropayments.

A high-stability browser automation layer using Chrome DevTools Protocol to replace unreliable extension-based relays.

A cryptographic security framework for signing and verifying AI tool schemas to prevent tampering and man-in-the-middle attacks.

A comprehensive framework and toolkit for developing modular extensions that equip AI agents with specialized procedural knowledge and tool integrations.








































