Monday.com
name: monday
by codeninja23 · published 2026-03-22
$ claw add gh:codeninja23/codeninja23-native-monday---
name: monday
description: "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."
metadata:
openclaw:
requires:
env:
- MONDAY_API_TOKEN
bins:
- python3
primaryEnv: MONDAY_API_TOKEN
files:
- "scripts/*"
---
# 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 meList all boards
python3 /mnt/skills/user/monday/scripts/monday.py list-boards
python3 /mnt/skills/user/monday/scripts/monday.py list-boards --limit 50Get 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 50List workspaces
python3 /mnt/skills/user/monday/scripts/monday.py list-workspacesList users
python3 /mnt/skills/user/monday/scripts/monday.py list-usersNotes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...