Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
High-accuracy web search and research via Parallel.ai API. Optimized for AI agents with rich excerpts and citations.
High-accuracy web search and research via Parallel.ai API. Optimized for AI agents with rich excerpts and citations.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
High-accuracy web search API built for AI agents. Outperforms Perplexity/Exa on research benchmarks.
pip install parallel-web API key is configured. Uses Python SDK. from parallel import Parallel client = Parallel(api_key="YOUR_KEY") response = client.beta.search( mode="one-shot", max_results=10, objective="your query" )
# Search with Python SDK python3 {baseDir}/scripts/search.py "Who is the CEO of Anthropic?" --max-results 5 # JSON output python3 {baseDir}/scripts/search.py "latest AI news" --json
Returns structured results with: search_id - unique search identifier results[] - array of results with: url - source URL title - page title excerpts[] - relevant text excerpts publish_date - when available usage - API usage stats
Deep research requiring cross-referenced facts Company/person research with citations Fact-checking with evidence-based outputs Complex queries that need multi-hop reasoning Higher accuracy than traditional search for research tasks
Docs: https://docs.parallel.ai Platform: https://platform.parallel.ai
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.