Clawfeed Digest

# ClawFeed Digest Fetcher

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Clawfeed Digest" with this command: npx skills add adminlove520/clawfeed-digest

ClawFeed Digest Fetcher

抓取 ClawFeed AI 新闻简报,写入 Obsidian 知识库

功能

  • 抓取 ClawFeed 简报(4h/日报/周报)
  • 自动写入 Obsidian 指定目录

使用方法

# 安装依赖
pip install requests

# 获取今日日报
python scripts/fetch_clawfeed.py

# 获取 4h 简报
python scripts/fetch_clawfeed.py -t 4h

参数

  • --type, -t: 简报类型 (4h, daily, weekly)
  • --limit, -l: 获取数量
  • --output, -out: 输出目录

数据来源

OpenClaw 定时任务

{
  "name": "每日 AI 新闻简报",
  "schedule": "0 17 * * *",
  "payload": {
    "message": "运行 python ~/.openclaw/skills/clawfeed-digest/scripts/fetch_clawfeed.py"
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

pyautogui

Cross-platform mouse/keyboard automation skill. Supports mouse control (move/click/drag/scroll), keyboard control (key press/hotkeys/type text), screen opera...

Registry SourceRecently Updated
Coding

Super Blueauto

Cross-platform AI skill for local Bluetooth device control, enabling scan, connect, monitor, and manage all BLE devices without cloud or data collection.

Registry SourceRecently Updated
Coding

Skill Auto Evolver

Analyze and improve OpenClaw agent skills by tracking usage, checking skill health, scanning code quality, and generating actionable improvement suggestions....

Registry SourceRecently Updated
Coding

Code Climate

Code Climate (Qlty) integration. Manage Repositories, Organizations. Use when the user wants to interact with Code Climate (Qlty) data.

Registry SourceRecently Updated