← Back to Skills Marketplace
honluk

My Plane

by HonLuk · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
97
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install my-plane
Description
Manage Plane.so projects and work items using the `plane` CLI. List projects, create/update/search issues, manage cycles and modules, add comments, and assig...
Usage Guidance
This skill appears to be a straightforward wrapper around the Plane CLI and needs your Plane API key and workspace slug — which is expected. Two things to check before installing: (1) The SKILL.md metadata requires the 'plane' binary and PLANE_API_KEY/PLANE_WORKSPACE, but the registry summary shows no required env/bins — ask the publisher to reconcile that mismatch. (2) The install method downloads a native executable from a GitHub release with no checksum or signature; only install if you trust the GitHub repo/owner. Safer steps: inspect the repository source, verify release checksums or signatures, prefer official vendor-distributed packages, avoid running as root, and limit the API key scope or rotate it after use. If the author can provide a signed release or reproducible build instructions, that would increase confidence.
Capability Analysis
Type: OpenClaw Skill Name: my-plane Version: 1.0.2 The skill downloads and executes a pre-compiled binary from a third-party GitHub repository (HonLuk/my-plane) rather than an official source, which is a high-risk behavior for supply chain attacks. It requires the user to provide a sensitive API key (PLANE_API_KEY) and workspace details. While the commands and documentation in SKILL.md align with the stated purpose of managing Plane.so projects, the opaque nature of the binary and the use of a non-official repository warrant caution.
Capability Assessment
Purpose & Capability
The SKILL.md clearly targets the Plane.so CLI and requires PLANE_API_KEY and PLANE_WORKSPACE, which are appropriate for the described functionality. However, the registry metadata shown above (no required bins/env) contradicts the SKILL.md metadata that declares a required 'plane' binary and two environment vars.
Instruction Scope
All runtime instructions are limited to installing/running the 'plane' CLI and exporting Plane-related environment variables and base URL. The skill does not instruct the agent to read unrelated files, transmit data to unexpected endpoints, or access other system credentials.
Install Mechanism
The install instructions ask the user (and metadata specifies) to download a single executable from a GitHub releases URL and place it in ~/.local/bin. While GitHub Releases is a common host, downloading and running a third‑party native binary without a checksum/signature is higher risk — the archive isn't extracted but arbitrary code will run on the machine.
Credentials
Requested environment variables (PLANE_API_KEY, PLANE_WORKSPACE, optional PLANE_BASE_URL) are proportional to a Plane CLI skill. Note the registry-level requirements were empty but SKILL.md metadata lists them — that inconsistency should be resolved before trusting the skill.
Persistence & Privilege
The skill does not request 'always: true' and does not declare any system config paths or privileges beyond installing a user-local binary. Autonomous invocation remains allowed by default (normal for skills).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-plane
  3. After installation, invoke the skill by name or use /my-plane
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
This release improves installation instructions and expands documentation for advanced CLI options. - Updated installation to use the official released single-file executable with `curl -L` for easier setup. - Added documentation for pagination, field selection, object expansion, and sorting in list commands. - Clarified instructions and added new examples for more efficient command usage. - Each CLI command now references its detailed help options for easier onboarding.
v1.0.1
update
v1.0.0
- Initial release of the my-plane skill. - Manage Plane.so projects and work items using the `plane` CLI. - Supports listing, creating, updating, searching, and assigning issues. - Manage projects, cycles (sprints), modules, comments, and workspace members. - Provides setup, installation, and command usage instructions. - Requires PLANE_API_KEY and PLANE_WORKSPACE environment variables for use.
Metadata
Slug my-plane
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is My Plane?

Manage Plane.so projects and work items using the `plane` CLI. List projects, create/update/search issues, manage cycles and modules, add comments, and assig... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install My Plane?

Run "/install my-plane" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is My Plane free?

Yes, My Plane is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does My Plane support?

My Plane is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created My Plane?

It is built and maintained by HonLuk (@honluk); the current version is v1.0.2.

💬 Comments