← 返回 Skills 市场
xiongwang11

每日情报自动化系统

作者 XiongWang11 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-intelligence
功能描述
Fully automated daily intelligence briefing system. Searches news, generates high-res infographics (3600px), creates voice narration (edge-tts), uploads to F...
使用说明 (SKILL.md)

Daily Intelligence Briefing System

A complete, production-ready system for generating and delivering daily AI/tech intelligence briefings autonomously.

What It Does

This skill automates the entire daily intelligence workflow:

  1. News Search — Multi-source search (Tavily, Brave, RSS) for AI/tech news
  2. Content Curation — Filter, rank, and summarize top stories into 5 modules
  3. Infographic Generation — Python + Playwright to create 3600px high-res long images with logo, dark tech theme
  4. Voice Narration — edge-tts (XiaoxiaoNeural) generates Chinese MP3 voiceover
  5. Document Creation — Auto-create Feishu/Lark doc, upload infographic + text + voice link
  6. Delivery — Send doc link + voice file to specified recipients
  7. Scheduling — cron-based automation with isolated sessions

Quick Start

Generate today's daily intelligence briefing for AI/tech news
Create a daily briefing infographic with 5 modules: world news, OPC trends, tech applications, new skills, and core recommendation

Output Format (5 Modules)

  1. 🌍 World News — AI breakthroughs + personalized product trends
  2. 🏢 OPC/One-Person Company — Solo entrepreneur dynamics + policy
  3. 🚀 Tech Applications — Actionable technology for your business
  4. Agent Capabilities — New skills and automation updates
  5. 💡 Core Recommendation — One actionable insight for the day

Infographic Specifications

  • Width: 3600px (3x resolution)
  • Theme: Dark tech style with gradient backgrounds
  • Logo: Embedded base64 with gold gradient frame + glow effect
  • Template: Fixed layout, daily content swap only
  • Font: System fonts with calculated line heights

Logo Integration

.logo-wrapper {
  padding: 10px;
  background: linear-gradient(135deg, rgba(255,215,0,0.7), rgba(255,140,0,0.4));
  border-radius: 36px;
  box-shadow: 0 0 40px rgba(255,215,0,0.4);
}

Voice Generation

python3 -m edge_tts --voice zh-CN-XiaoxiaoNeural --file content.txt --write-media output.mp3

Cron Configuration

For automated daily delivery:

{
  "name": "Daily Intelligence",
  "cron": "0 0 22 * * *",
  "sessionTarget": "isolated",
  "payload": {
    "kind": "agentTurn",
    "deliver": true
  },
  "wakeMode": "now"
}

⚠️ Critical: Must use isolated session + agentTurn payload. main + systemEvent will NOT trigger full execution.

Error Prevention System

This skill includes battle-tested safeguards:

Error Root Cause Prevention
Cron runs but no output systemEvent payload Always use agentTurn
Images can't be opened by recipient Direct message attachment Upload to doc, send link
Logo rendering failure Base64 too large Resize to 90px width first
Infographic too small 1x resolution Always use 3x (3600px)
Voice missing Skipped step Mandatory checklist before delivery

Delivery Checklist

Before sending, verify:

  • Infographic is 3600px wide
  • Logo renders correctly with gold frame
  • Voice MP3 generated and accessible
  • Feishu doc created with image + text + voice link
  • Doc link sent (NOT direct image)
  • Voice file sent separately as attachment

Customization

  • Logo path: Set in your workspace (e.g., workspace/scripts/logo.jpg)
  • Template: Customize gen-template.py for your brand
  • Voice: Change --voice parameter for different languages/tones
  • Modules: Adjust the 5 modules to your industry
  • Delivery target: Set recipient Feishu/TG/WhatsApp ID

Files Structure

workspace/
├── scripts/
│   ├── logo.jpg              # Your brand logo
│   └── daily-push-checklist.md
├── reports/                   # Generated images (whitelisted for upload)
├── /tmp/
│   └── gen-template.py       # HTML generation template
└── skills/
    └── daily-intelligence/
        └── SKILL.md          # This file

Requirements

  • Python 3.x
  • Playwright (pip install playwright && playwright install)
  • edge-tts (pip install edge-tts)
  • Pillow (pip install Pillow) for image processing
  • Feishu/Lark integration (for doc creation)

License

MIT

安全使用建议
Install this only if you want an automated workflow that can use external services and send generated briefing materials. Configure Feishu/Lark credentials, recipients, and cron schedules carefully, and keep output local until you have verified the delivery targets.
能力评估
Purpose & Capability
The stated purpose is a daily AI/tech intelligence briefing system, and the described capabilities align with that purpose: news search, summarization, infographic generation, voice narration, document creation, delivery, and scheduling.
Instruction Scope
The instructions are broad and workflow-oriented, including delivery actions, but they repeatedly disclose the external upload and recipient delivery steps rather than hiding them.
Install Mechanism
The only declared install action is a pip install for edge-tts, with required binaries python3 and playwright; no executable scripts or obfuscated installer behavior were present in the artifact.
Credentials
Network services such as Tavily, Brave, RSS, Feishu/Lark, and edge-tts are proportionate for the advertised workflow, but users should understand generated content may leave the local machine.
Persistence & Privilege
Cron-based automation is explicitly documented, including an isolated session and agentTurn payload; it is persistent by design but not automatically installed by the artifact itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-intelligence
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-intelligence 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Daily-intelligence v1.0.0 – Fully automated daily AI/tech intelligence briefing system. - Automates news search, curation, infographic (3600px) & Chinese voiceover generation, Feishu/Lark doc creation, and delivery via cron. - Provides a high-res dark tech-themed infographic divided into 5 core modules with logo integration. - Uses edge-tts for voice narration and Playwright for infographic rendering. - Includes production-ready error prevention safeguards and a delivery checklist. - Supports easy customization of workflow modules, branding, and delivery targets. - Requires Python 3, Playwright, edge-tts, Pillow, and Feishu/Lark integration.
元数据
Slug daily-intelligence
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

每日情报自动化系统 是什么?

Fully automated daily intelligence briefing system. Searches news, generates high-res infographics (3600px), creates voice narration (edge-tts), uploads to F... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 每日情报自动化系统?

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

每日情报自动化系统 是免费的吗?

是的,每日情报自动化系统 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

每日情报自动化系统 支持哪些平台?

每日情报自动化系统 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 每日情报自动化系统?

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

💬 留言讨论