/install kiro-creator-monitor-daily-brief
Kiro 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kiro-creator-monitor-daily-brief - After installation, invoke the skill by name or use
/kiro-creator-monitor-daily-brief - Provide required inputs per the skill's parameter spec and get structured output
What is Kiro Creator Monitor Daily Brief?
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;... It is an AI Agent Skill for Claude Code / OpenClaw, with 534 downloads so far.
How do I install Kiro Creator Monitor Daily Brief?
Run "/install kiro-creator-monitor-daily-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kiro Creator Monitor Daily Brief free?
Yes, Kiro Creator Monitor Daily Brief is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Kiro Creator Monitor Daily Brief support?
Kiro Creator Monitor Daily Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kiro Creator Monitor Daily Brief?
It is built and maintained by Xinjin (@vmining); the current version is v1.0.0.