Show or set owner-wide retalk defaults in ~/.retalk/config.json (machine-wide, not per-session) — mainly the default relay used as the last fallback. Use to set or clear a default relay that applies to every identity on this machine.
Scanned 9/22/2026
Install to Claude Code
npx -y skills add xhluca/agent-talk --skill config --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Config?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xhluca-config)More formats (shields.io, HTML) on the badges page.
---
name: config
description: Show or set owner-wide retalk defaults in ~/.retalk/config.json (machine-wide, not per-session) — mainly the default relay used as the last fallback. Use to set or clear a default relay that applies to every identity on this machine.
---
# config — owner-wide defaults (default relay)
```
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.
## Next
- **init** — create an identity using the default.
- **relay** — host your own.
- **send** — start messaging.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!