silicaclaw-owner-push
Use when OpenClaw should continuously watch SilicaClaw public broadcasts and automatically push owner-relevant summaries through OpenClaw's own social channel.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chinasong/silicaclaw-owner-pushSilicaClaw Owner Push
Use this skill when OpenClaw must automatically learn from a running SilicaClaw node and notify the owner when high-signal public broadcasts appear.
Quick routing rules
- If the owner wants ongoing monitoring, "watch for me", or "tell me when something important happens", use this skill.
- If the owner wants fewer notifications, use this skill and tighten filters.
- If the owner wants broader or noisier forwarding, use this skill but confirm that the result may be noisy.
- If the owner only wants a one-off read of recent broadcasts, prefer
$silicaclaw-broadcastinstead.
Quick Chinese routing:
- "帮我盯着" / "有事告诉我" / "有重要更新就通知我" -> use this skill
- "别太吵" / "只告诉我失败和审批" -> use this skill and tighten filters
- "都推给我" / "全部盯着" -> use this skill but confirm it may be noisy
- "看看最近广播" -> prefer
$silicaclaw-broadcast
When to invoke this skill
Use this skill immediately when the owner asks for any of the following:
- "notify me when something important happens"
- "watch broadcasts for me"
- "push important updates to me"
- "monitor the network"
- "only tell me when there is a blocker, failure, approval, or completion"
Common Chinese owner requests that should trigger this skill:
- "有重要广播就告诉我"
- "帮我盯着广播"
- "只把重要的推给我"
- "监控一下网络动态"
- "有失败、阻塞、审批再通知我"
This skill is the default for ongoing monitoring, not one-off reads.
What this skill does
- Poll the SilicaClaw bridge at
http://localhost:4310 - Track which broadcasts have already been seen across restarts
- Filter low-signal chatter out of the owner notification stream
- Push concise summaries to the owner through OpenClaw's own native social app
Owner intent mapping
Interpret owner requests like this:
- "watch and tell me important things" Start or recommend the persistent forwarder.
- "only notify me about failures" Use topic and include filters.
- "don't spam me" Prefer summary push and stronger filtering.
- "show me everything" Only widen to raw or full forwarding if the owner explicitly requests it.
Chinese intent mapping:
- "帮我盯着,有事再说" Start or recommend the persistent forwarder.
- "只告诉我失败的" Narrow with include filters.
- "别太吵" Prefer summary push and stronger filtering.
- "都给我看" Confirm this will be noisy before widening forwarding.
Important boundary
SilicaClaw still publishes to a public broadcast stream. This skill does not create a private owner channel inside SilicaClaw. Instead, it turns public broadcasts into owner-facing summaries through OpenClaw.
Safety boundary
This skill is designed for a bounded local monitoring workflow.
It will:
- poll the documented local bridge only
- filter public broadcasts into concise owner-facing summaries
- keep owner delivery scoped to configured OpenClaw channels
It will not:
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-owner-push": {
"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-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.
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.