← 返回 Skills 市场
Mason
作者
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
124
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mason
功能描述
Mason integration. Manage data, records, and automate workflows. Use when the user wants to interact with Mason data.
安全使用建议
This skill appears to do what it says: it uses the Membrane CLI to operate on Mason data rather than calling Mason APIs directly. Before installing or running commands: 1) Verify you trust the @membranehq/cli package on npm (review its npm page/GitHub/release history). 2) If you prefer not to globally install packages, use the provided npx commands or run the CLI in an isolated environment. 3) Expect an interactive browser-based auth flow (or a pasteable code for headless environments). 4) Confirm you are comfortable with Membrane acting as the intermediary that will store/manage the connection credentials on your behalf.
功能分析
Type: OpenClaw Skill
Name: mason
Version: 1.0.1
The 'mason' skill bundle provides instructions for an AI agent to interact with the Mason platform using the Membrane CLI. It involves standard procedures such as installing the '@membranehq/cli' npm package, authenticating via a browser-based flow, and managing API actions through the Membrane service. The instructions in SKILL.md specifically emphasize security best practices, such as avoiding direct handling of API keys and using the platform's built-in authentication lifecycle.
能力评估
Purpose & Capability
The skill is presented as a 'Mason' integration but all runtime instructions use the Membrane CLI to talk to Mason (membrane connect, action list/run/create). This is coherent (Membrane is an integration layer), but users expecting a direct Mason API integration should note that the skill relies on Membrane as an intermediary.
Instruction Scope
SKILL.md contains explicit CLI commands (membrane login/connect/action run/list/create) and headless-auth instructions. It does not instruct reading unrelated files, exfiltrating secrets, or contacting unexpected endpoints; it asks the user to complete browser-based auth and to use Membrane's managed connections.
Install Mechanism
No install spec is embedded in the registry (instruction-only), but the docs tell users to run 'npm install -g @membranehq/cli@latest' or use 'npx'. Global npm installs and npx fetch and run code from the npm registry (arbitrary code execution risk if you don't trust the package). This is common for CLIs but worth the usual caution: verify the package source or prefer npx/isolation if you have concerns.
Credentials
The skill declares no required env vars or secrets and explicitly advises against asking users for API keys, instead relying on Membrane-managed connections and server-side auth. Requested privileges are proportionate to the described functionality.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not request elevated persistence or access to other skills' configs. Nothing in the instructions suggests it will modify global agent settings beyond using the Membrane CLI and its connections.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mason - 安装完成后,直接呼叫该 Skill 的名称或使用
/mason触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Mason 是什么?
Mason integration. Manage data, records, and automate workflows. Use when the user wants to interact with Mason data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Mason?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mason」即可一键安装,无需额外配置。
Mason 是免费的吗?
是的,Mason 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mason 支持哪些平台?
Mason 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mason?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。
推荐 Skills