monday
Monday.com API integration with managed OAuth. Manage boards, items, columns, groups, and workspaces using GraphQL. 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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/mondayWhat This Skill Does
The monday skill provides a seamless integration with the Monday.com API, allowing you to manage your workspace, boards, items, and columns programmatically through the OpenClaw agent. By leveraging the Maton gateway, this skill handles complex OAuth flows automatically, letting you focus on interacting with your data via GraphQL queries. Whether you need to retrieve current user details, track board progress, or manage task statuses, this skill acts as the bridge between your AI agent and the Monday.com ecosystem.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure you have your MATON_API_KEY configured as an environment variable before starting:
clawhub install openclaw/skills/skills/byungkyu/monday
After installation, verify your connection status at https://ctrl.maton.ai and ensure your account has active API permissions. If you need to create a new connection, follow the provided Python workflow in the documentation to generate a unique connection URL.
Use Cases
- Automated Task Management: Automatically create items on a board when specific conditions are met in your project workflow.
- Dashboard Reporting: Query specific board items to generate summary reports or track team productivity metrics using the Monday.com GraphQL endpoint.
- Data Synchronization: Keep your Monday.com items in sync with other project management tools or custom databases by fetching updates in real-time.
- Project Onboarding: Quickly retrieve user information or workspace configurations to help new team members get set up within your Monday.com environment.
Example Prompts
- "Check my Monday.com boards and list all active tasks assigned to me in the 'Marketing' project."
- "Create a new item in the 'Development' board named 'Update Documentation' and assign it to the 'High' priority column."
- "Fetch the latest updates from my primary project board and summarize the status of all items currently marked as 'In Progress'."
Tips & Limitations
- GraphQL Proficiency: Since the underlying API uses GraphQL, understanding query structures will significantly improve your ability to fetch precise data.
- Rate Limiting: Note that the Maton gateway proxies requests to Monday.com. Be mindful of Monday's API rate limits to ensure your automated workflows remain functional.
- Security: Never hardcode your
MATON_API_KEYin scripts. Always use environment variables or secure credential management systems. - Connection Status: If your requests return unauthorized errors, visit
https://ctrl.maton.aito verify your OAuth token is still valid and active.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-monday": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
manychat
ManyChat API integration with managed authentication. Manage subscribers, tags, custom fields, and send messages through Facebook Messenger. Use this skill when users want to manage ManyChat subscribers, send messages, add/remove tags, or work with custom fields and bot automation. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
whatsapp-business
WhatsApp Business API integration with managed OAuth. Send messages, manage templates, and handle conversations. Use this skill when users want to interact with WhatsApp Business. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).