Monday.com API integration with managed OAuth. Manage boards, items, columns, groups, and workspaces using GraphQL, and read account context through the `me` and `users` queries. Use this skill when users want to create, update, or query Monday.com boards and items, manage tasks, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login, or over raw HTTP with a Maton API key where the CLI cannot be installed. The endpoints documented here are the intended surface, not a technical limit — the `maton api` passthrough can reach others the connection permits. Default to read and list calls, and confirm every write or new connection with the user.
Stop the file contradicting itself about HTTP methods. Monday.com is a single GraphQL endpoint, so every call is a POST with a query body - the appendix no longer offers bodyless reads or PUT/DELETE, and confirmation now keys on the GraphQL operation (a query reads, a mutation writes) rather than the verb. Declares the me and users queries, and replaces the generic high-impact list with Monday's own: board and column deletes, structure changes, notifications, sharing, and webhooks.