← 返回 Skills 市场
codeninja23

Native Monday

作者 codeninja23 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
527
总下载
3
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install native-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,...
安全使用建议
This skill appears to do exactly what it says: run a small Python script that uses your MONDAY_API_TOKEN to query api.monday.com. Before installing, confirm you are comfortable providing a Monday personal/API token to the agent (tokens grant access to your account data). Use a token with least privilege possible, rotate/revoke it if needed, and run the skill in an environment where network traffic to api.monday.com is allowed and monitored. If you need stronger assurance, review the included scripts/monday.py yourself (it is short and readable) or run it locally rather than granting the agent autonomous access.
功能分析
Type: OpenClaw Skill Name: native-monday Version: 0.1.0 The skill is designed to interact with the Monday.com GraphQL API, as described in `SKILL.md`. The `scripts/monday.py` script uses standard Python libraries (`urllib.request`, `argparse`) to make authenticated requests to `api.monday.com`. User inputs like `board_id` and `limit` are passed as GraphQL variables, preventing injection vulnerabilities. There is no evidence of data exfiltration to unauthorized endpoints, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The code's behavior is entirely aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description: direct Monday.com GraphQL access. Declared requirements: python3 and MONDAY_API_TOKEN. The script only calls api.monday.com and exposes board/workspace/user queries — these requirements are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python script against api.monday.com and to set MONDAY_API_TOKEN. The script only reads that env var, issues GraphQL requests, and prints results. It does not read unrelated files, other env vars, or transmit data to external endpoints beyond api.monday.com.
Install Mechanism
No install spec (instruction-only with an included script). No downloads or external package installs — lowest-risk distribution method.
Credentials
Only MONDAY_API_TOKEN is required and is used as the Authorization header for calls to api.monday.com. No unrelated credentials, secrets, or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It does not modify other skills or system configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install native-monday
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /native-monday 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
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.
元数据
Slug native-monday
版本 0.1.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Native 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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 527 次。

如何安装 Native Monday?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install native-monday」即可一键安装,无需额外配置。

Native Monday 是免费的吗?

是的,Native Monday 完全免费(开源免费),可自由下载、安装和使用。

Native Monday 支持哪些平台?

Native Monday 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Native Monday?

由 codeninja23(@codeninja23)开发并维护,当前版本 v0.1.0。

💬 留言讨论