Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @codeninja23 Updated 6/28/2026 961 downloads 3 stars Security: Pass

Native Monday OpenClaw Plugin & Skill | ClawHub

Looking to integrate Native Monday into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Read and query Monday.com boards, items, workspaces, and users directly via the Monday.com GraphQL API. Use when you need project/task data, board contents, or team info. Calls api.monday.com directly with no third-party proxy.

Install

ClawHub CLI
openclaw skills install @codeninja23/native-monday
Node.js (npx)
npx clawhub@latest install native-monday

Full SKILL.md

Open original
Metadata table.
namedescription
mondayRead and query Monday.com boards, items, workspaces, and users directly via the Monday.com GraphQL API. Use when you need project/task data, board contents, or team info. Calls api.monday.com directly with no third-party proxy.

SKILL.md content below is scrollable.

Monday.com

Read boards, items, and workspaces directly via api.monday.com (GraphQL).

Setup (one-time)

  1. In Monday.com, click your profile picture (top right)
  2. Select Developers — this opens the Developer Center
  3. Click API token → Show
  4. Copy your personal token
  5. Set the environment variable:
    MONDAY_API_TOKEN=your_token_here
    

Commands

Get your account info

python3 /mnt/skills/user/monday/scripts/monday.py me

List all boards

python3 /mnt/skills/user/monday/scripts/monday.py list-boards
python3 /mnt/skills/user/monday/scripts/monday.py list-boards --limit 50

Get board details (columns, groups)

python3 /mnt/skills/user/monday/scripts/monday.py get-board <board_id>

List items on a board

python3 /mnt/skills/user/monday/scripts/monday.py list-items <board_id>
python3 /mnt/skills/user/monday/scripts/monday.py list-items <board_id> --limit 50

List workspaces

python3 /mnt/skills/user/monday/scripts/monday.py list-workspaces

List users

python3 /mnt/skills/user/monday/scripts/monday.py list-users

Notes

  • Free plan: 2 seats, unlimited boards. API access works on free.
  • Board IDs are numeric — find them in the board URL or via list-boards.
  • Monday uses GraphQL only (single endpoint). No REST API.
  • API version pinned to 2024-04.
ClawHub Registry URL: https://clawhub.ai/codeninja23/skills/native-monday

Related skills

If this matches your use case, these are close alternatives in the same category.