parallel-web-search
Installation
SKILL.md
Parallel Web Search
Fast web search via Parallel AI REST API. Use for quick facts, news, finding sources. Results in 5-60 seconds.
CLI alternative (recommended): Install
parallel-clifor official skill:npx skills add parallel-web/parallel-agent-skills --skill parallel-web-search
Setup
# Load API key (Windows/Git Bash compatible)
API_KEY=$(grep "^PARALLEL_API_KEY=" .env.local | cut -d= -f2)
Get your key at https://platform.parallel.ai — add to .env.local:
PARALLEL_API_KEY=your-key-here