一键导入
sym
Route tasks to the launchd-managed Symphony daemon when the user says "sym".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Route tasks to the launchd-managed Symphony daemon when the user says "sym".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when dispatching work through the Hermes gateway with /claw, especially when the task may resolve slash commands or hand off into AO worker orchestration.
12-hour autonomous evolution loop — observe, measure, diagnose, fix, repeat every 10min. Drives zero-touch rate up by finding friction and dispatching fixes.
Custom evolve loop for jleechanbrain orchestrator — drains dropped Slack thread backlog via /claw, fixes hermes issues, proposes new work items. Max 50 items, newest-first.
jleechanbrain / Hermes-specific harness — gateway, canary, deploy, lane backlog, staging vs prod. Use with user-scope harness-engineering.
Delegate coding change tasks to Agent-Orchestrator (AO). Triggered by the keyword "agento" anywhere in a message, or by default for any coding task. Never use mctrl unless explicitly requested.
Spawn an Agent-Orchestrator (AO) worker that uses the minimax CLI with the M3 model (via the minimax Anthropic-compatible API). Use when: the task should be dispatched to a worker that uses minimax M3 specifically, when the user says 'use minimax', 'use the M3 model', 'use the minimax worker', 'ao spawn minimax', or 'minimax CLI for AO'. This skill verifies the env (MINIMAX_MODEL, MINIMAX_API_KEY, ANTHROPIC_BASE_URL) end-to-end, then runs `ao spawn --agent minimax`. Verified 2026-06-13 against session ao-6355 / PR #678.
| name | sym |
| version | 1.0.0 |
| description | Route tasks to the launchd-managed Symphony daemon when the user says "sym". |
Use this skill when the user's message contains the word sym.
Dispatch coding tasks through the local Symphony daemon instead of mctrl/agento.
Freeform task dispatch:
scripts/sym-dispatch.sh "<task text>"
Plugin dispatch:
scripts/sym-dispatch.sh --plugin <plugin_name> <input_json>
Install or repair daemon:
scripts/install-symphony-daemon.sh
scripts/sym-send-5-leetcode-hard.sh
scripts/sym-send-5-swebench-verified.sh
sym.scripts/sym-dispatch.sh with that task.scripts/install-symphony-daemon.sh.memory_tracker_issues RPC enqueue is benchmark-only by default for direct enqueue-symphony-tasks.sh calls (SYMPHONY_MEMORY_QUEUE_MODE=benchmark-only), while freeform scripts/sym-dispatch.sh "<task>" sets SYMPHONY_MEMORY_QUEUE_MODE=always unless explicitly overridden.After editing this hermes-config file, sync it to ~/.smartclaw/ and reload the gateway:
kill -HUP $(pgrep -f hermes gateway)
This is required for live routing changes used by scripts/install-symphony-daemon.sh and scripts/sym-dispatch.sh.