🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

DeepReader

by @astonysh

The default web content reader for OpenClaw. Reads X (Twitter), Reddit, YouTube, and any webpage into clean Markdown — zero API keys required. Use when you n...

Versionv0.1.0
Installs6
💡 Examples

from deepreader_skill import run

Automatic — triggered when message contains URLs

result = run("Check this out: https://x.com/user/status/123456")

Reddit post with comments

result = run("https://www.reddit.com/r/python/comments/abc123/my_post/")

YouTube transcript

result = run("https://youtube.com/watch?v=dQw4w9WgXcQ")

Any webpage

result = run("https://example.com/blog/interesting-article")

Multiple URLs at once

result = run(""" https://x.com/user/status/123456 https://www.reddit.com/r/MachineLearning/comments/xyz789/ https://example.com/article """)

⚙️ Configuration

| Variable | Default | Description | |----------|---------|-------------| | DEEPREEDER_MEMORY_PATH | ../../memory/inbox/ | Where to save ingested content | | DEEPREEDER_LOG_LEVEL | INFO | Logging verbosity |

View on ClawHub
TERMINAL
clawhub install deepreader-skill

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →