← Back to Skills Marketplace
jonah-saltzman

Monday Direct

by Jonah · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ✓ Security Clean
133
Downloads
1
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install monday-direct
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install monday-direct
  3. After installation, invoke the skill by name or use /monday-direct
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug monday-direct
Version 1.0.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 8
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.

How do I install Monday Direct?

Run "/install monday-direct" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Monday Direct free?

Yes, Monday Direct is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Monday Direct support?

Monday Direct is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Monday Direct?

It is built and maintained by Jonah (@jonah-saltzman); the current version is v1.0.7.

💬 Comments