Documentation Index
Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt
Use this file to discover all available pages before exploring further.
For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
ClawHub is the public skill registry for OpenClaw, an open-source AI agent that runs locally on your machine. Parallel publishes four official skills on ClawHub that give OpenClaw access to web search, content extraction, deep research, and data enrichment via the Parallel CLI.
.md to its URL or sending Accept: text/markdown.ClawHub does not currently support verified or “official” publisher accounts. The Parallel skills are published under @NormallyGaussian.
Available Skills
| Skill | Description |
|---|---|
| parallel-search | AI-powered web search with domain filtering and date ranges |
| parallel-extract | Extract clean markdown from URLs, PDFs, and JS-heavy sites |
| parallel-deep-research | Multi-source deep research with configurable processor tiers |
| parallel-enrichment | Bulk data enrichment for companies, people, or products |
Prerequisites
Install the Parallel CLI
Install the Parallel CLI via See the CLI docs for
pipx:uv, Homebrew, npm, and other installation methods.Authenticate
Installation
First, install OpenClaw and ClawHub if you haven’t already:Usage
Once installed, the skills are automatically available to OpenClaw. The agent will invoke them based on your messages:- Search — “Search the web for the latest AI funding news”
- Extract — “Read this URL and summarize it:
<paste-url-here>” - Deep Research — “Do a thorough investigation of the EV battery market”
- Enrichment — “Find the CEO and annual revenue for each company in this list”
--json output for structured results.
Learn More
- Parallel CLI documentation for full command reference
- Agent Skills for Cursor, Cline, Copilot, and other coding agents
- Claude Code for the Claude Code plugin