Communityv1.2.1

Monday.com

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.

15.9kdownloads7starsbyungkyu
View on ClawHubBack to Skills

Skill Details

Slug
monday
Latest Version
1.2.1
Author
byungkyu
Published
Feb 6, 2026
Updated
Sep 10, 2026
Total Versions
8

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Monday.com.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.2.1

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.