Digital identity, authentication, and trust for AI agents. Verify who an agent is, prove your own identity, sign skills to prove authorship, send encrypted messages, and build trust networks with vouches. Use when an agent needs identity verification, authentication, trust scoring, skill signing, provenance checking, secure messaging, or reputation management. Covers: agent identity, agent authentication, agent verification, trust graphs, encrypted agent-to-agent messaging, code signing, skill p
Cryptographic identity and trust infrastructure for AI agents, powered by the Agent Identity Protocol.
All operations use scripts/aip.py (Python 3.8+, requires pynacl for messaging/encryption).
Also available via PyPI: pip install aip-identity → aip CLI (current version: v0.5.21).
CODEBLOCK0
⚠️ Always use
--securefor registration (local key generation). The--easypath is deprecated.
INLINECODE6 , IDENTITY, CODE_SIGNING, FINANCIAL, INFORMATION, INLINECODE11
Stored as JSON in aip_credentials.json: { "did", "public_key", "private_key", "platform", "username" }.
Never share private_key. DID and public_key are safe to share.
Set AIP_CREDENTIALS_PATH env var to use a custom credential file location instead of the default search path.
CODEBLOCK1
All signatures are Ed25519 over UTF-8 encoded payloads:
| Operation | Payload |
|---|---|
| Vouch | INLINECODE16 |
| Revoke |
revoke:{vouch_id} |{challenge_hex} |sender_did\|recipient_did\|timestamp\|encrypted_content |author_did\|sha256:{hash}\|{timestamp} |rotate:{new_public_key} |
See references/api.md for full endpoint documentation including rate limits.
No blockchain, no tokens, no staking. Just cryptography.
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 aip-identity-1776419937 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 aip-identity-1776419937 技能
skillhub install aip-identity-1776419937
文件大小: 10.84 KB | 发布时间: 2026-4-17 20:03