Monday.com for Openclaw

A Python-powered interface to query Monday.com project data, boards, and team information directly via the official GraphQL API.

codeninja23
v0.1.0
Feb 24, 2026
3
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install native-monday

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install native-monday using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Monday.com?

The Monday.com skill enables AI agents to bridge the gap between project management data and automated workflows. By utilizing this integration within Openclaw Skills, developers can allow their agents to read and query boards, items, workspaces, and users directly from api.monday.com without requiring any third-party proxies. This provides a secure and direct path to high-fidelity task and project metadata.

Built on the GraphQL API (version 2024-04), this skill ensures that your AI coding agents have access to the latest project structures and item details. Whether you are building automated reporting tools or need to give your agent context on your current task list, this skill provides the necessary technical hooks to retrieve that data efficiently.

Monday.com Use Cases

  • Fetching board structures and column definitions to provide context for AI-driven task updates.
  • Listing all items within a specific board to analyze project progress or identify bottlenecks.
  • Retrieving workspace and user information to map team members to specific development tasks.
  • Auditing project metadata and group configurations across an entire Monday.com account.

How Monday.com Works

  1. The agent executes a Python script located in the skill directory, passing specific commands like list-boards or get-board.
  2. The script authenticates with the Monday.com platform using the MONDAY_API_TOKEN environment variable.
  3. A GraphQL query is constructed and sent to the api.monday.com endpoint, specifically targeting the 2024-04 API version.
  4. The resulting JSON payload is parsed and returned to the agent, providing structured project data for further processing.

Monday.com Setup

To start using this integration with Openclaw Skills, follow these steps:

  1. Locate your API token in Monday.com: Click your profile picture > Developers > API token.
  2. Set the required environment variable in your terminal or configuration file:
export MONDAY_API_TOKEN=your_personal_token_here
  1. Ensure Python 3 is available in your environment as the skill relies on it for execution.
  2. Verify the installation by running the account info command:
python3 /mnt/skills/user/monday/scripts/monday.py me

Monday.com Data Schema & Taxonomy

The skill interacts with the Monday.com GraphQL schema to retrieve data. The following table describes the primary data objects:

Object Description Key Attributes
Boards The primary project containers Numeric ID, Name, Columns, Groups
Items Individual tasks or rows Item ID, Column Values, Parent Board
Workspaces High-level organizational units Workspace ID, Name, Privacy Status
Users Account members User ID, Name, Email, Account Role

Monday.com Advanced Features

  • Support for the latest GraphQL API version (2024-04) for modern feature compatibility.
  • Configurable data fetching with --limit flags to manage large boards and optimize performance.
  • Direct API communication ensuring no middleware or external proxies handle your sensitive project data.
  • Comprehensive workspace and user discovery to facilitate multi-user environment management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*