← 返回 Skills 市场
Modeck
作者
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
115
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install modeck
功能描述
MoDeck integration. Manage data, records, and automate workflows. Use when the user wants to interact with MoDeck data.
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install modeck - 安装完成后,直接呼叫该 Skill 的名称或使用
/modeck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Modeck 是什么?
MoDeck integration. Manage data, records, and automate workflows. Use when the user wants to interact with MoDeck data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Modeck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install modeck」即可一键安装,无需额外配置。
Modeck 是免费的吗?
是的,Modeck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Modeck 支持哪些平台?
Modeck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Modeck?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。
推荐 Skills