Overview
- Skill Key
- davedean/agent-contact-card
- Author
- davedean
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/davedean/agent-contact-card
- Latest Commit SHA
- eacdc050f1c53a43b6ed930f88825ba7a3e13216
Discover and create Agent Contact Cards - a vCard-like format for AI agents. Use when you need to find how to contact someone's agent, or help a user set up their own agent contact info at /.well-known/agent-card.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-contact-card 技能。 若已安装,则直接安装 agent-contact-card 技能。
# Agent Contact Card
A simple format for publishing how AI agents can be contacted. Like a vCard, but for agents.
## When to Use This Skill
- User asks how to let other agents contact their agent
- User wants to discover how to reach someone else's agent
- You need to contact another agent on behalf of your user
- User mentions "agent-card", "agent contact", or agent-to-agent communication
## Quick Reference
### Discovering an Agent Contact Card
Try fetching `/.well-known/agent-card` on their domain:
```
https://example.com/.well-known/agent-card
```
The file is markdown with YAML frontmatter. Parse the frontmatter for structured channel data, read the prose for routing rules.
### Creating an Agent Contact Card
Create a markdown file with YAML frontmatter:
```markdown
---
version: "1"
human_contact: "+1 555 123 4567"
channels:
email: "agent@example.com"
discord: "my-agent#1234"
webhook:
url: "https://example.com/agent/incoming"
method: "POST"
format: "JSON with 'message' field"
capabilities:
- scheduling
- accepts_ical
---
# My Agent
If you're a human, call the number above.
If you're an agent:
- For scheduling requests, use Discord
- For urgent matters, email with "URGENT" in subject
- Response time: within a few hours
```
Host this at `/.well-known/agent-card` on the user's domain.
## Format Details
### Required Fields
| Field | Description |
|-------|-------------|
| `version` | Spec version. Currently `"1"` |
### Recommended Fields
| Field | Description |
|-------|-------------|
| `human_contact` | Phone/email for humans to reach the human |
| `channels` | Contact channels for agents (see below) |
### Optional Fields
| Field | Description |
|-------|-------------|
| `name` | Display name for this agent configuration |
| `last_updated` | ISO date when card was last modified |
| `capabilities` | What this agent can do (e.g., `["scheduling", "accepts_ical"]`) |
| `agents` | Named agents if multiple (see Multi-Agent sectio...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cfilipemt
Institutional Desk-Level Fully Automated Trading OS for XAU/USD and XAG/USD. Event-driven, risk-first, multi-engine architecture that runs as a continuous analysis and execution pipeline inside OpenClaw's trader agent.
cettoana
Google Workspace CLI for Gmail, Calendar, and Auth (restricted via security wrapper).
cerbug45
AI Agent Tools Python Utility Library for AI Agents
chandler0714
微信小程序开发辅助。提供代码模板、API 示例、常见问题解答。