openwork-connect
GitHub通过 OpenWork MCP 服务器搜索、获取并执行组织内的技能、共享工具及连接服务,支持能力检索与执行工作流。
Trigger Scenarios
Install
npx skills add different-ai/openwork --skill openwork-connect -g -y
SKILL.md
Frontmatter
{
"name": "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.
Skills
- Call
list_skillsto see every skill the member may use; no keywords are needed. Passqueryonly to narrow a long catalog. - Call
get_skillwith the skill's name or exact capability, read the whole returned SKILL.md, then follow it.
Workflow
- Call
search_capabilitieswith a short description of the outcome unless the exact capability name is already available in the current context. - Select an exact capability name from the search result.
- Call
execute_capabilitywith that exact name and only the parameters required for the requested outcome. - 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.
Version History
- c26be48 Current 2026-09-23 01:46


