← Back to Skills Marketplace
Planning Center
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
307
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install planning-center
Description
Planning Center integration. Manage Persons, Groups, Lists, Events, Medias. Use when the user wants to interact with Planning Center data.
Usage Guidance
This skill is a thin wrapper that tells you to install and use the Membrane CLI to interact with Planning Center. Before installing or running anything: (1) verify the npm package @membranehq/cli (publisher, download count, repository) and the getmembrane.com / GitHub links; (2) understand that npm install -g executes third-party code on your machine — install only if you trust the publisher; (3) the CLI uses an OAuth-style browser login: follow the URL and paste codes only into trusted pages; (4) no local secrets are requested by the skill itself, but the Membrane service will hold your Planning Center credentials — review their privacy/security posture if that matters. If you need higher assurance, request the upstream repository and inspect the CLI code before installing.
Capability Analysis
Type: OpenClaw Skill
Name: planning-center
Version: 1.0.3
The skill bundle provides instructions for integrating Planning Center using the Membrane CLI. It follows standard authentication patterns (OAuth via CLI), explicitly directs the agent to avoid handling raw API keys, and uses a legitimate third-party service (Membrane) for managing connections. While it requires the agent to execute shell commands and install an NPM package (`@membranehq/cli`), these actions are aligned with the stated purpose of the integration and do not show signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The skill says it integrates with Planning Center and all runtime instructions show use of the Membrane CLI (connect, action list/run) which is a reasonable and expected mechanism for that purpose. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md confines the agent to installing and using the Membrane CLI, logging in, creating connections, discovering and running actions, and handling JSON outputs. It does not instruct the agent to read arbitrary files, harvest environment variables, or send data to unexpected endpoints.
Install Mechanism
The instructions recommend installing @membranehq/cli globally via npm (npm install -g ...). Using npm is common for CLIs but has inherent trust implications: installing any global npm package runs third-party code on the host. This is expected for a CLI-driven integration, not an immediate incoherence, but users should verify the package and publisher before installing.
Credentials
The skill declares no required environment variables or credentials and explicitly instructs to let Membrane handle auth via the CLI and OAuth flow. The lack of requested secrets is proportionate to the described behavior.
Persistence & Privilege
This skill is instruction-only with no install spec in the registry and does not request always:true. It does not ask to modify other skills or global agent settings. Autonomous invocation is allowed by default but is not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install planning-center - After installation, invoke the skill by name or use
/planning-center - 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 Planning Center?
Planning Center integration. Manage Persons, Groups, Lists, Events, Medias. Use when the user wants to interact with Planning Center data. It is an AI Agent Skill for Claude Code / OpenClaw, with 307 downloads so far.
How do I install Planning Center?
Run "/install planning-center" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Planning Center free?
Yes, Planning Center is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Planning Center support?
Planning Center is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Planning Center?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills