← 返回 Skills 市场
WorkOS
作者
dwhite-oss
· GitHub ↗
· v1.0.0
· MIT-0
97
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install workos
功能描述
Manage enterprise SSO, Directory Sync (SCIM), Admin Portal, and user management via WorkOS API. Use when asked to set up SSO for an organization, provision u...
安全使用建议
What to consider before installing:
- The SKILL.md needs a WORKOS_API_KEY (and shows a WORKOS_CLIENT_ID), but the skill metadata doesn't declare these — ask the publisher to update the manifest to list required env vars and the primary credential.
- Only provide a least-privilege WorkOS API key scoped to the operations you want (prefer a read-only key if you only need listings). Avoid giving full-admin keys unless necessary.
- Because this is an instruction-only skill, it will make outbound API calls using whichever WORKOS_API_KEY is available to the agent; monitor WorkOS audit logs for unexpected activity and rotate keys if you see misuse.
- Verify the skill source/owner before trusting it: there is no homepage and the owner ID is opaque. If you can't verify provenance, prefer testing in a non-production environment with test credentials.
- Recommend the publisher declare WORKOS_API_KEY (and WORKOS_CLIENT_ID if required) in the registry and indicate the minimal scopes required; that resolves the primary incoherence observed here.
功能分析
Type: OpenClaw Skill
Name: workos
Version: 1.0.0
The 'workos' skill is a legitimate integration for managing enterprise SSO and user directories via the WorkOS API. It uses standard curl commands directed at the official 'api.workos.com' endpoint and requires a standard environment variable (WORKOS_API_KEY) for authentication. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name, description, and runtime instructions consistently target the WorkOS API (SSO, SCIM, Admin Portal, user management). The requested API calls match the stated purpose.
Instruction Scope
SKILL.md contains concrete curl examples for WorkOS endpoints and only references API inputs (organization id, connection id, auth code, client id) and environment variables (WORKOS_API_KEY). It does not instruct the agent to read unrelated files or system paths. However, the instructions do require secrets (API key, client_id placeholders) that are not declared in the skill manifest.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk-write/installation risk.
Credentials
SKILL.md explicitly requires WORKOS_API_KEY and uses WORKOS_CLIENT_ID in examples, but the registry metadata lists no required env vars and no primary credential. That mismatch is a red flag: the skill will expect/consume credentials at runtime even though none are declared. Requesting an API key for the target service is reasonable, but the manifest should list it. The skill could use any API key supplied by the agent or environment, so supply least-privilege credentials and confirm what's required.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system changes or to modify other skills. No elevated persistence requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workos - 安装完成后,直接呼叫该 Skill 的名称或使用
/workos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
High-quality API skill by SkillPlexAI
元数据
常见问题
WorkOS 是什么?
Manage enterprise SSO, Directory Sync (SCIM), Admin Portal, and user management via WorkOS API. Use when asked to set up SSO for an organization, provision u... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 WorkOS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workos」即可一键安装,无需额外配置。
WorkOS 是免费的吗?
是的,WorkOS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WorkOS 支持哪些平台?
WorkOS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WorkOS?
由 dwhite-oss(@dwhite-oss)开发并维护,当前版本 v1.0.0。
推荐 Skills