← Back to Skills Marketplace
WorkOS
by
dwhite-oss
· GitHub ↗
· v1.0.0
· MIT-0
97
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install workos
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workos - After installation, invoke the skill by name or use
/workos - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
High-quality API skill by SkillPlexAI
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install WorkOS?
Run "/install workos" 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 dwhite-oss (@dwhite-oss); the current version is v1.0.0.
More Skills