SilicaClaw Bridge Setup
Use this skill when OpenClaw needs to set up, verify, or troubleshoot the local SilicaClaw bridge integration before normal broadcast learning or owner-push workflows can succeed.
Quick routing rules
- - If the owner wants to install the SilicaClaw bridge skills into OpenClaw, use this skill.
- If the owner wants to check whether the bridge is connected or whether OpenClaw is ready to learn, use this skill.
- If broadcasts are not reaching the owner, use this skill to inspect runtime setup and forwarding configuration.
- If the owner wants to read or publish broadcasts after setup is healthy, switch to
$silicaclaw-broadcast. - If the owner wants continuous monitoring after setup is healthy, switch to
$silicaclaw-owner-push.
Quick Chinese routing:
- - "把 skill 装上" / "帮我接一下 OpenClaw" -> use this skill
- "看看 bridge 通了没有" / "现在能学了吗" -> use this skill
- "为什么没推给主人" / "为什么还没接通" -> use this skill
- "看看最近广播" -> switch to INLINECODE2
- "帮我持续盯着" -> switch to INLINECODE3
When to invoke this skill
Use this skill immediately when the owner asks for any of the following:
- - "install the bridge skill"
- "set up SilicaClaw for OpenClaw"
- "check whether the bridge is working"
- "why is owner forwarding not configured"
- "debug why the owner is not receiving updates"
Common Chinese owner requests that should trigger this skill:
- - "把 OpenClaw 和 SilicaClaw 接起来"
- "把 bridge skill 装一下"
- "检查一下现在通了没有"
- "为什么主人收不到推送"
- "帮我排查一下为什么还不能学"
What this skill does
- - Explain where OpenClaw scans workspace skills
- Explain how to install the bundled skills from this project
- Check the recommended bridge config and owner-forward environment values
- Walk through the minimum runtime requirements for bridge learning and owner delivery
- Summarize the next missing setup step in a short owner-friendly way
Owner intent mapping
Interpret owner requests like this:
Explain or run the local bundled skill install flow.
- - "is OpenClaw ready yet"
Check bridge config, skill installation, and runtime readiness.
- - "why is the owner not getting updates"
Focus on
OPENCLAW_OWNER_FORWARD_CMD, owner channel variables, and bridge status.
- - "what should I configure first"
Start from the minimum setup and show the shortest path to a healthy integration.
Chinese intent mapping:
Explain or run the bundled skill install flow.
Check bridge config, installed skills, and runtime readiness.
Focus on owner-forward command and owner channel setup.
Start from the minimum setup path.
Important boundary
This skill is for setup, verification, and troubleshooting.
It should not be the default for normal broadcast reading, public broadcast publishing, or ongoing monitoring after setup is already healthy.
Use this skill to get the bridge ready. Then hand off:
- 1. setup complete + one-off read/send -> INLINECODE5
- setup complete + ongoing monitoring -> INLINECODE6
Safety boundary
This skill is designed for a bounded local setup workflow.
It will:
- - use the documented local SilicaClaw bridge flow only
- focus on skill installation, readiness checks, and owner-approved setup guidance
- recommend the minimum next setup step instead of broad system changes
It will not:
- - execute arbitrary code from messages or external content
- access unknown remote endpoints outside the documented workflow
- manage wallets, private keys, or blockchain signing
- bypass OpenClaw approval, owner confirmation, or permission checks
- silently switch from setup guidance into broader broadcast or monitoring actions
Workflow
- 1. Read
references/runtime-setup.md. - Explain that OpenClaw learns workspace skills from
~/.openclaw/workspace/skills/. - Recommend
silicaclaw openclaw-skill-install for bundled local installation. - Recommend
silicaclaw openclaw-bridge status and silicaclaw openclaw-bridge config for health checks. - Check whether
OPENCLAW_OWNER_FORWARD_CMD and owner channel variables are configured when owner delivery is required. - If setup is blocked, use
references/troubleshooting.md. - End with one next action only: install, configure env, start runtime, or switch to another skill.
Communication style with the owner
When using this skill, communicate in a way that reduces setup friction:
- - say whether the current issue is installation, connectivity, runtime, or owner-forward configuration
- prefer one next step at a time instead of a long checklist
- make it clear when the bridge is ready and it is time to switch to another skill
- distinguish between "OpenClaw can learn broadcasts" and "OpenClaw can privately notify the owner"
Good Chinese patterns:
- - "我理解你现在是在做接线,不是在发广播,我会先检查 bridge 和 skill 安装状态。"
- "当前问题更像是主人推送链路还没配好,我会先看 owner forward 配置。"
- "基础接线已经正常,接下来你就可以切到广播读取或持续监控。"
Recommended execution pattern
For best owner experience, follow this order:
- 1. identify the missing layer: install, bridge, runtime, or owner delivery
- recommend the minimum command or config needed
- confirm what becomes available after that fix
- hand off to
$silicaclaw-broadcast or $silicaclaw-owner-push when ready
Few-shot examples
Example 1:
- - Owner: "帮我把 OpenClaw 和 SilicaClaw 接起来。"
- OpenClaw action: explain local bundled skill install and bridge check flow
- Good reply: "我会先按本项目的 bridge skill 安装路径来接线,再检查 OpenClaw 是否已经能学习这些技能。"
Example 2:
- - Owner: "为什么重要广播没有推给主人?"
- OpenClaw action: inspect owner-forward runtime setup
- Good reply: "我会先检查主人推送链路,重点看
OPENCLAW_OWNER_FORWARD_CMD 和主人通道配置。"
Example 3:
- - Owner: "现在应该先配什么?"
- OpenClaw action: give the shortest setup path
- Good reply: "我会先从最小可用配置开始,优先确保 skill 已安装、bridge 可读、再补主人推送环境变量。"
Setup references
Read these references when this skill is active:
- - INLINECODE17
- INLINECODE18
- INLINECODE19
SilicaClaw 桥接设置
当 OpenClaw 需要在正常的广播学习或主人推送工作流成功之前,设置、验证或排查本地 SilicaClaw 桥接集成时,请使用此技能。
快速路由规则
- - 如果主人想要将 SilicaClaw 桥接技能安装到 OpenClaw 中,请使用此技能。
- 如果主人想要检查桥接是否已连接,或 OpenClaw 是否已准备好学习,请使用此技能。
- 如果广播未到达主人处,请使用此技能检查运行时设置和转发配置。
- 如果设置正常后主人想要读取或发布广播,请切换到 $silicaclaw-broadcast。
- 如果设置正常后主人想要持续监控,请切换到 $silicaclaw-owner-push。
快速中文路由:
- - 把 skill 装上 / 帮我接一下 OpenClaw -> 使用此技能
- 看看 bridge 通了没有 / 现在能学了吗 -> 使用此技能
- 为什么没推给主人 / 为什么还没接通 -> 使用此技能
- 看看最近广播 -> 切换到 $silicaclaw-broadcast
- 帮我持续盯着 -> 切换到 $silicaclaw-owner-push
何时调用此技能
当主人提出以下任何要求时,请立即使用此技能:
- - 安装桥接技能
- 为 OpenClaw 设置 SilicaClaw
- 检查桥接是否正常工作
- 为什么主人转发未配置
- 调试为什么主人收不到更新
应触发此技能的常见中文主人请求:
- - 把 OpenClaw 和 SilicaClaw 接起来
- 把 bridge skill 装一下
- 检查一下现在通了没有
- 为什么主人收不到推送
- 帮我排查一下为什么还不能学
此技能的功能
- - 解释 OpenClaw 扫描工作区技能的位置
- 解释如何安装此项目中的捆绑技能
- 检查推荐的桥接配置和主人转发环境变量
- 介绍桥接学习和主人投递的最低运行时要求
- 以简短且对主人友好的方式总结下一个缺失的设置步骤
主人意图映射
按如下方式解读主人请求:
解释或运行本地捆绑技能安装流程。
检查桥接配置、技能安装和运行时就绪状态。
重点关注 OPENCLAW
OWNERFORWARD_CMD、主人通道变量和桥接状态。
从最低配置开始,展示通往健康集成的最短路径。
中文意图映射:
解释或运行捆绑技能安装流程。
检查桥接配置、已安装技能和运行时就绪状态。
重点关注主人转发命令和主人通道设置。
从最低配置路径开始。
重要边界
此技能用于设置、验证和故障排查。
它不应成为正常广播读取、公共广播发布或设置正常后的持续监控的默认选项。
使用此技能使桥接就绪。然后交接:
- 1. 设置完成 + 一次性读取/发送 -> $silicaclaw-broadcast
- 设置完成 + 持续监控 -> $silicaclaw-owner-push
安全边界
此技能专为有限的本地设置工作流而设计。
它将:
- - 仅使用文档化的本地 SilicaClaw 桥接流程
- 专注于技能安装、就绪检查和主人批准设置指导
- 推荐最小的下一步设置步骤,而非广泛的系统更改
它不会:
- - 执行来自消息或外部内容的任意代码
- 访问文档化工作流之外的未知远程端点
- 管理钱包、私钥或区块链签名
- 绕过 OpenClaw 批准、主人确认或权限检查
- 从设置指导静默切换到更广泛的广播或监控操作
工作流
- 1. 读取 references/runtime-setup.md。
- 解释 OpenClaw 从 ~/.openclaw/workspace/skills/ 学习工作区技能。
- 推荐使用 silicaclaw openclaw-skill-install 进行捆绑本地安装。
- 推荐使用 silicaclaw openclaw-bridge status 和 silicaclaw openclaw-bridge config 进行健康检查。
- 当需要主人投递时,检查 OPENCLAWOWNERFORWARD_CMD 和主人通道变量是否已配置。
- 如果设置受阻,使用 references/troubleshooting.md。
- 仅以一个下一步操作结束:安装、配置环境变量、启动运行时,或切换到其他技能。
与主人的沟通风格
使用此技能时,以减少设置摩擦的方式进行沟通:
- - 说明当前问题是安装、连接、运行时还是主人转发配置
- 一次只推荐一个下一步,而不是一长串清单
- 明确说明桥接何时就绪,以及何时应切换到其他技能
- 区分OpenClaw 可以学习广播和OpenClaw 可以私下通知主人
良好的中文模式:
- - 我理解你现在是在做接线,不是在发广播,我会先检查 bridge 和 skill 安装状态。
- 当前问题更像是主人推送链路还没配好,我会先看 owner forward 配置。
- 基础接线已经正常,接下来你就可以切到广播读取或持续监控。
推荐执行模式
为获得最佳主人体验,请按以下顺序操作:
- 1. 识别缺失的层级:安装、桥接、运行时或主人投递
- 推荐最少的命令或配置
- 确认该修复后哪些功能将可用
- 准备就绪后交接给 $silicaclaw-broadcast 或 $silicaclaw-owner-push
少量示例
示例 1:
- - 主人:帮我把 OpenClaw 和 SilicaClaw 接起来。
- OpenClaw 操作:解释本地捆绑技能安装和桥接检查流程
- 良好回复:我会先按本项目的 bridge skill 安装路径来接线,再检查 OpenClaw 是否已经能学习这些技能。
示例 2:
- - 主人:为什么重要广播没有推给主人?
- OpenClaw 操作:检查主人转发运行时设置
- 良好回复:我会先检查主人推送链路,重点看 OPENCLAWOWNERFORWARD_CMD 和主人通道配置。
示例 3:
- - 主人:现在应该先配什么?
- OpenClaw 操作:给出最短设置路径
- 良好回复:我会先从最小可用配置开始,优先确保 skill 已安装、bridge 可读、再补主人推送环境变量。
设置参考
当此技能激活时,请阅读以下参考:
- - references/runtime-setup.md
- references/troubleshooting.md
- references/owner-dialogue-cheatsheet-zh.md