← 返回 Skills 市场
kelcey2023

ZeeLin AI Twitter博主信息简报

作者 kelcey2023 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
170
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-twitter-briefing
功能描述
ZeeLin AI Twitter博主信息简报生成与自动发推。从指定AI博主账号抓取近10天推文 → 整理成中文高信号简报 → 提炼英文推文 → 发布到用户X账号。触发关键词:AI博主简报、爬取推文、信息简报发推、x-creator-briefing、AI简报、博主推文汇总、抓近10天推文、整理简报发推。
使用说明 (SKILL.md)

AI Twitter博主信息简报

工作流(4步)

  1. 抓推文 — 用 agent-browser 打开每位博主主页,抓近10天内容(最多20条/人)
  2. 整理简报 — 提炼高信号内容,按主题聚合,写中文简报,保存到 reports/x-creator-briefing-YYYY-MM-DD.md
  3. 提炼英文推文 — 从简报中提炼1条精炼英文推文(≤240字),高价值内容摘要
  4. 发推 — 用 ZeeLin Twitter/X AutoPost skill 发布英文推文

默认博主列表

references/bloggers.md,包含18位AI/AIGC/工具博主。可按用户指令临时增减。

简报格式

# AI 博主动态简报 YYYY-MM-DD

## 🔥 高信号主线
- 主题1:[摘要](来源 @handle)
- 主题2:[摘要]

## 📌 各账号亮点
### @handle
- 要点1
- 要点2

## ⚠️ 未检索到近期内容
- @handle(原因)

英文推文格式

🧵 AI Signal Briefing [date]

Key themes from top AI creators:
• [insight 1] (@handle)
• [insight 2] (@handle)
• [insight 3]

#AI #AITools #BuildInPublic

注意事项

  • 打开 X 需要用户已在浏览器登录
  • 若某账号内容抓取失败,在简报末尾标注,不中断整体流程
  • 发推前展示英文推文内容给用户确认(除非用户明确说自动发)
  • 如需读取 agent-browser skill,路径:~/.openclaw/workspace/skills/agent-browser-clawdbot/SKILL.md
  • 如需读取 Twitter autopost skill,路径:~/.openclaw/workspace/skills/zeelin-twitter-web-autopost/SKILL.md
安全使用建议
This skill appears to do exactly what it says (scrape recent tweets, summarize, and post), but check two things before installing: 1) Confirm you trust the referenced 'ZeeLin Twitter/X AutoPost' and 'agent-browser' skills—they will handle login/posting and may hold your tokens. 2) Ask the author why the skill needs to read files under ~/.openclaw/workspace/skills; reading other skills' files is not required to scrape or summarize and could expose unrelated sensitive data. If you proceed, require explicit user confirmation before any automatic posting and limit the agent's filesystem permissions (or run in a sandbox) so it cannot read unrelated skill directories.
功能分析
Type: OpenClaw Skill Name: ai-twitter-briefing Version: 1.0.0 The skill bundle 'ai-twitter-briefing' is designed to automate the scraping of AI-related tweets, generating summaries, and posting them to X (Twitter). It utilizes standard OpenClaw skill inter-operability by referencing 'agent-browser' and 'zeelin-twitter-web-autopost' skills. There is no evidence of data exfiltration, malicious execution, or prompt injection; the logic is transparent and aligns with the stated purpose in SKILL.md and references/bloggers.md.
能力评估
Purpose & Capability
The described workflow (use a browser-driven scraper to fetch recent tweets, produce a Chinese briefing, extract an English tweet, and delegate posting to a Twitter/X autopost skill) is internally consistent for the stated goal. It does not request credentials itself and relies on an autopost skill for publishing, which is a reasonable delegation. However, the SKILL.md explicitly points to local filesystem paths for other skills (~/.openclaw/workspace/skills/...), which is not strictly required to perform the described workflow and is disproportionate to the minimal needs of a summarization/posting pipeline.
Instruction Scope
Instructions tell the agent to open creators' pages with agent-browser and scrape up to 20 tweets per account (normal for browser-based scraping). They also instruct the agent to read SKILL.md files of other skills by absolute path. Directly reading other skills' files (even if SKILL.md) expands scope beyond the described task and could expose unrelated configuration or secrets. The skill does state it will ask for user confirmation before posting unless user granted 'auto' permission, which is a good control.
Install Mechanism
Instruction-only skill with no install spec and no code files—lowest install risk. Nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials itself, which is plausible because it delegates posting to a separate autopost skill. That delegation is acceptable if the autopost skill manages credentials. However, the explicit instruction to read other skills' files raises a credential-proportionality concern: those files might reference tokens or contain sensitive config; reading arbitrary skill directories is not justified by the stated purpose.
Persistence & Privilege
always is false and there is no indication the skill attempts to persist itself or modify other skills' configs. Autonomous invocation is allowed by default (disable-model-invocation false), which is normal for skills but increases the importance of the other concerns noted above.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-twitter-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-twitter-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:AI博主推文抓取 → 中文简报 → 英文推文 → 自动发推,内置18位AI博主列表
元数据
Slug ai-twitter-briefing
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ZeeLin AI Twitter博主信息简报 是什么?

ZeeLin AI Twitter博主信息简报生成与自动发推。从指定AI博主账号抓取近10天推文 → 整理成中文高信号简报 → 提炼英文推文 → 发布到用户X账号。触发关键词:AI博主简报、爬取推文、信息简报发推、x-creator-briefing、AI简报、博主推文汇总、抓近10天推文、整理简报发推。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 ZeeLin AI Twitter博主信息简报?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-twitter-briefing」即可一键安装,无需额外配置。

ZeeLin AI Twitter博主信息简报 是免费的吗?

是的,ZeeLin AI Twitter博主信息简报 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ZeeLin AI Twitter博主信息简报 支持哪些平台?

ZeeLin AI Twitter博主信息简报 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ZeeLin AI Twitter博主信息简报?

由 kelcey2023(@kelcey2023)开发并维护,当前版本 v1.0.0。

💬 留言讨论