A high-performance web and social media reader that converts URLs into AI-ready Markdown without requiring external API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install deepreader-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install deepreader-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
DeepReader serves as the essential content ingestion layer for agents using Openclaw Skills. It specializes in transforming unstructured data from diverse sources like social media and video platforms into structured Markdown files. By utilizing specialized parsers, it bypasses the need for complex API integrations for platforms like X or Reddit, ensuring your agents have immediate access to the latest web data.
This skill is designed to bridge the gap between the live web and an agent's long-term memory, facilitating better context and informed decision-making. As part of the broader ecosystem of Openclaw Skills, it provides a seamless way to feed real-time information into any AI workflow.
To get started with this component of your Openclaw Skills setup, ensure your environment has the necessary parsing libraries installed.
# Install the core parsing dependencies
pip install trafilatura youtube-transcript-api beautifulsoup4
Next, configure your storage directory to define where ingested content should be stored:
# Set the environment variable for memory storage
export DEEPREEDER_MEMORY_PATH="../../memory/inbox/"
DeepReader generates structured Markdown files. Each file includes a YAML frontmatter block designed to work efficiently with other Openclaw Skills for indexing and retrieval.
| Metadata Field | Description |
|---|---|
| title | The title of the post, video, or webpage |
| source_url | The original URL that was processed |
| domain | The source domain (e.g., x.com, youtube.com) |
| parser | The specific extraction engine used |
| ingested_at | ISO 8601 timestamp of when the content was read |
| content_hash | SHA256 hash used for content deduplication |
| word_count | The total word count of the extracted content |
Loading
A powerful command-line interface for end-to-end DeepBook operations including market data, account management, and on-chain execution.

A multi-dimensional engine that deconstructs requirements into objective acceptance and failure criteria to eliminate implementation defects.

Manage Docker infrastructure and git-based stacks through the Portainer REST API using simple CLI commands or AI agent interactions.

A production-grade process manager for Node.js applications with built-in load balancing and auto-restart capabilities.

A sovereign document intelligence and archival system that extracts structured data from files 100% locally using AI.

A complete technical reference for managing OpenClaw configurations, CLI operations, and multi-channel AI agent deployments.








































