← Back to Skills Marketplace
Native Monday
by
codeninja23
· GitHub ↗
· v0.1.0
527
Downloads
3
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install native-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,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install native-monday - After installation, invoke the skill by name or use
/native-monday - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 527 downloads so far.
How do I install Native Monday?
Run "/install native-monday" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Native Monday free?
Yes, Native Monday is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Native Monday support?
Native Monday is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Native Monday?
It is built and maintained by codeninja23 (@codeninja23); the current version is v0.1.0.
More Skills