monday

Manage Monday.com boards and items via GraphQL API using curl.

76|18|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/vm0-ai/vm0-skills --skill monday
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monday
Source: https://github.com/vm0-ai/vm0-skills/tree/main/monday
Command: npx skills add https://github.com/vm0-ai/vm0-skills --skill monday

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables querying and mutating Monday.com data via GraphQL to automate boards, items, columns, and workflows.

Core Features & Use Cases

  • Query boards, items, groups, and columns
  • Create or update items with values
  • Manage boards and create new boards
  • Use mutations to reflect changes across systems

Quick Start

Quick start: query boards with a GraphQL request via curl to the Monday API

Frequently Asked Questions about monday

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Monday.com boards and items using GraphQL?

Query Monday.com boards and items via GraphQL by sending POST requests to https://api.monday.com/v2 with your MONDAY_API_KEY in the Authorization header and API-Version set to 2024-10. Use curl to structure GraphQL queries that retrieve board data, item details, columns, and groups.

Can I automate creating and updating items on Monday.com?

Yes, automate item creation and updates using GraphQL mutations against the Monday API. Send POST requests with mutation queries to create new items, modify item values, and manage board columns—enabling workflow automation and data synchronization across systems.

What's required to connect to the Monday.com GraphQL API?

To connect, you need a MONDAY_API_KEY environment variable, access to the GraphQL endpoint https://api.monday.com/v2, and the ability to send POST requests with Authorization headers and API-Version 2024-10. These prerequisites enable querying and mutating boards, items, and projects.

Can I sync Monday.com data with external systems?

Yes, sync Monday.com boards and items with external systems using GraphQL queries and mutations. Extract board and item data via queries, transform it, and push updates back via mutations to keep external platforms and Monday.com in sync.

Do I need to manage board columns and groups programmatically?

GraphQL queries and mutations allow you to query existing board columns and groups, and manage their structure programmatically. This enables automated workflow setup, dynamic board configuration, and bulk updates across multiple boards without manual intervention.