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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill kiro-creator-monitor-daily-brief --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kiro Creator Monitor Daily Brief?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-kiro-creator-monitor-daily-brief)More formats (shields.io, HTML) on the badges page.
---
name: kiro-creator-monitor-daily-brief
description: 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.
homepage: https://kiroai.io
metadata:
{
"openclaw":
{
"emoji": "🧭",
"primaryEnv": "X_BEARER_TOKEN",
"requires":
{
"bins": ["python3"],
"env":
[
"X_BEARER_TOKEN",
"TELEGRAM_BOT_TOKEN",
"TELEGRAM_CHAT_ID",
"SLACK_WEBHOOK_URL",
"SMTP_HOST",
"SMTP_PORT",
"SMTP_USER",
"SMTP_PASS",
"EMAIL_TO"
],
},
},
}
---
# 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
```bash
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!