Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →High-accuracy web search and research via Parallel.ai API. Optimized for AI agents with rich excerpts and citations.
.claude/skills/sundial-org-parallel/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -75% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -67% | 0% |
High-accuracy web search API built for AI agents. Outperforms Perplexity/Exa on research benchmarks.
bashpip install parallel-web
API key is configured. Uses Python SDK.
pythonfrom parallel import Parallel client = Parallel(api_key="YOUR_KEY") response = client.beta.search( mode="one-shot", max_results=10, objective="your query" )
bash# 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
Other measured skills in the registry, with their headline benchmark lift.