Agent guidance bundled with the Salience CLI

The Salience CLI includes an agent skill with practical workflows for investigating search crawlers, AI traffic, errors and individual pages.

From version 2.1.0, the Salience CLI (@salience/lens-cli) includes a salience-cli skill. It gives your coding assistant practical workflows for investigating search crawlers, AI crawlers, errors and individual pages, with guidance on keeping queries small and reading source dates and evidence limits.

Install the CLI, then copy the skill into a new folder that your assistant reads. For Claude Code:

npm install -g @salience/lens-cli
salience skills install .claude/skills/salience-cli

Use .agents/skills/salience-cli for Codex, or run salience skills path to find the bundled skill for another assistant. The installer never overwrites existing files, and your assistant still needs an API key to query your data.

The skill is guidance for the CLI's existing commands; it adds no API or MCP capabilities. Upgrading the CLI does not update a skill you have already copied, so install a new version to a fresh folder and replace your copy deliberately. See Agent skill for details.

← A clearer way to get started and find answersLonger history on every paid plan →
← All changelog entries