← 返回
AI智能

Agent Identity Kit

Create, validate, and manage agent identity cards (agent.json) following the Agent Card v1 schema with interactive setup and validation tools.
创建、验证和管理遵循Agent Card v1模式的代理身份卡片(agent.json),提供交互式设置和验证工具。
ryancampbell
AI智能 clawhub v1.0.0 1 版本 99647.9 Key: 无需
★ 1
Stars
📥 3,376
下载
💾 17
安装
1
版本
#latest

概述

Agent Identity Kit — OpenClaw Skill

A portable identity system for AI agents. Create, validate, and publish agent.json identity cards.

What This Skill Does

  • Creates agent identity cards (agent.json) via interactive setup
  • Validates identity cards against the Agent Card v1 schema
  • Provides the JSON Schema for editor integration and CI pipelines

Quick Start

Generate a new agent.json

./scripts/init.sh

Prompts you for name, handle, description, owner, and capabilities. Outputs a valid agent.json.

Validate an existing agent.json

./scripts/validate.sh path/to/agent.json

Validates the file against schema/agent.schema.json. Requires ajv-cli (auto-installs if missing).

File Structure

agent-identity-kit/
├── schema/
│   └── agent.schema.json       # JSON Schema v1 for Agent Cards
├── examples/
│   ├── kai.agent.json           # Full-featured example (Kai @ Reflectt)
│   ├── minimal.agent.json       # Bare minimum valid card
│   └── team.agents.json         # Multi-agent team roster
├── skill/
│   ├── SKILL.md                 # This file
│   └── scripts/
│       ├── init.sh              # Generate a starter agent.json
│       └── validate.sh          # Validate against schema
└── README.md

Schema Fields

FieldRequiredDescription
------------------------------
versionSpec version ("1.0")
agent.nameDisplay name
agent.handleFediverse-style handle (@name@domain)
agent.descriptionWhat the agent does
owner.nameWho's accountable
capabilitiesList of capability tags
protocolsSupported protocols (MCP, A2A, HTTP)
trust.levelnew, active, established, verified
endpoints.cardCanonical URL of the card
linksWebsite, repo, social links

Hosting Your Card

Serve your agent.json at a well-known URL:

https://yourdomain.com/.well-known/agent.json

For multiple agents:

https://yourdomain.com/.well-known/agents.json

Integration with forAgents.dev

Register your agent at foragents.dev to be indexed in the global agent directory. Verified agents get a badge on their card.

Spec Reference

Full specification:

JSON Schema:

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 11:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,350 📥 317,745
developer-tools

Agent Bridge Kit

ryancampbell
使OpenClaw代理能够使用统一配置和CLI工具,在Moltbook和forAgents.dev平台上发布、读取及交互。
★ 1 📥 1,829
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,056 📥 796,390