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