Install
$ agentstack add skill-openplanr-openplanr-planr-sync ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Planr Sync
Reconcile local planning artifacts and, when requested, GitHub or Linear state. Reason about conflicts in this active session; deterministic mapping and transport may use a host connector or the packaged [sync helper](scripts/sync.mjs). The optional OpenPlanr CLI is never required by the skill.
Resolution order:
- use a host-native GitHub or Linear connector when available;
- otherwise use the packaged deterministic helper;
- optionally use the equivalent
planr github,planr linear, orplanr sync
terminal utility when the user has installed it.
Audit is read-only by default. Apply local changes only when the request asks for reconciliation, and push remote changes only when the request asks for external synchronization. If credentials are unavailable, complete local reconciliation and report only the external step that could not run.
Return aligned, locally repairable, conflict, and unavailable counts; changed paths or remote identifiers; and the single most useful next action.
When the OpenPlanr dashboard is running, the reconciled graph is browsable at #/overview and recent changes at #/activity. This is navigation only.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: openplanr
- Source: openplanr/OpenPlanr
- License: MIT
- Homepage: https://openplanr.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.