返回顶部
m

monday

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
440
下载量
3
收藏
概述
安装方式
版本历史

monday

# 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 ```bash python3 /mnt/skills/user/monday/scripts/monday.py me ``` ### List all boards ```bash 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) ```bash python3 /mnt/skills/user/monday/scripts/monday.py get-board <board_id> ``` ### List items on a board ```bash 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 ```bash python3 /mnt/skills/user/monday/scripts/monday.py list-workspaces ``` ### List users ```bash 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`.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 native-monday-1776311640 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 native-monday-1776311640 技能

通过命令行安装

skillhub install native-monday-1776311640

下载 Zip 包

⬇ 下载 monday v0.1.0

文件大小: 3.23 KB | 发布时间: 2026-4-16 18:26

v0.1.0 最新 2026-4-16 18:26
Initial release of Monday.com integration with direct GraphQL API access.

- Read and query Monday.com boards, items, workspaces, and users.
- Commands for listing boards, retrieving board details, listing items, workspaces, and users.
- Requires a personal MONDAY_API_TOKEN for authentication.
- No third-party proxy; communicates directly with api.monday.com.
- Supports common Monday.com API tasks through Python scripts.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部