ClawFeed Digest Fetcher

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

3,891 stars

Best use case

ClawFeed Digest Fetcher is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using ClawFeed Digest Fetcher should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/clawfeed-digest/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/adminlove520/clawfeed-digest/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/clawfeed-digest/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How ClawFeed Digest Fetcher Compares

Feature / AgentClawFeed Digest FetcherStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# ClawFeed Digest Fetcher

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

## 功能

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

## 使用方法

```bash
# 安装依赖
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`: 输出目录

## 数据来源

- [ClawFeed](https://clawfeed.kevinhe.io/)

## OpenClaw 定时任务

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

Related Skills

yt-digest

3891
from openclaw/skills

Extract summaries, transcripts, and key moments from YouTube videos.

Data & Research

youtube-digest

3891
from openclaw/skills

Understand, summarize, translate, and extract key points from YouTube videos. Use when a user provides a YouTube URL and wants: (1) a Chinese summary, (2) a transcript or subtitle extraction, (3) translation of spoken content, (4) timestamps / chapter notes, (5) visual understanding via key frames, or (6) question answering about a video. Prefer this skill for transcript-first workflows.

x-bookmarks-digest

3891
from openclaw/skills

Automatically review X/Twitter bookmarks for useful tools, projects, repos, products, and ideas. Fetches via xurl, analyses for value, and outputs an actionable digest with proposed next steps — including clawhub installs or new skill scaffolding.

dailybit-tech-digest

3891
from openclaw/skills

Curated daily digest from 92 top tech blogs (Andrej Karpathy's list) with AI-generated Chinese summaries, hierarchical tags, and personalized recommendations. Triggers: "今日技术博客", "高质量技术文章", "tech blog digest", "优质博客推荐", "技术发展趋势", "AI行业动态", "每日技术简报", "中文科技摘要", "top tech blogs today", "curated tech reading", "what's trending in tech", "developer daily briefing", "有什么值得看的技术文章", "最近有什么技术趋势", "帮我看看今天的博客", "优质英文博客中文速览".

tech-news-digest

3891
from openclaw/skills

Generate tech news digests with unified source model, quality scoring, and multi-format output. Six-source data collection from RSS feeds, Twitter/X KOLs, GitHub releases, GitHub Trending, Reddit, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord, email, and markdown templates.

nate-b-jones-digest

3891
from openclaw/skills

Monitor Nate B Jones's YouTube channel, pull each new video transcript (YouTube captions or auto-transcribed audio), summarize it with an abstract + bullet highlights + reference links, and distribute the digest via email, chat, and/or a document per user-configured outputs.

web-fetcher

3891
from openclaw/skills

Fetch web pages and extract readable content for AI use. Use when reading, summarizing, or crawling a specific URL or small set of URLs. Prefer low-friction URL-to-Markdown services first, then fall back to browser-based retrieval, search snippets, or cached/indexed copies when sites are protected by Cloudflare or similar bot checks.

daily-investment-digest

3891
from openclaw/skills

Fetch financing event lists from the iYiou skill API and generate a daily financing report in Markdown to stdout. Use when the task asks to pull investment/financing events via `https://api.iyiou.com/skill/info?page=...&pageSize=...`, paginate with `pageSize=10` and `page<=5`, deduplicate records, default to yesterday's date, and optionally use today's date only when explicitly requested by the user.

WeChat Article Fetcher - 微信文章抓取技能

3891
from openclaw/skills

微信公众号文章链接处理。当用户发送微信公众号文章链接时,自动获取并提取文章内容。 触发条件:(1) 用户发送 http(s)://mp.weixin.qq.com/s/ 开头的链接 (2) 用户请求获取公众号文章内容

Binance Event Contract Full Data Fetcher

3891
from openclaw/skills

## 1. Scenario Definition

ClawFeed

3891
from openclaw/skills

AI-powered news digest tool. Automatically generates structured summaries (4H/daily/weekly/monthly) from Twitter and RSS feeds.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation