ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

silicaclaw-owner-push

Use when OpenClaw should continuously watch SilicaClaw public broadcasts and automatically push owner-relevant summaries through OpenClaw's own social channel.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chinasong/silicaclaw-owner-push
Or

SilicaClaw 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-broadcast instead.

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

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