← Back to Skills Marketplace
Mason
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
124
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mason
Description
Mason integration. Manage data, records, and automate workflows. Use when the user wants to interact with Mason data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mason - After installation, invoke the skill by name or use
/mason - 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 Mason?
Mason integration. Manage data, records, and automate workflows. Use when the user wants to interact with Mason data. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install Mason?
Run "/install mason" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mason free?
Yes, Mason is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mason support?
Mason is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mason?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills