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,...
Security Analysis
high confidenceThe skill's code, runtime instructions, and required environment variables align with its stated purpose of calling Monday.com's GraphQL API and do not request unrelated credentials or perform unexpected actions.
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.
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.
No install spec (instruction-only with an included script). No downloads or external package installs — lowest-risk distribution method.
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.
always is false and the skill does not request persistent or system-wide privileges. It does not modify other skills or system configs.
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.
Latest Release
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.
More by @codeninja23
Published by @codeninja23 on ClawHub