Skip to main content

Guides

Power Claude CLI — pc proof, health, and config without the IDE

Power Claude CLI — pc proof, health, and config without the IDE

Power Claude is not only a VS Code extension. The CLI (power-claude / pc) gives you Health Check, diagnostics, and config from any terminal or CI box — same local-first model as the dashboard.

TL;DR

CommandPurpose
npm i -g power-claudeInstall CLI
pc proofClaude Health Check on your local history
pc healthLocal diagnostics
pc config get/setRead/write settings (confirm first)
Dashboard CLI tabFull command catalogue inside the extension

Install

npm install -g power-claude
pc --help

Editors that already have the extension do not require the CLI — the CLI is for headless / multi-machine workflows.

First win: proof

pc proof

Scans local Claude Code session data and surfaces recoverable work. Prefer this before multi-seat tours. Nothing leaves the machine unless you explicitly share an anonymized card.

Config safely

  • Prefer pc config set <key> <value> after reading pc config get <key>.
  • Honour the emergency kill switch: ~/.power-claude/state/emergency-off.
  • Never put license secrets in shell history on shared hosts.

FAQ

Is the CLI a different product?

No. Same Neural-LLM Power Claude; different surface.

Related

Primary sources

  • npm package power-claude
  • Extension dashboard CLI tab
  • Video scene: cli

Independent third-party software by Neural-LLM. Not affiliated with Anthropic.