SkillJavaScriptv1.0.0
kiro-creator-monitor-daily-brief
Monitor creator topics across X, RSS, GitHub, and Reddit; deduplicate and score results; produce a daily top-5.
10 downloads
vmining
Updated Feb 21, 2026Kiro Creator Monitor Daily Brief
Plugin producer: kiroai.io
This skill builds a creator-focused monitoring loop:
- Pull signals from configured sources (
x,rss,github,reddit) - Deduplicate and score by relevance + freshness
- Output a concise brief: top 5 items + one social draft
- Optionally deliver to Telegram/Slack/email
Files
scripts/daily_brief.pyexamples/config.jsonexamples/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 exclusionssources: source-level settingsdelivery: 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 timezoneAmerica/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.