← Back to Skills Marketplace
Modeck
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
115
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install modeck
Description
MoDeck integration. Manage data, records, and automate workflows. Use when the user wants to interact with MoDeck data.
Usage Guidance
This skill appears to be what it says: a Membrane/MoDeck CLI integration. Before installing: 1) Verify the @membranehq/cli package on npm and the linked GitHub repo to ensure they are official and trustworthy. 2) Be cautious installing global npm packages (they run code during install); consider using npx or a container/VM if you don't want global install. 3) Understand that the CLI login will create and store tokens on your machine and will have access to any connected accounts you authorize — only authorize accounts you intend to use. 4) Note the stray reference to Twitter docs in SKILL.md (likely a copy/paste error); it doesn't change functionality but is worth confirming with the maintainer if you need absolute clarity. If you can't verify the CLI package and repo, treat this as higher risk and avoid installing it system-wide.
Capability Analysis
Type: OpenClaw Skill
Name: modeck
Version: 1.0.1
The skill requires the agent to perform high-privilege operations, specifically a global NPM package installation (npm install -g @membranehq/cli) and CLI-based authentication (membrane login). While these actions are consistent with the stated purpose of integrating with the Membrane platform, they introduce significant supply chain risk and grant the agent broad execution capabilities. The instructions also encourage the agent to dynamically create and execute actions via a third-party service, which could lead to unauthorized remote code execution if the platform is compromised or misused.
Capability Assessment
Purpose & Capability
The skill declares itself as a MoDeck (Membrane) integration and the SKILL.md only instructs use of the Membrane CLI to connect, list connections, discover and run actions — all consistent with the described purpose. One minor oddity: the SKILL.md references Twitter developer docs (developer.twitter.com), which looks like a copy/paste leftover and is not needed for the Membrane flow.
Instruction Scope
Instructions are limited to installing and using the Membrane CLI (login, connect, action list/create/run) and to asking the user to complete interactive authentication when required. The instructions do not ask the agent to read unrelated files or environment variables, nor to exfiltrate data to third-party endpoints beyond the Membrane service.
Install Mechanism
The skill is instruction-only (no install spec), but directs the user to run `npm install -g @membranehq/cli@latest` or use npx. This pulls code from the public npm registry and installs it globally; it's a normal approach but carries the usual risks of running third-party global packages and using the @latest tag (unfixed version). The SKILL.md does not pin a specific trusted release or provide checksums.
Credentials
No environment variables or credentials are declared or requested by the skill. Authentication is handled interactively via the Membrane login flow; this is proportional to the stated purpose. Note: the CLI will manage tokens/credentials locally after login, which is expected but means tokens will exist on the user's machine/CLI config.
Persistence & Privilege
The skill is not marked always:true and follows the normal model-invocation defaults. It does not request system-wide config changes in the SKILL.md; installing the CLI may create local config files (normal for a CLI tool).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install modeck - After installation, invoke the skill by name or use
/modeck - 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 Modeck?
MoDeck integration. Manage data, records, and automate workflows. Use when the user wants to interact with MoDeck data. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Modeck?
Run "/install modeck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Modeck free?
Yes, Modeck is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Modeck support?
Modeck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Modeck?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills