Onboard and operate SoundClaw through one thin OpenClaw-facing product and the promoted runtime CLI.
设计与多媒体
SoundClaw Onboarding
试用Run the OpenClaw-first SoundClaw readiness check and route operators to the next owned step.
它能做什么
Run the OpenClaw-first SoundClaw readiness check and route operators to the next owned step.
技能文档
SoundClaw Onboarding
Use this skill when the operator wants to get started with SoundClaw in OpenClaw, needs a first-use readiness check, or wants to rerun that check after the backend install flow.
Behavior
- Start with a narrow local preflight for documented backend markers. Check for
soundclawctlonPATH, and if it is not visible there, check the stable runtime-owned path/opt/soundclaw/runtime/current/bin/soundclawctl. - If neither marker exists, explain that the SoundClaw backend does not appear to be installed locally.
- For the missing-backend path, point the operator to the public SoundClaw
releases surface at
https://github.com/catholicbeer/soundclaw-release/releases. Tell them to download one release bundle namedsoundclaw-pi-release-.tar.gzon the Raspberry Pi, extract it, and run the bundled installer wrapper from the extracted bundle root (sudo ./install.sh --helpfor options). The bundle already includes the needed pi-kit setup scripts underrepos/soundclaw-pi-kit/scripts/. Tell them to return to the same OpenClaw workspace after install, and stop there. - If a backend marker is present, run runtime status through the executable
that was found, such as
soundclawctl runtime status [--json]or/opt/soundclaw/runtime/current/bin/soundclawctl runtime status --json. - Summarize the result in operator language as one of:
- backend marker missing
- backend present and runtime ready enough for normal use
- backend present but runtime still degraded or unavailable
- If runtime status looks healthy, say that the SoundClaw skill set in this OpenClaw workspace is ready for normal flows such as playback, asset lookup, output inspection, runtime health, and config validation.
- If runtime status is degraded or unavailable, explain that the backend marker
is present but the runtime still needs attention. Point to the
Runtime Healthskill or the documented runtime diagnostic path rather than claiming the host was repaired. - Keep success messages short and concrete.
- Keep failures explicit about whether the problem appears to be in the skill layer, the runtime layer, or the missing-backend onboarding path.
Out Of Scope
- Installing the backend
- Downloading release bundles or packages
- Host repair
- Editing OpenClaw discovery paths
- Service manipulation
- Runtime-internal IPC
- Hidden retries for mutating commands
Local References
- Read
{baseDir}/references/README.mdfor the operator job, guardrails, and intent boundary. - Read
{baseDir}/references/examples.mdfor example requests and expected behavior. - Read
{baseDir}/references/compatibility.mdfor runtime dependency and packaging notes.
相关技能
按命令族和 profile 选择合适的 OpenClaw CLI 命令,并校验执行结果。
Install and configure the security-related plugins required by OpenClaw, including the `claw-sentry` plugins. Use this skill when you want to complete instal...
Use when updating OpenClaw or debugging an OpenClaw instance after an update. This skill acts as a structured update runbook with emphasis on gateway startup...
通过多轮引导式问答,生成完整的 OpenClaw 个人 AI 助手配置文件。
Wrap a local openclaw_capture_workflow checkout as an OpenClaw/ClawHub skill that captures links, text, images, and videos, routes STT by platform, and fans...