From sundial-org-awesome-openclaw-skills-4
Executes high-accuracy web searches via Parallel.ai API using Python SDK. Provides rich excerpts, citations for deep research, fact-checking, company lookups, and complex AI agent queries.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
High-accuracy web search API built for AI agents. Outperforms Perplexity/Exa on research benchmarks.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 identifierresults[] - array of results with:
url - source URLtitle - page titleexcerpts[] - relevant text excerptspublish_date - when availableusage - API usage statsDocs: https://docs.parallel.ai Platform: https://platform.parallel.ai