π¦ ClawHub
Native Monday
by @codeninja23
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,...
TERMINAL
clawhub install native-mondayπ About This Skill
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 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
List items on a board
python3 /mnt/skills/user/monday/scripts/monday.py list-items
python3 /mnt/skills/user/monday/scripts/monday.py list-items --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
list-boards.2024-04.π Tips & Best Practices
list-boards.2024-04.