Install
openclaw skills install @puppetjellyfish/structured-cloudUse when a Hermes Agent, Open Claw, OpenCode, or other MCP-capable assistant needs to read, manage, or edit Structured tasks through Structured Cloud. Includes the Structured MCP endpoint, OAuth setup pattern, and task operations such as viewing, creating, updating, completing, and deleting tasks.
openclaw skills install @puppetjellyfish/structured-cloudUse this skill when the user wants an agent to work with Structured Cloud tasks through MCP.
https://mcp.structured.app/mcpIf the host app supports OpenCode-style MCP configuration, use this pattern:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"structured": {
"type": "remote",
"url": "https://mcp.structured.app/mcp",
"enabled": true,
"oauth": {
"clientId": "89b2893e-d218-4476-907b-e382fc145666"
}
}
}
}
After configuration, authenticate with the host app's MCP flow, then retry the task.