parallel
High-accuracy web search and research via Parallel.ai API. Optimized for AI agents with rich excerpts and citations. Supports authenticated/private sources.
Why use this skill?
Integrate Parallel.ai into your OpenClaw agent for high-accuracy web search, deep research reports, and structured entity discovery with automated citations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mvanhorn/parallelWhat This Skill Does
The Parallel skill integrates the Parallel.ai research engine directly into your OpenClaw agent. It provides high-accuracy web search and deep research capabilities, allowing your agent to move beyond basic LLM knowledge. By leveraging Parallel's specialized API, the agent can perform everything from rapid fact-checking and news retrieval to complex, multi-hop deep research and automated entity discovery. The skill is designed specifically for AI agents, offering clean content extraction, precise citations, and support for authenticated, private data sources.
Installation
To install this skill, use the ClawHub CLI inside your project environment:
clawhub install openclaw/skills/skills/mvanhorn/parallel
Ensure you have the required dependencies installed via pip:
pip install parallel-sdk requests
You must also obtain an API key from https://platform.parallel.ai and set it as an environment variable:
export PARALLEL_API_KEY="your-key"
If you require research across authenticated or private web sources, ensure your BROWSERUSE_API_KEY is also configured.
Use Cases
This skill is perfect for research-heavy workflows. Use the Search API for time-sensitive lookups and current events. Use the Task API for deep enrichment, such as pulling historical financial data or generating comprehensive market analysis reports. The FindAll API acts as an automated lead-generation and data-gathering engine, transforming natural language requests like "find all dental practices in a specific region" into structured, cited datasets. Finally, the Extract API can be used to ingest clean content from complex URLs or PDF files for processing.
Example Prompts
- "Perform a deep market research report on the growth of decentralized energy grids in Europe over the last three years, including citations for all claims."
- "Find all Series A AI startups from 2025 that focus on healthcare, and extract their funding totals and current employee counts into a JSON format."
- "Search for the latest updates on the NXP K66 microcontroller and extract the specific hardware performance specs from the official product page."
Tips & Limitations
- Processor Selection: Match your workload to the right engine. Use
basefor quick lookups to save costs and time, but switch toultrafor long-form, multi-hop research reports. - Authentication: If you are scraping behind-login content, ensure you have the
browser-usekey configured to avoid 403 errors. - Asynchronous Jobs: The FindAll API is non-blocking. For large datasets, use the
--statuscommand to track progress rather than expecting an immediate response.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mvanhorn-parallel": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
xai
Chat with Grok models via xAI API. Supports Grok-3, Grok-3-mini, vision, and more.
supabase
Query Supabase projects - count users, list signups, check stats. Use for database queries and user analytics.
spotify-web-api
Spotify control via Web API - playback, history, top tracks, search. Cross-platform (no Mac required).
granola
Access Granola AI meeting notes - CSV import, shared note fetching, and MCP-ready for upcoming API support.
remotion-server
Headless video rendering with Remotion. Works on any Linux server - no Mac or GUI needed. Templates for chat demos, promos, and more.