monday-com-workflows
Installation
SKILL.md
Monday.com Workflows
Instructions
Step 1: Verify Monday.com Access
Check for a Monday.com API token and an optional MCP server. Do not read account { plan { max_users } } as a liveness check: account.plan is documented to return null for accounts on monday's multi-product infrastructure, which is exactly what newer accounts get. Read account { tier products { kind } } instead and treat plan as optional.
import requests
API_URL = "https://api.monday.com/v2"