Jump to related tools in the same category or review the original source on GitHub.

Git & GitHub @vmining Updated 6/28/2026 890 downloads 0 stars Security: Pass

🧭 Kiro Creator Monitor Daily Brief OpenClaw Plugin & Skill | ClawHub

Looking to integrate Kiro Creator Monitor Daily Brief into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate git & github tasks instantly, without having to write custom tools from scratch.

What this skill does

Monitor creator topics across X, RSS, GitHub, and Reddit; deduplicate and score results; produce a daily top-5 brief plus one publish-ready X/LinkedIn draft; optional scheduled delivery to Telegram, Slack, or email.

Install

ClawHub CLI
openclaw skills install @vmining/kiro-creator-monitor-daily-brief
Node.js (npx)
npx clawhub@latest install kiro-creator-monitor-daily-brief

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
kiro-creator-monitor-daily-briefMonitor creator topics across X, RSS, GitHub, and Reddit; deduplicate and score results; produce a daily top-5 brief plus one publish-ready X/LinkedIn draft; optional scheduled delivery to Telegram, Slack, or email.https://kiroai.io

SKILL.md content below is scrollable.

Kiro Creator Monitor Daily Brief

Plugin producer: kiroai.io

This skill builds a creator-focused monitoring loop:

  1. Pull signals from configured sources (x, rss, github, reddit)
  2. Deduplicate and score by relevance + freshness
  3. Output a concise brief: top 5 items + one social draft
  4. Optionally deliver to Telegram/Slack/email

Files

  • scripts/daily_brief.py
  • examples/config.json
  • examples/cron_command.txt

Quick start

python3 skills/kiro-creator-monitor-daily-brief/scripts/install_and_init.py

python3 skills/kiro-creator-monitor-daily-brief/scripts/daily_brief.py \
  --config skills/kiro-creator-monitor-daily-brief/examples/config.json \
  --out-dir outputs/creator-brief

Config

Use JSON config with:

  • topics: keyword groups and exclusions
  • sources: source-level settings
  • delivery: optional delivery channels

See examples/config.json.

Schedule

For OpenClaw cron, use the command in examples/cron_command.txt and set your schedule to:

  • 0 9 * * * with timezone America/New_York

Notes

  • X search needs X_BEARER_TOKEN.
  • RSS and public GitHub endpoints can run without keys.
  • Reddit public JSON may be rate-limited; set a user-agent in script args if needed.
ClawHub Registry URL: https://clawhub.ai/vmining/skills/kiro-creator-monitor-daily-brief

Related skills

If this matches your use case, these are close alternatives in the same category.