← Back to Skills Marketplace
Munity
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
116
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install munity
Description
Munity integration. Manage data, records, and automate workflows. Use when the user wants to interact with Munity data.
Usage Guidance
This skill is coherent for Munity integration via the Membrane CLI, but before installing do a few checks: verify the npm package name (@membranehq/cli) and its publisher on the npm registry and the GitHub repository; prefer running with npx or inside a virtual environment/container rather than npm -g to avoid system-wide changes; review the OAuth consent / scopes presented when you run membrane login and only authorize what you expect; don't paste or share unrelated secrets or SSH keys during setup. If you need tighter isolation, run Membrane commands on a disposable VM or container and inspect network traffic or CLI behavior before granting it broad access to your environment.
Capability Analysis
Type: OpenClaw Skill
Name: munity
Version: 1.0.1
The skill bundle provides instructions for an AI agent to interact with the Munity platform using the Membrane CLI. It outlines standard procedures for authentication, action discovery, and execution via the @membranehq/cli npm package. The instructions promote security best practices, such as using a centralized connection manager instead of handling raw API keys, and no malicious behaviors or exfiltration patterns were identified.
Capability Assessment
Purpose & Capability
The skill is for Munity integration and explicitly relies on the Membrane CLI to manage connections, actions, and auth. Requiring a CLI and network access is appropriate for this purpose; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md only instructs installing the Membrane CLI, performing login flows, creating/listing connections, discovering and running actions, and polling action build status. It does not direct the agent to read unrelated local files, harvest environment variables, or send data to unexpected endpoints.
Install Mechanism
The skill instructs using npm install -g @membranehq/cli@latest (and sometimes npx). Installing a third-party CLI globally modifies the host and pulls code from the npm registry; this is a common pattern but carries the usual supply-chain risk. The instruction-only nature means nothing is automatically installed by the platform, but users should verify the npm package and prefer npx or isolated environments if they want to avoid global installs.
Credentials
No environment variables, API keys, or sensitive local config paths are requested. Authentication is delegated to Membrane's interactive OAuth-like flow, which is consistent with the skill's guidance to avoid collecting user API keys locally.
Persistence & Privilege
The skill does not request always:true and is not trying to change other skills or global agent configuration. Default autonomous invocation is enabled (platform default) and not in itself a red flag here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install munity - After installation, invoke the skill by name or use
/munity - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Munity?
Munity integration. Manage data, records, and automate workflows. Use when the user wants to interact with Munity data. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Munity?
Run "/install munity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Munity free?
Yes, Munity is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Munity support?
Munity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Munity?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills