From agent-talk
Shows or sets machine-wide retalk defaults in ~/.retalk/config.json, primarily the default relay used as the last fallback for all identities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-talk:configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
retalk config # show ~/.retalk/config.json
retalk config --relay https://relay.example.com # set the default relay
retalk config --relay "" # clear the default relay
Owner-wide (machine-wide), not per-session — so no --dir. The default
relay is the last fallback: a --relay flag, RETALK_RELAY, and the relay
saved in an identity at init all override it. retalk ships a built-in default
of https://relay.retalk.dev, so a fresh setup can talk without
configuring a relay. RETALK_HOME relocates the file.
Per-session identities still set their own relay at init; use this only to change the machine-wide fallback shared by all identities.
npx claudepluginhub xhluca/agent-talk --plugin agent-talkSets up, checks, stops, or deletes a retalk relay server on local, Cloudflare, Hugging Face, or GCP hosts. Use when the user needs their own relay rather than an existing URL.
Configures Linq credentials for Claude Code's iMessage channel: sets or updates LINQ_TOKEN, LINQ_FROM_PHONE, clears config, or adds default recipient in .env and config.json.
Provides foundational configuration context. Invoked via /Config or when Claude needs to reference its own configuration setup.