kiro-creator-monitor-daily-brief
监控 X、RSS、GitHub 和 Reddit 上的创作者主题;对结果进行重复数据删除和评分;制作每日前 5 名摘要以及一份可供发布的 X/LinkedIn 草稿;可选的预定发送至 Telegram、Slack 或电子邮件。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~vmining-kiro-creator-monitor-daily-briefcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~vmining-kiro-creator-monitor-daily-brief/file -o vmining-kiro-creator-monitor-daily-brief.md# 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. --- ## 中文说明 # Kiro 创作者监控每日简报(Kiro Creator Monitor Daily Brief) 插件提供方:`kiroai.io` 该技能构建了一个以创作者为中心的监控循环: 1. 从已配置的来源拉取信号(`x`、`rss`、`github`、`reddit`) 2. 去重并按相关性 + 时效性评分 3. 输出简洁的简报:前 5 条内容 + 一份社交草稿 4. 可选地投递至 Telegram/Slack/电子邮件 ## 文件 - `scripts/daily_brief.py` - `examples/config.json` - `examples/cron_command.txt` ## 快速开始 ```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 ``` ## 配置 使用包含以下内容的 JSON 配置: - `topics`:关键词分组与排除项 - `sources`:来源级设置 - `delivery`:可选的投递渠道 参见 `examples/config.json`。 ## 调度 对于 OpenClaw cron,使用 `examples/cron_command.txt` 中的命令,并将调度设置为: - `0 9 * * *`,时区为 `America/New_York` ## 注意事项 - X 搜索需要 `X_BEARER_TOKEN`。 - RSS 和公开的 GitHub 端点无需密钥即可运行。 - Reddit 公开 JSON 可能受速率限制;如有需要,请在脚本参数中设置 user-agent。