Install
$ agentstack add skill-rianbee-relay-skill-relay-set ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Configure Relay defaults for the current project. Settings are stored in .relay/config.json in the coding agent's startup directory.
This skill only changes Relay defaults. It does not change the core pass/pickup handoff behavior in ../relay/SKILL.md.
Built-in defaults when .relay/config.json does not exist:
{
"storage": "project",
"detail": "compact"
}
Accepted storage words:
project,.relay,keep,persist: setstoragetoproject.tmp,temp,/tmp,temporary: setstoragetotemp.
Accepted detail words:
compact,brief,short,concise: setdetailtocompact.full,detailed,detail: setdetailtofull.
Common defaults to recommend:
/relay-set compact project: the default high-signal everyday setting./relay-set full project: the best default when the team prefers maximum relay fidelity./relay-set compact temp: closest to Matt-style disposable handoffs./relay-set full temp: detailed but intentionally one-shot.
Examples:
/relay-set full temp
/relay-set compact project
/relay-set tmp
/relay-set full
If the user provides both storage and detail words in any order, set both. If the user provides only one, update only that setting and preserve the other current setting.
If the user provides no arguments, or asks to show settings, read .relay/config.json if present and report the effective settings. If the file is missing, report the built-in defaults.
If the user asks to reset settings, write the built-in defaults to .relay/config.json.
When explaining settings to the user:
project + compactmeans structured everyday Relay with project-local storage.project + fullmeans maximum-fidelity Relay kept under.relay/.temp + compactmeans disposable lightweight handoffs.temp + fullmeans disposable but very detailed handoffs.
When writing settings:
- Create
.relay/if needed. - Preserve valid existing settings that were not overridden.
- Write
.relay/config.jsonas compact JSON with exactly these keys:
{"storage":"project","detail":"compact"}
Use only these values:
storage:projectortempdetail:compactorfull
After writing settings, tell the user the effective defaults and the config path.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: RiAnBee
- Source: RiAnBee/relay-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.