← Back to Skills Marketplace
warrior156006050

Ai Daily Brief

by warrior156006050 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
105
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-daily-brief
Description
Parallel fetch and summarize top 10 AI news from multiple sources, delivering a structured daily brief to users via Telegram.
README (SKILL.md)

AI 资讯日报抓取技能

功能

并行抓取多个 AI 资讯源,生成结构化日报并发送给用户。

使用方法

# 手动触发
openclaw run ai-daily-brief

抓取源

  1. 36 氪 AI 频道:https://www.36kr.com/information/AI/
  2. 极客公园 AI 新浪潮:https://www.geekpark.net/column/304

输出格式

  • 标题 + 核心观点 + 深度总结(2-3 句话)
  • 清晰的 Markdown 格式
  • 发送到 warrior 的 Telegram

优化策略

  • 使用 browser 工具并行抓取多个源
  • 使用 snapshot 获取页面内容
  • 提取 TOP10 最新资讯
  • 结构化整理后发送
Usage Guidance
Before installing, ask the author to clarify how Telegram delivery is authenticated: what bot token and chat id are used, and where those credentials are stored. Do not install if the skill will send messages to an account you don't control (the SKILL.md's 'warrior' recipient is ambiguous). Request that the skill declare required env vars (e.g., TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) and document any data retention for snapshots. Because the skill scrapes external sites, confirm it respects robots/terms and rate limits. If you proceed, run it in a sandboxed agent environment, supply only the minimal necessary credentials, and review or audit the tool chain that actually performs the Telegram send.
Capability Analysis
Type: OpenClaw Skill Name: ai-daily-brief Version: 1.0.0 The skill is designed to scrape AI-related news from legitimate sources (36Kr and GeekPark) and send summarized reports to a Telegram user. The instructions in SKILL.md are transparent and align with the stated purpose of providing a daily news brief, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The stated purpose is to fetch and deliver a Telegram brief. However, the skill declares no credentials, tokens, or config paths required to send messages to Telegram (e.g., bot token, chat id). That credential requirement is expected for the described capability but is missing.
Instruction Scope
SKILL.md explicitly instructs using a 'browser' tool and 'snapshot' to scrape pages (which is coherent with fetching news) but also instructs to 'send to warrior's Telegram' without describing how to authenticate or which account/chat id is targeted. The instructions therefore direct outbound delivery to an external endpoint with no declared auth or safeguards.
Install Mechanism
This is instruction-only (no install spec, no code files), so there is no package-download or install risk from the skill itself.
Credentials
The skill requires zero environment variables but its runtime behavior (sending Telegram messages) normally requires secrets like TELEGRAM_BOT_TOKEN and a destination CHAT_ID. Absence of those declared variables is disproportionate and unexplained. Also the SKILL.md does not explain where snapshots/content are stored or how long fetched data persists.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform privileges and does not claim to modify other skills or global config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-daily-brief
  3. After installation, invoke the skill by name or use /ai-daily-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ai-daily-brief skill: - Parallel scraping of multiple AI news sources (36Kr and GeekPark). - Generates structured daily brief with headline, core points, and summary. - Outputs clear Markdown format and sends via Telegram to warrior. - Employs browser tools and snapshots for content extraction. - Delivers top 10 latest news items with concise summaries.
Metadata
Slug ai-daily-brief
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Ai Daily Brief?

Parallel fetch and summarize top 10 AI news from multiple sources, delivering a structured daily brief to users via Telegram. It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Ai Daily Brief?

Run "/install ai-daily-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Daily Brief free?

Yes, Ai Daily Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Daily Brief support?

Ai Daily Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Daily Brief?

It is built and maintained by warrior156006050 (@warrior156006050); the current version is v1.0.0.

💬 Comments