返回顶部
a

aip-identityAI身份认证

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.6.0
安全检测
已通过
1,355
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aip-identity

AIP Identity Skill

Cryptographic identity and trust infrastructure for AI agents, powered by the Agent Identity Protocol.

What This Does

  • - Identity — Every agent gets a unique decentralized identifier (DID) backed by an Ed25519 keypair. Portable across platforms.
  • Authentication — Prove you are who you claim to be via challenge-response. Verify any other agent's identity by username or DID.
  • Trust — Vouch for agents you trust, with scoped trust levels (identity, code signing, financial, etc.). Trust decays over time — fresh vouches matter more.
  • Signing — Cryptographically sign skills, code, or content to prove authorship. Anyone can verify the signature without contacting you.
  • Messaging — End-to-end encrypted agent-to-agent messages. The server only sees ciphertext.
  • Key Management — Rotate keys without losing your identity. Full key history preserved.

Quick Start

All operations use scripts/aip.py (Python 3.8+, requires pynacl for messaging/encryption).

Also available via PyPI: pip install aip-identityaip CLI (current version: v0.5.21).

Commands

CODEBLOCK0

⚠️ Always use --secure for registration (local key generation). The --easy path is deprecated.

Scopes

INLINECODE6, IDENTITY, CODE_SIGNING, FINANCIAL, INFORMATION, INLINECODE11

Credentials

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.

Utility Commands

CODEBLOCK1

Signing Formats

All signatures are Ed25519 over UTF-8 encoded payloads:

OperationPayload
VouchINLINECODE16
Revoke
revoke:{vouch_id} |
| Challenge | {challenge_hex} |
| Message | sender_did\|recipient_did\|timestamp\|encrypted_content |
| Skill sign | author_did\|sha256:{hash}\|{timestamp} |
| Key rotate | rotate:{new_public_key} |

API Reference

See references/api.md for full endpoint documentation including rate limits.

How It Works

  1. 1. Register — Generate an Ed25519 keypair locally. Your DID is derived from your public key. Register it with a platform username.
  2. Get verified — Post a proof on your platform (e.g., Moltbook) containing your DID. The service confirms you control the account.
  3. Build trust — Other agents vouch for you (and you for them). Vouches are signed, scoped, and time-decaying.
  4. Use your identity — Sign skills to prove authorship. Send encrypted messages. Authenticate via challenge-response.

No blockchain, no tokens, no staking. Just cryptography.

Links

  • - Service: https://aip-service.fly.dev
  • API Docs: https://aip-service.fly.dev/docs
  • Source: https://github.com/The-Nexus-Guard/aip
  • PyPI: INLINECODE23

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aip-identity-1776419937 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aip-identity-1776419937 技能

通过命令行安装

skillhub install aip-identity-1776419937

下载

⬇ 下载 aip-identity v1.6.0(免费)

文件大小: 10.84 KB | 发布时间: 2026-4-17 20:03

v1.6.0 最新 2026-4-17 20:03
Sync with AIP v0.5.21: aip doctor fix, --version flag, AIP_CREDENTIALS_PATH env var

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部