Perplexity ships a CLI that gives coding agents web search
By Steven Van ·
The tool installs as an agent skill via a single prompt and lets coding assistants pull live docs, errors and release notes mid-task.
Perplexity has released the Perplexity CLI, a command-line tool that gives coding agents the ability to search the web. Instead of working from stale training data, an agent can now pull live documentation, error explanations, and release notes mid-task.
Setup is a single prompt
Distribution is the clever part. Rather than a manual install guide, Perplexity ships the CLI as an agent skill. You paste one instruction into your coding agent: read the pplx-cli SKILL.md on GitHub and install it. The agent reads the skill file, sets up the CLI itself, and knows how to invoke it from then on. This follows the skills convention that agents like Claude Code, and a growing list of others, use for packaged capabilities.
Why coding agents need live search
Coding agents are only as current as their training cutoff, and software moves faster than that. A library bumps a major version, an API deprecates an endpoint, an error message points at a GitHub issue from last week. With a search tool on its belt, an agent can check the current state of the world before writing code against it, which cuts down on hallucinated APIs and outdated patterns. Perplexity's answer engine returning cited results makes it a natural backend for that loop.
Part of a bigger developer push
The CLI comes from Perplexity's developer platform team and lands in the same week Perplexity added Claude Opus 5 to Perplexity and Computer. Together they sketch the direction: Perplexity wants to be infrastructure for agents, not just a consumer answer engine.
Sources: Perplexity Devs on X, pplx-cli SKILL.md.
