Loading...
Loading...
Create a TODO task in One Horizon, with optional initiative linking. Use when asked to "log this task", "create a todo", "track this small task", or "connect this task to initiative X". Do not use for creating initiatives, bugs, or feature-request intake tasks. Requires One Horizon MCP.
npx skill4agent add onehorizonai/skills create-todocreate-todocreate-todo({
"title": "Implement HubSpot OAuth callback handler",
"description": "Handle auth code exchange and token persistence",
"status": "Planned",
"workspaceId": "<workspaceId>",
"initiativeId": "<initiativeId>"
})initiativeIdPART_OFcreate-todo({
"title": "Implemented HubSpot lead sync auth + sync",
"description": "## Changes\n- What changed: Built OAuth callback flow, sync worker, and retry handling\n- Why: Enable stable end-to-end HubSpot lead sync flow",
"status": "Completed",
"workspaceId": "<workspaceId>",
"initiativeId": "<initiativeId>"
})Changes/Why