← Back to Skills Marketplace
zecurecode

WorkOS

by zecurecode · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install workosmcp
Description
Connect OpenClaw and other AI agents to WorkOS — a self-hosted workspace platform with documents, databases, tasks, meeting transcription, and sharing. Expos...
Usage Guidance
This skill is an instruction-only connector for the WorkOS MCP at https://workos.no/api/mcp and appears internally consistent. Before installing or using it, verify the MCP URL is correct and that you trust workos.no; the connector requires an OAuth browser flow that will grant 'read' and optionally 'write' scopes — be cautious about granting write access. The docs show adding the MCP server to local client config files (you or the client will store tokens in the client's secure store); confirm you are comfortable with that and that destructive operations (delete/archive) require explicit confirmation. If you need higher assurance, ask for the server's published metadata (/.well-known endpoints) and verify the domain and TLS certificate out-of-band.
Capability Analysis
Type: OpenClaw Skill Name: workosmcp Version: 1.0.0 The WorkOS skill bundle provides a legitimate integration for an AI agent to interact with the workos.no workspace platform via a remote MCP server. It defines standard CRUD operations for documents, databases, and meetings, using OAuth 2.1 with PKCE for secure authentication. The instructions in SKILL.md and docs/workflows.md are well-structured, emphasizing safety measures such as confirming destructive actions with the user and fetching IDs before execution, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description match the instructions: this is a connector that teaches MCP-capable agents how to interact with a WorkOS server. The SKILL.md lists the MCP URL, OAuth flow, and the ~60 tools the server exposes — all expected for this type of skill. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions focus on connecting via OAuth/PKCE and calling JSON-RPC tools over Streamable HTTP. It includes examples of editing client config files (e.g., ~/.config/openclaw/config.json, app-specific config paths) to add the MCP server — this is reasonable for a connector but means the agent (or a human following its directions) may write to local client configuration files. The skill does not instruct the agent to read or exfiltrate unrelated files or secrets, and it explicitly recommends conservative write behavior and user confirmation for destructive actions.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute — minimal disk/write risk. Nothing is downloaded or extracted.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths beyond documenting where client configs live. It relies on the standard OAuth browser flow (tokens stored in the client), which is proportionate to the described functionality. No broad or unrelated secrets are requested.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does not request permanent system-level presence or elevated privileges. It documents how to add the remote MCP server to client config files (normal for connector skills) but does not instruct modifying other skills' configurations or altering system-wide settings beyond adding a server entry.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workosmcp
  3. After installation, invoke the skill by name or use /workosmcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — WorkOS skill for AI agent integration with self-hosted workspace platform. - Provides access to documents, databases, tasks, meetings, and sharing via a remote MCP server. - Exposes 60+ tools to create, update, search, and manage content at workos.no. - Includes detailed setup, usage patterns, and troubleshooting guidance in documentation files. - Requires OAuth 2.1 authentication; supports both read and write scopes. - Includes examples and best practices for common workflows.
Metadata
Slug workosmcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is WorkOS?

Connect OpenClaw and other AI agents to WorkOS — a self-hosted workspace platform with documents, databases, tasks, meeting transcription, and sharing. Expos... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install WorkOS?

Run "/install workosmcp" 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 zecurecode (@zecurecode); the current version is v1.0.0.

💬 Comments