Install
openclaw skills install native-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.
openclaw skills install native-mondayRead boards, items, and workspaces directly via api.monday.com (GraphQL).
MONDAY_API_TOKEN=your_token_here
python3 /mnt/skills/user/monday/scripts/monday.py me
python3 /mnt/skills/user/monday/scripts/monday.py list-boards
python3 /mnt/skills/user/monday/scripts/monday.py list-boards --limit 50
python3 /mnt/skills/user/monday/scripts/monday.py get-board <board_id>
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
python3 /mnt/skills/user/monday/scripts/monday.py list-workspaces
python3 /mnt/skills/user/monday/scripts/monday.py list-users
list-boards.2024-04.