← Back to Skills Marketplace
Processplan
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
184
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install processplan
Description
ProcessPlan integration. Manage Organizations, Users. Use when the user wants to interact with ProcessPlan data.
Usage Guidance
This skill appears coherent and does what it says: it uses the Membrane CLI to interact with ProcessPlan. Before installing, consider: (1) you will need a Membrane account and will authorize Membrane to access ProcessPlan on your behalf — review Membrane's privacy/security policies and the permissions granted by the connector; (2) the SKILL recommends installing @membranehq/cli from npm (global install) — prefer using npx or audit the package/version if you want to avoid global installs or reduce supply-chain risk; (3) revoke or remove the Membrane connection if you no longer trust it; and (4) verify the membrane project and package owners (homepage/repo links provided) if you require stronger provenance assurance.
Capability Analysis
Type: OpenClaw Skill
Name: processplan
Version: 1.0.3
The skill facilitates ProcessPlan integration by instructing the agent to install the Membrane CLI globally (`npm install -g`) and execute shell commands to manage workflows. While these capabilities are plausibly needed for the stated purpose and the instructions promote secure credential handling (delegating auth to Membrane), the reliance on shell execution for dynamic inputs—such as passing JSON strings in `membrane action run` or descriptions in `membrane action create`—presents a potential command injection surface. No evidence of intentional malice, data exfiltration, or obfuscation was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The name/description (ProcessPlan integration) match the SKILL.md: all runtime instructions are about using the Membrane CLI to connect to ProcessPlan, discover and run actions, and manage connections. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
Instructions are scoped to installing/using the Membrane CLI, authenticating, creating connections, discovering actions, and running them. The skill does not instruct the agent to read unrelated files, exfiltrate environment variables, or contact unexpected endpoints beyond Membrane/ProcessPlan.
Install Mechanism
This is an instruction-only skill that recommends installing the @membranehq/cli from npm (global install) or using npx. That is expected for a CLI-based integration but carries normal supply-chain considerations (npm package trust, global install footprint). No arbitrary URL downloads or archive extraction are used.
Credentials
The skill requests no env vars or local config paths. It relies on Membrane to manage authentication (OAuth/authorization flow) rather than asking for API keys or secrets locally, which is proportionate to the stated purpose. Note: using Membrane means trusting a third party with access to ProcessPlan data.
Persistence & Privilege
The skill does not set always:true, does not demand permanent system-wide privileges, and does not instruct modification of other skills' configs. The Membrane CLI will store its own auth state as typical for CLIs; that is within expected behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install processplan - After installation, invoke the skill by name or use
/processplan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Processplan?
ProcessPlan integration. Manage Organizations, Users. Use when the user wants to interact with ProcessPlan data. It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install Processplan?
Run "/install processplan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Processplan free?
Yes, Processplan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Processplan support?
Processplan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Processplan?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills