creator-alpha-feed
收集每日 AI 内容并对其进行排名,以实现以创作者为中心的发布工作流程。当用户要求人工智能主题搜寻、KOL 跟踪(尤其是 X/Twitter)、实用教程选择、行业更新或具有可配置模板和时间窗口的自动飞书/黑曜石简报推送时使用。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~rotbit-creator-alpha-feedcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~rotbit-creator-alpha-feed/file -o rotbit-creator-alpha-feed.md# Creator Alpha Feed
1. Read config first:
- `${OBSIDIAN_CONFIG_PATH:-<your_obsidian_vault>/OpenClaw/项目/AI内容日报/采集配置.md}`
2. Execute collection in this order for X:
- homepage feed → whitelist accounts → keywords
3. Prefer API where available; fallback to browser when unavailable.
4. Enforce browser tab cap:
- max 7 concurrent tabs; close finished tabs first; end with 0 tabs (close all temporary tabs before finishing).
5. Build ranked outputs by configured structure (default):
- KOL TOP3 (last 6h)
- Practical/Tutorial/Opinion TOP10
- Industry TOP3 (last 6h)
6. Push concise results to group channel; write full report to Obsidian path.
7. Name report files with timestamp format: `YYYY-MM-DD_HHMM.md`.
8. Prefer real Obsidian Vault path (not workspace mirror) when available.
9. Use structured Obsidian directories:
- `OpenClaw/项目/AI内容日报/01-日报/` for final reports
- `OpenClaw/项目/AI内容日报/02-运行记录/` for verification/debug runs
- `OpenClaw/项目/AI内容日报/03-文档/` for installation/operational docs
10. If login is required for a source, pause and notify user to log in; wait up to 3 minutes with periodic checks, then continue remaining sources if still unavailable.
## Bundled scripts
Use `scripts/collect-v4.sh` and related scripts for deterministic fallback/automation when needed.
## Required output checks
- Include must-track account status for `@xiaohu @dotey @marclou`
- Include fallback/degradation notes
- Include final report path
- In group replies, mention the question asker (`@who asked`) when channel supports mentions
---
## 中文说明
# Creator Alpha Feed
1. 首先读取配置:
- `${OBSIDIAN_CONFIG_PATH:-<your_obsidian_vault>/OpenClaw/项目/AI内容日报/采集配置.md}`
2. 对 X,按以下顺序执行采集:
- 主页信息流 → 白名单账号 → 关键词
3. 在可用时优先使用 API;不可用时回退到浏览器。
4. 强制执行浏览器标签页上限:
- 最多 7 个并发标签页;先关闭已完成的标签页;结束时保持 0 个标签页(完成前关闭所有临时标签页)。
5. 按配置的结构(默认)构建排名输出:
- KOL TOP3(最近 6 小时)
- 实用/教程/观点 TOP10
- 行业 TOP3(最近 6 小时)
6. 将简洁的结果推送到群组频道;将完整报告写入 Obsidian 路径。
7. 报告文件命名采用时间戳格式:`YYYY-MM-DD_HHMM.md`。
8. 在可用时优先使用真实的 Obsidian Vault 路径(而非工作区镜像)。
9. 使用结构化的 Obsidian 目录:
- `OpenClaw/项目/AI内容日报/01-日报/` 存放最终报告
- `OpenClaw/项目/AI内容日报/02-运行记录/` 存放验证/调试运行记录
- `OpenClaw/项目/AI内容日报/03-文档/` 存放安装/操作文档
10. 如果某个来源需要登录,暂停并通知用户登录;定期检查,最多等待 3 分钟,若仍不可用则继续处理其余来源。
## 捆绑脚本
需要时使用 `scripts/collect-v4.sh` 及相关脚本进行确定性的回退/自动化处理。
## 必需的输出检查
- 包含 `@xiaohu @dotey @marclou` 的必追踪账号状态
- 包含回退/降级说明
- 包含最终报告路径
- 在群组回复中,当频道支持提及时,提及提问者(`@who asked`)