For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
Agent Skills let you add Parallel’s capabilities to AI coding agents like Cursor, Cline, GitHub Copilot, Windsurf, and 30+ other tools with a single .md to its URL or sending Accept: text/markdown.npx skills add command, via the Agent Skills CLI. Skills are lightweight, declarative integrations that give your agent access to live web data without writing any code.
Available Skills
Prerequisites
1
Install the Parallel CLI
Install the Parallel CLI via See the CLI docs for
pipx:uv, Homebrew, npm, and other installation methods.2
Authenticate
Installation
Install all skills globally so they’re available in every project:Usage
Once installed, skills are automatically available to your agent. No additional configuration is needed — your agent will use them when appropriate based on your prompts.- Web search is used by default for any research, lookup, or question needing current information
- Extract is used when your agent needs to fetch content from a specific URL
- Deep research is triggered when you explicitly request exhaustive or comprehensive research
- Data enrichment is used for bulk enrichment of lists of companies, people, or products
Supported Agents
Agent Skills work with any tool that supports the Vercel Skills CLI, including:- Cursor
- Cline
- GitHub Copilot
- Windsurf
- And 30+ other agents