monday-for-agents
Facilitates monday.com account setup and management for agents, integrating with GraphQL API for seamless operations.
Install this skill
Security score
The monday-for-agents skill was audited on Jun 5, 2026 and we found 20 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 57 | curl -s -X POST "https://api.monday.com/graphql" \ |
Curl to non-GitHub URL
| 64 | curl -s -X POST "https://api.monday.com/graphql" \ |
Curl to non-GitHub URL
| 70 | curl -s -X POST "https://api.monday.com/graphql" \ |
Curl to non-GitHub URL
| 76 | curl -s -X POST "https://api.monday.com/graphql" \ |
Curl to non-GitHub URL
| 82 | curl -s -X POST "https://api.monday.com/graphql" \ |
Curl to non-GitHub URL
| 88 | curl -s -X POST "https://api.monday.com/graphql" \ |
Access to hidden dotfiles in home directory
| 280 | Add to `~/.openclaw/openclaw.json` under `mcpServers`: |
External URL reference
| 57 | curl -s -X POST "https://api.monday.com/graphql" \ |
External URL reference
| 64 | curl -s -X POST "https://api.monday.com/graphql" \ |
External URL reference
| 70 | curl -s -X POST "https://api.monday.com/graphql" \ |
External URL reference
| 76 | curl -s -X POST "https://api.monday.com/graphql" \ |
External URL reference
| 82 | curl -s -X POST "https://api.monday.com/graphql" \ |
External URL reference
| 88 | curl -s -X POST "https://api.monday.com/graphql" \ |
External URL reference
| 96 | The hosted MCP server at `https://mcp.monday.com/mcp` exposes board/item/column CRUD as MCP tools using the same bearer token. See Section 3 for full MCP configuration. |
External URL reference
| 111 | 1. Go to [monday.com/agents-signup](https://monday.com/agents-signup). |
External URL reference
| 150 | https://api.monday.com/v2 (preferred) |
External URL reference
| 151 | https://api.monday.com/graphql (also works) |
External URL reference
| 157 | MONDAY_API_URL="https://api.monday.com/v2" |
External URL reference
| 286 | "url": "https://mcp.monday.com/mcp" |
External URL reference
| 472 | - MCP server docs: https://mcp.monday.com |