6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
28 lines
1.1 KiB
JSON
Executable File
28 lines
1.1 KiB
JSON
Executable File
{
|
|
"title": "rescue",
|
|
"content": "openclaw --profile rescue setup\nopenclaw --profile rescue gateway --port 19001\nbash theme={null}\nopenclaw --profile main gateway install\nopenclaw --profile rescue gateway install\nbash theme={null}",
|
|
"code_samples": [
|
|
{
|
|
"code": "Per-profile services:",
|
|
"language": "unknown"
|
|
},
|
|
{
|
|
"code": "## Rescue-bot guide\n\nRun a second Gateway on the same host with its own:\n\n* profile/config\n* state dir\n* workspace\n* base port (plus derived ports)\n\nThis keeps the rescue bot isolated from the main bot so it can debug or apply config changes if the primary bot is down.\n\nPort spacing: leave at least 20 ports between base ports so the derived browser/canvas/CDP ports never collide.\n\n### How to install (rescue bot)",
|
|
"language": "unknown"
|
|
}
|
|
],
|
|
"headings": [
|
|
{
|
|
"level": "h2",
|
|
"text": "Rescue-bot guide",
|
|
"id": "rescue-bot-guide"
|
|
},
|
|
{
|
|
"level": "h3",
|
|
"text": "How to install (rescue bot)",
|
|
"id": "how-to-install-(rescue-bot)"
|
|
}
|
|
],
|
|
"url": "llms-txt#rescue",
|
|
"links": []
|
|
} |