A powerful utility to fetch clean, AI-optimized Markdown content from any website, including paywalled and JavaScript-heavy pages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jina-ai-reader
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 jina-ai-reader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Jina.ai Reader is a versatile utility designed to simplify web content extraction for AI agents. By utilizing Jina.ai's reading engine, it converts complex web pages into streamlined Markdown format, making it easier for large language models to process information. This Openclaw Skills addition is particularly effective at bypassing paywalls on sites like Medium or Every.to and handling the nuances of social media platforms like Twitter/X, providing a seamless data bridge for your automation workflows.
To use this skill, ensure you have Node.js installed. No API key is required for basic usage. This is one of the most accessible Openclaw Skills for web data extraction.
# Run the reader script against a target URL
node scripts/jina-reader.mjs "https://example.com"
# Fetch with a 5-second wait for JavaScript rendering
node scripts/jina-reader.mjs "https://spa-site.com" --wait-ms 5000
The tool returns a structured Markdown response. When options are enabled, the schema includes the following elements:
| Data Point | Format | Description |
|---|---|---|
| Main Content | Markdown | The primary text of the article or post. |
| Title | String | The page title extracted from metadata. |
| Links | Markdown Links | Included only if --with-links is passed. |
| Images | Alt Text + URL | Included only if --with-images is passed. |
--wait-ms to handle slow-loading dynamic content and SPAs.Loading
An automated news aggregator that delivers daily summaries of Japanese Yu-Gi-Oh! OCG updates directly to your AI agent.

The Human-Like Memory Skill provides AI agents with persistent long-term memory to recall past conversations and user preferences across multiple sessions.

A streamlined deployment tool to launch the OpenClaw Agent Control dashboard and backend infrastructure with a single command.

A universal AI-powered tool to check global ski resort snow conditions, weather, and specific gear requirements.

A Bilibili monitoring utility to track creator updates, new video releases, and social dynamics in real-time.

A specialized skill that enables AI agents to automatically convert text responses into spoken audio messages across popular messaging platforms.








































