parallel-ai-search
Web search + URL extraction via Parallel Search/Extract APIs. Use for up-to-date research, domain-scoped searching, and extracting LLM-ready excerpts/markdown from URLs.
Why use this skill?
Integrate Parallel AI Search with OpenClaw for automated web research, LLM-ready markdown extraction from PDFs and JS-heavy sites, and intelligent data synthesis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tristanmanchester/parallel-ai-searchWhat This Skill Does
The Parallel AI Search skill provides a high-performance bridge between the OpenClaw agent and the Parallel Search/Extract APIs. It enables the agent to perform deterministic web research, retrieve LLM-optimized excerpts, and scrape complex, JavaScript-heavy pages or PDFs into clean markdown. By utilizing dedicated Node.js helpers, the agent can execute these tasks directly within its environment, ensuring consistent, structured data retrieval for complex analytical tasks. The skill is specifically designed to minimize context-window bloat by returning high-quality, relevant information instead of raw HTML.
Installation
Installation is managed via the OpenClaw command-line utility. Run the following command in your terminal:
clawhub install openclaw/skills/skills/tristanmanchester/parallel-ai-search
After installation, you must configure your API key. Edit your configuration file located at ~/.openclaw/openclaw.json:
{ "skills": { "entries": { "parallel-ai-search": { "enabled": true, "apiKey": "YOUR_PARALLEL_API_KEY" } } } }
For sandboxed environments, ensure the PARALLEL_API_KEY is injected via your Docker environment variables or appropriate agent runtime config.
Use Cases
This skill is indispensable when your agent needs to act as a research assistant. Common use cases include:
- Technical Research: Searching for up-to-date documentation on rapidly evolving frameworks or libraries.
- Content Extraction: Converting dense technical PDFs or interactive web dashboards into clean, readable markdown for further LLM synthesis.
- Market Analysis: Aggregating data from multiple domains based on specific time-bound constraints.
- Verification: Cross-referencing claims using multiple search queries to ensure objective, multi-sourced results.
Example Prompts
- "Perform a parallel search for the latest documentation on the OpenClaw agent architecture, specifically focusing on updates released after January 2025, and extract the top three results into markdown."
- "Research the current industry standards for quantum error correction. Use multiple search queries, extract content from the most authoritative websites, and summarize the findings."
- "Extract the content from this URL [https://example.com/data] and format it into a clean markdown table comparing the performance metrics mentioned in the text."
Tips & Limitations
- Precision is Key: The more specific your 'objective' field, the better the LLM-optimized excerpts will be. Always define your constraints clearly.
- Resource Management: Extraction can be resource-intensive for very large documents. Use the
--no-full-contentflag with--excerptswhen you only need a summary. - API Governance: Ensure you monitor your Parallel API usage. Frequent, large-scale extractions may consume your quota rapidly.
- Determinism: Because this skill uses scripted Node.js helpers, you can rely on consistent output formats across multiple agent sessions.
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-tristanmanchester-parallel-ai-search": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
track17
Track parcels via the 17TRACK API (local SQLite DB, polling + optional webhook ingestion)
notion
Manage Notion notes, pages, and data sources with a JSON-first CLI for search, read/export, write/import, append, and move operations. Use when working with Notion, organising notes, moving pages, triaging an inbox, or reading/writing page content.
auditing-appstore-readiness
Audit an iOS app repo (Swift/Xcode or React Native/Expo) for App Store compliance and release readiness; output a pass/warn/fail report and publish checklist.
fabric-api
Create/search Fabric resources via HTTP API (notepads, folders, bookmarks, files).
Ios Simulator
Skill by tristanmanchester