← Back to Skills Marketplace
membranedev

Workos

by Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
111
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install workos-integration
Description
WorkOS integration. Manage data, records, and automate workflows. Use when the user wants to interact with WorkOS data.
Usage Guidance
This skill's instructions appear to do what they claim (use Membrane CLI to work with WorkOS), but the registry metadata fails to declare that the 'membrane' CLI is required and the SKILL.md tells you to install a global npm package and run interactive login flows. Before installing or allowing the agent to run commands: (1) Verify the Membrane CLI package on npm and its GitHub repo (look for publisher, stars, issues, recent commits); (2) prefer using 'npx' or a local install rather than a global -g install if you want to limit system changes; (3) be prepared that 'membrane login' will create tokens/credentials—ask where they are stored and who can access them; (4) restrict autonomous agent actions (require explicit approval) for install/login steps until you confirm the CLI is trustworthy; and (5) if you need higher assurance, request an install spec be added to the skill metadata or ask the maintainer for a signed/source-verified release. If you want, I can list the checks to run on the npm package and GitHub repo.
Capability Analysis
Type: OpenClaw Skill Name: workos-integration Version: 1.0.1 The skill facilitates WorkOS integration via the Membrane CLI, requiring the agent to perform a global npm installation (`npm install -g @membranehq/cli`) and interact with a third-party service that dynamically generates and executes actions (`membrane action create`). While these behaviors are aligned with the stated purpose of the Membrane platform, they represent high-risk capabilities (third-party remote code execution and global package installation) that increase the attack surface. No evidence of intentional malice or data exfiltration was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The SKILL.md clearly describes interacting with WorkOS via the Membrane CLI which is coherent with the 'WorkOS' purpose; however the registry metadata lists no required binaries or install steps even though the skill explicitly requires the 'membrane' CLI (installed via npm or run via npx). This metadata omission is an incoherence and reduces trust.
Instruction Scope
Instructions stay focused on WorkOS tasks (connecting, listing actions, running actions) and do not request unrelated files or secrets, but they do instruct installing and running a third-party CLI and performing interactive login flows that will create credentials/tokens (local or server-side). The agent could be asked to run commands that modify the system (npm -g).
Install Mechanism
There is no formal install spec in the skill metadata, yet SKILL.md tells users/agents to run 'npm install -g @membranehq/cli@latest' or use 'npx'. Installing a global npm package is a notable action that writes to disk; the absence of an install declaration in the registry is an inconsistency. The install source (npm) is a common registry, not an arbitrary URL, which lowers supply-chain risk but does not eliminate it.
Credentials
The skill declares no required environment variables and avoids asking for API keys (it delegates auth to Membrane), which is proportionate. Be aware that authenticating with 'membrane login' will create credentials/tokens handled by Membrane or stored locally by the CLI; the skill does not document where those tokens are stored or whether the agent will access them.
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not attempt to modify other skills or system-wide settings. Autonomous invocation is allowed by default but not combined here with broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workos-integration
  3. After installation, invoke the skill by name or use /workos-integration
  4. 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
Slug workos-integration
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Workos?

WorkOS integration. Manage data, records, and automate workflows. Use when the user wants to interact with WorkOS data. It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.

How do I install Workos?

Run "/install workos-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Workos free?

Yes, Workos is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Workos support?

Workos is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Workos?

It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.

💬 Comments