Claude Skill
astonysh/OpenClaw-DeepReeder
OpenClaw-DeepReeder 自动抓取、清理并保存网页文章、X 帖子和 YouTube 转录文本,为 OpenClaw 代理提供 Markdown 知识。
概览
仓库信息
安装这个 Skill
npx clawhub@latest install deepreaderRegistry 信息
npx clawhub@latest install deepreadergit clone https://github.com/astonysh/OpenClaw-DeepReeder.gitpip install -e .
项目简介
OpenClaw-DeepReeder 是一个 Python 工具,可将任意 URL 转化为 OpenClaw 代理的长期记忆。它能自动抓取、清理并保存网页文章、X(Twitter)帖子以及 YouTube 转录文本为 Markdown 知识。
Turn any URL into long-term memory for your OpenClaw agent. Automatically scrapes, cleans, and saves web articles, X (Twitter) threads, and YouTube transcripts as Markdown knowledge.
要点
- 自动抓取网页文章、X 帖子和 YouTube 转录文本
- 清理并转换内容为结构化的 Markdown 格式
- 专为 OpenClaw 代理提供长期记忆而设计
- 简单的 URL 到知识管道,配置极少
使用场景
- 从网络来源为 AI 代理构建持久知识库
- 存档在线文章和社交媒体帖子以供后续参考
- 将清理后的网页内容输入 OpenClaw 以增强推理能力
README 摘要
# 🦞 OpenClaw DeepReader > **The default web content gateway for OpenClaw agents.** Read X (Twitter), Reddit, YouTube, and any webpage — zero config, zero API keys. DeepReader is the built-in content reader for the [OpenClaw](https://github.com/anthropics/openclaw) agent framework. Paste any URL into a conversation, and DeepReader automatically fetches, parses, and saves high-quality Markdown to your agent's long-term memory. Built for social media and the modern web. 🌍 **Translations**: [中文](README_zh.md) · [Español](README_es.md) · [한국어](README_ko.md) · [日本語](README_ja.md) · [العربية](README_ar.md) · [Français](README_fr.md) --- ## ⚡ Install ```bash npx clawhub@latest install deepreader ``` Or install manually: ```bash git clone https://github.com/astonysh/OpenClaw-DeepReeder.git cd OpenClaw-DeepReeder python3 -m venv .venv && source .venv/bin/activate pip install -e . ``` --- ## 🎯 Use When - You need to **read a tweet, thread, X article, or X profile** and add it to OpenClaw's memory - You need to **ingest a Reddit post** with top comments and discussion context - You want to **save a YouTube transcript** for later reference or analysis - You want to **clip any blog, article, or documentation page** into clean Markdown - Your agent needs a **default web reader** that just works — no API keys, no setup --- ## ✨ Supported Sources | Parser | Sources | Method | API Key? | |--------|---------|--------|----------| | 🐦 **Twitter / X** | Tweets, threads, X Articles, Profiles | [FxTwitter API](https://github.com/FxEmbed/FxEmbed) + Nitter fallback | ❌ None | | 🟠 **Reddit** | Posts + comment threads | Reddit `.json` API | ❌ None | | 🎬 **YouTube** | Video transcripts | [youtube-transcript-api](https://github.com/jdepoix/youtube-transcript-api) | ❌ None | | 🌐 **Any U
话题
暂无话题