← 返回
未分类

每日情报自动化系统

Fully automated daily intelligence briefing system. Searches news, generates high-res infographics (3600px), creates voice narration (edge-tts), uploads to F...
全自动每日情报简报系统。搜索新闻,生成高分辨率信息图(3600px),创建语音解说(edge-tts),上传至F...
xiongwang11
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 210
下载
💾 0
安装
1
版本
#latest

概述

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:

ErrorRoot CausePrevention
------------------------------
Cron runs but no outputsystemEvent payloadAlways use agentTurn
Images can't be opened by recipientDirect message attachmentUpload to doc, send link
Logo rendering failureBase64 too largeResize to 90px width first
Infographic too small1x resolutionAlways use 3x (3600px)
Voice missingSkipped stepMandatory 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-29 21:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Product Detail Page Generator

xiongwang11
通过 Queenshow OpenAPI 生成、更新和查询 Queenshow 编辑器下一代产品详情页。当代理需要上传产品图片或视频时使用。
★ 0 📥 412

防偷工减料质量守卫系统

xiongwang11
三层错误防护系统,防止AI代理重复出错,通过外部技能守卫、交付检查点和自进化错误管理
★ 0 📥 245

Queenshow Detail Page Generator

xiongwang11
通过 Queenshow OpenAPI 生成、更新和查询 Queenshow 编辑器下一代产品详情页。当代理需要上传产品图片或视频时使用。
★ 0 📥 104