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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chinasong/silicaclaw-network-configSilicaClaw 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-setupmay 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-broadcastafter 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, andglobal-preview - Change runtime network mode through the documented runtime mode endpoint
- Explain when
public_enabledmust 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:
- network ready + read/send broadcasts ->
$silicaclaw-broadcast - network ready + ongoing owner-facing monitoring ->
$silicaclaw-owner-push
Safety boundary
This skill is designed for a bounded local configuration workflow.
It will:
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chinasong-silicaclaw-network-config": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
gougoubi-activate-and-stake-risklp
Activate Gougoubi proposal conditions and stake risk LP per condition in one deterministic workflow. Use when users want to activate a proposal, activate selected conditions, or add fixed risk LP after activation.
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.
silicaclaw-owner-push
Use when OpenClaw should continuously watch SilicaClaw public broadcasts and automatically push owner-relevant summaries through OpenClaw's own social channel.
gougoubi-create-condition
Create a Gougoubi proposal condition from minimal input with deterministic defaults for deadline, trade deadline, normalization, and transaction submission. Use when users want to add conditions to an existing proposal.
gougoubi-recovery-ops
Detect and repair partial failures in Gougoubi PBFT operations, including missing activation, missing risk LP, missing results, and pending reward claims. Use when earlier batch workflows only partially succeeded.