/openwork-connect
Search and use the skills, MCP connections, and connected services available through the user's OpenWork organization.
$ npx -y skills add different-ai/openwork --skill openwork-connect --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/openwork-connect
Context preview
The summary Claude sees to decide when to auto-load this skill.
Search and use the skills, MCP connections, and connected services available through the user's OpenWork organization.
SKILL.md
openwork-connect.SKILL.mdname: openwork-connect description: Search and use the skills, MCP connections, and connected services available through the user's OpenWork organization.
OpenWork Connect
Use the OpenWork MCP server when the user asks for an organizational skill, shared MCP tool, connected service, or OpenWork Cloud operation.
Workflow
1. Call `search_capabilities` with a short description of the outcome unless the exact capability name is already available in the current context. 2. Select an exact capability name from the search result. 3. Call `execute_capability` with that exact name and only the parameters required for the requested outcome. 4. If OpenWork returns a connection, authentication, permission, or admin setup state, relay that state and its next action accurately. Do not claim that an unavailable capability ran.
Search results reflect the signed-in member's organization, grants, teams, and connection readiness. Do not infer access from a capability that was visible in another organization or an earlier authorization context.
OpenWork Connect performs OAuth through the MCP client. Never request, embed, or persist OpenWork access tokens in plugin files or chat content.
OpenWork is a free, open-source desktop app made for sharing AI workflows. It is an open-source alternative to Claude Cowork and Codex for macOS, Windows, and Linux.
Repo: different-ai/openwork

