← 返回 Skills 市场
133
总下载
1
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install monday-direct
功能描述
Interact directly with the monday.com GraphQL API — no third-party gateway required. Read and create boards, items, columns, updates, and users. Use when ask...
安全使用建议
This skill appears to do exactly what it says: a lightweight Node CLI that issues GraphQL requests to monday.com using MONDAY_API_TOKEN. Before installing, consider: 1) Only provide a monday token with the minimal scopes needed and rotate it regularly. 2) Run npm install in an environment you control and audit the dependency (@mondaydotcomorg/api) for the expected version. 3) If you store the token in openclaw.json or agent config, ensure that config is access-controlled and backed up securely. 4) If you want extra isolation, run the skill in a restricted container or dedicated agent instance to limit the blast radius of a compromised npm package.
功能分析
Type: OpenClaw Skill
Name: monday-direct
Version: 1.0.7
The skill is a legitimate CLI wrapper for the official monday.com GraphQL API. It utilizes the official `@mondaydotcomorg/api` library (scripts/monday.js) and follows standard security practices by requiring the API token via environment variables. The documentation and reference files (references/) provide helpful, non-malicious guidance for the agent to construct valid GraphQL queries.
能力评估
Purpose & Capability
Name/description match the implementation: the code and docs implement a CLI wrapper around the monday.com GraphQL API and only request MONDAY_API_TOKEN plus optional endpoint overrides relevant to monday platform apps.
Instruction Scope
SKILL.md instructs the agent to run the included Node script and to provide the MONDAY_API_TOKEN. It does not instruct reading unrelated files, scanning the host, or transmitting data to third-party endpoints other than optionally overriding the monday API endpoint. The references are documentation only.
Install Mechanism
There is no automated install spec in the registry; SKILL.md asks the user to run npm install in ~/.agents/skills/monday/scripts. That will fetch @mondaydotcomorg/api from the public npm registry — expected for a Node skill but introduces the usual supply-chain considerations (npm package trust, network fetch). No downloads from unknown URLs or archive extraction are present.
Credentials
Requires only MONDAY_API_TOKEN (primary credential) and documents two optional env vars that are relevant to monday platform usage. No unrelated credentials or broad environment/config path access are requested.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It suggests storing the API key in openclaw.json if desired, which is a reasonable convenience option and common for skills; the skill does not request or modify other skills' configs or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install monday-direct - 安装完成后,直接呼叫该 Skill 的名称或使用
/monday-direct触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
Update description to clarify direct API access, no third-party gateway
v1.0.6
Fix display name
v1.0.5
Fix references/ inclusion: rename .mdc to .md for clawhub compatibility
v1.0.4
Flatten references/ to skill root; fix missing .mdc files
v1.0.3
Add LLM context rules; remove lib source code
v1.0.2
Remove bundled source references; script-only publish
v1.0.1
Remove generated GraphQL schema types file (false-positive security signals); declare optional env vars MONDAY_API_ENDPOINT and PLATFORM_API; add npm install instructions to setup
v1.0.0
Direct GraphQL API via @mondaydotcomorg/api. No third-party gateway required. Includes official LLM context rules and API client source for agent reference.
元数据
常见问题
Monday Direct 是什么?
Interact directly with the monday.com GraphQL API — no third-party gateway required. Read and create boards, items, columns, updates, and users. Use when ask... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。
如何安装 Monday Direct?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install monday-direct」即可一键安装,无需额外配置。
Monday Direct 是免费的吗?
是的,Monday Direct 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Monday Direct 支持哪些平台?
Monday Direct 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Monday Direct?
由 Jonah(@jonah-saltzman)开发并维护,当前版本 v1.0.7。
推荐 Skills