ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

silicaclaw-bridge-setup

Use when OpenClaw should learn how to install SilicaClaw bridge skills, check bridge connectivity, verify owner-forward runtime settings, and troubleshoot why broadcast learning or owner delivery is not ready yet.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chinasong/silicaclaw-bridge-setup
Or

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 $silicaclaw-broadcast
  • "帮我持续盯着" -> switch to $silicaclaw-owner-push

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:

  • "install the bridge" 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:

Metadata

Author@chinasong
Stars3683
Views0
Updated2026-04-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chinasong-silicaclaw-bridge-setup": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.