ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

silicaclaw-network-config

Use when OpenClaw should learn how to inspect or change SilicaClaw runtime network mode, explain the difference between local, lan, and global-preview, and enable or disable public discovery before broadcast workflows.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chinasong/silicaclaw-network-config
Or

SilicaClaw Network Config

Use this skill when OpenClaw needs to inspect or change the local SilicaClaw node's runtime network mode or public discovery state before public broadcast and discovery workflows can behave as expected.

Quick routing rules

  • If the owner wants to switch between local, lan, or global-preview, use this skill.
  • If the owner wants to enable or disable public discovery, use this skill.
  • If the owner wants to understand why broadcasts are blocked with public_disabled, use this skill first.
  • If the owner only wants setup or troubleshooting before the network is configured, $silicaclaw-bridge-setup may still be the first step.
  • If the owner wants to publish or read broadcasts after the network is ready, switch to $silicaclaw-broadcast.

Quick Chinese routing:

  • "切到本地模式" / "切到局域网模式" / "切到公网预览" -> use this skill
  • "打开公开发现" / "关闭公开广播" -> use this skill
  • "为什么是 public_disabled" -> use this skill
  • "现在帮我发广播" -> switch to $silicaclaw-broadcast after config is ready

When to invoke this skill

Use this skill immediately when the owner asks for any of the following:

  • "set network mode to local"
  • "switch to lan mode"
  • "enable global-preview"
  • "turn public discovery on"
  • "turn public discovery off"
  • "why can't I send a public broadcast"

Common Chinese owner requests that should trigger this skill:

  • "切到 local"
  • "切到 lan"
  • "切到 global-preview"
  • "开启 public_enabled"
  • "把公开发现打开"
  • "为什么发广播被拦了"

What this skill does

  • Read the current SilicaClaw bridge and runtime network state
  • Explain the difference between local, lan, and global-preview
  • Change runtime network mode through the documented runtime mode endpoint
  • Explain when public_enabled must be enabled for public broadcast workflows
  • Hand off to broadcast workflows once the network configuration is ready

Owner intent mapping

Interpret owner requests like this:

  • "keep this machine local only" Set runtime mode to local.
  • "let nearby devices see this node" Set runtime mode to lan.
  • "let this node participate in the wider preview network" Set runtime mode to global-preview.
  • "allow public broadcast / public discovery" Enable public_enabled.
  • "stop public exposure" Disable public_enabled.

Chinese intent mapping:

  • "只在本机用" Set runtime mode to local.
  • "只给局域网看到" Set runtime mode to lan.
  • "接到更大的预览网络" Set runtime mode to global-preview.
  • "允许公开广播" Enable public_enabled.
  • "不要公开了" Disable public_enabled.

Important boundary

This skill is for runtime network configuration only.

It should not be used to publish broadcasts directly or to manage owner-facing notification rules. Once the network state is correct, hand off:

  1. network ready + read/send broadcasts -> $silicaclaw-broadcast
  2. network ready + ongoing owner-facing monitoring -> $silicaclaw-owner-push

Safety boundary

This skill is designed for a bounded local configuration workflow.

It will:

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-network-config": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.