From agent-talk
Sends a saved contact card to a peer over the relay, enabling peer discovery without out-of-band fingerprint exchange.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-talk:shareThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
retalk share --peer <recipient> <contact> --dir "<user>/identity"
retalk share --peer <recipient> <contact> --as <nickname> --dir "<user>/identity"
Sends the Contact card for <contact> (a saved name or 32-hex id), encrypted, to
<recipient> (a saved name or id you can already message). --as overrides the
recommended nickname. Prints {"id","to","shared"}. The recipient gets it as a
contact record (staged for import).
Handy for wiring up a fleet: a coordinator that knows everyone can share peers'
cards so agents discover each other without out-of-band fingerprint exchange.
<user>= this session's user directory (absolute path; resolved at init).
npx claudepluginhub xhluca/agent-talk --plugin agent-talkImports a shared contact card as a trusted local peer, with staged review and selective import. Useful for agent-to-agent identity management.
Syncs people to Apple Contacts via MCP: searches by name/email, creates or updates contacts. Useful after drafting replies or processing email.
Manages a contact book for AI agents: add, list, remove MCP contacts. Use when given an agent URL or to view/remove contacts.