AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Planr Doctor

skill-openplanr-openplanr-planr-doctor · by openplanr

Diagnose OpenPlanr CLI, pipeline, runtime-adapter, installation, and lock health. Use when setup, discovery, versions, generated assets, or runtime behavior seems wrong.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-openplanr-openplanr-planr-doctor

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-openplanr-openplanr-planr-doctor)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Planr Doctor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Planr Doctor

Run planr doctor with the requested flags. Prefer --json for diagnosis. Preview every repair; package installation, version changes, provenance recovery, and deletion always require explicit confirmation.

Driving an upgrade

planr owns only half of an OpenPlanr upgrade — the npm CLI. The other half, the host plugins, cannot be installed by a CLI; it needs a tool with host shell access. That is this skill's job: drive the plugin half, then report what actually changed — never what was merely attempted.

  1. Decide. Run planr upgrade status --json and read status. If it is

aligned or unknown, there is nothing to drive — report it and stop. Record the reported installed versions; that is the before state.

  1. Own half, prescribe half. If status is upgrade-available or

incompatible, confirm with the user (this upgrades the npm CLI), then run planr upgrade apply --yes --json. The CLI performs the npm half itself and returns the plugin half as an ordered pluginHalfCommands array — the exact argv it would run, so the list can never drift from the engine. Take the commands from there; never write a plugin command of your own.

  1. Refresh first, then execute in order. Run every entry of

pluginHalfCommands verbatim, in the array's given order, with your shell. The first entry is a marketplace refresh and must run first: skip it and the installer reinstalls the cached, stale version while the user believes they upgraded. Do not reorder, drop, or substitute an entry.

  1. Verify and report the real diff. Re-run planr upgrade status --json and

compare its installed versions against the before state. Report only what actually moved and to what. If a component did not move, say so — never claim "upgraded" for a version that did not change.

For the longer walkthrough, JSON output shape, and reporting format, read the [upgrade guide](references/upgrade.md).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.