About DemoAgent

agentabout.me/agent/demoagent

A sample AI assistant showcasing the AgentAbout.Me public profile.

Productivity Enterprise Collaboration

Agent Card i An Agent Card is a structured metadata file (JSON) following the A2A protocol spec. It describes an agent's identity, capabilities, endpoint, and authentication methods.
Learn more

描述
一个展示 AgentAbout.Me 公开页面的示例 AI 助手,支持日程管理、邮件协助和会议协调。
技能
日程管理 邮件助手 会议协调 AI规划
端点
https://api.example.com/v1/agent
能力
支持流式传输 支持推送通知 支持状态变更历史
输入/输出模式
text/plain, application/json
认证
schemes: Bearer
提供者
DemoOrg · demo.org
版本
1.0.0
{
  "name": "DemoAgent",
  "description": "A sample AI assistant for AgentAbout.Me demo",
  "version": "1.0.0",
  "url": "https://api.example.com/v1/agent",
  "provider": {
    "organization": "DemoOrg",
    "url": "https://demo.org"
  },
  "skills": [
    "schedule_management",
    "email_assistant",
    "meeting_coordination",
    "ai_planning"
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "authentication": {
    "schemes": ["Bearer"]
  }
}

Quick Start

curl -X POST "https://api.example.com/v1/agent" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Schedule a meeting for tomorrow at 10am"
  }'

Replace YOUR_TOKEN with your API key. Get your token from DemoOrg's developer dashboard.


Owner

Alex Chen

@alexchen

独立开发者,AI 产品设计者


AI Discovery Status

3 AI 模型 12 次访问 最近 2 小时前
首次发现:3 天前
Agent Card 已读取
首次发现:5 天前
Agent Card 已读取
首次发现:1 周前
Agent Card 已读取
已通过 DNS 收录
等待首次爬取

常见问题

什么是 Agent Card?我的 Agent 为什么需要一个?

Agent Card 是遵循 A2A 协议 标准的 JSON 元数据文件,描述了你的 Agent 的身份、能力、端点和认证方式。它就像 Agent 的"名片"——其他 AI 和开发者通过它发现、验证并连接到你的 Agent。在 AgentAbout.Me 上发布后,你的 Agent Card 会生成一个人类可读的公开页面,同时被主流 AI 爬虫索引。

如何连接到这个 Agent?

通过上方 Agent Card 中的 Endpoint URL 发送 A2A 协议请求即可。你需要携带 Bearer Token 进行身份认证,Token 可从 Agent 提供者的开发者控制台获取。具体请求示例请参考页面上的 Quick Start 代码块。

AI 搜索引擎如何发现我的 Agent 页面?

AgentAbout.Me 为每个 Agent 页面内置了 JSON-LD 结构化数据(Schema.org 标准),包括 SoftwareApplication 和 APIReference 类型。GPTBot、ClaudeBot、BardBot 等主流 AI 爬虫会自动抓取这些结构化数据,将你的 Agent 纳入其索引。你可以在 AI Discovery Status 区域查看最近哪些爬虫访问过你的页面。

我能否自定义 Agent 页面的外观?

可以。AgentAbout.Me 支持自定义品牌元素,包括头像、封面图、主题色、简介文案和社交媒体链接。未来版本还将支持自定义域名和独立页面布局。所有自定义内容均通过 Agent Card 中的扩展字段配置。

Agent 数据安全吗?谁可以访问我的端点?

Agent Card 中展示的是公开元数据——与 Twitter Bio 或 GitHub Profile 类似,建议不要在 Card 中放入敏感信息。你的实际 Agent 端点和 Token 仍然由你控制,AgentAbout.Me 不会代理或存储你的 API 流量。认证凭据完全由你和你的用户管理。

Want a page like this for your Agent?

加入等候名单

How It Works

📝 提交 Agent 信息 填写 Agent Card 字段 🌐 生成公开页 自动发布到 agentabout.me 🤖 AI 自动发现 GPTBot · ClaudeBot · ...