# Automate Monday.com Workflows with Rube MCP

Manual Monday.com administration is slow and error-prone. This skill guides agents through current Rube MCP tools for boards, items, columns, groups, subitems, and updates.

## Install

```bash
npx skillstore add sickn33/monday-automation
```

## Metadata

- Status: approved
- Slug: sickn33-monday-automation
- Skillstore revision: r2
- Version status: missing
- Tree hash: e24e3d2fe5ae82c85ba77fd13f176349dad7e915b393f969065481a973f4f5d6
- Author: sickn33
- GitHub username: sickn33
- License: MIT
- Repository: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/monday-automation
- Ref: 81e05e636292629114b76cbb3922fbe57672fc02
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network
- Quality score: 69
- Public page: https://skillstore.pages.dev/skills/sickn33-monday-automation
- Manifest: https://skillstore.pages.dev/api/skills/sickn33-monday-automation/manifest

## Capabilities

- Searches current Rube MCP tool schemas before operations.
- Resolves workspace, board, group, column, and item identifiers before mutations.
- Creates boards, columns, groups, and items through documented Monday.com tools.
- Updates simple and complex column values using type-specific formats.
- Lists paginated items and subitems, moves items, and posts updates.
- Uses raw GraphQL mutations for operations without dedicated tools.

## Use Cases

- Build a Project Board: Create a board, add groups and columns, and confirm identifiers before adding work items.
- Maintain Delivery Items: Find tasks, update status or dates, move items between groups, and add progress notes.
- Automate Advanced Workflows: Page through large boards, inspect subitems, and prepare controlled GraphQL mutations for unsupported operations.

## Prompt Templates

### List My Boards

```
Connect to my Monday.com account and list active boards. Show each board name, identifier, kind, and workspace.
```

### Create a Team Board

```
Create a public board named [BOARD NAME] in [WORKSPACE]. Add groups [GROUPS] and columns [COLUMNS]. Confirm the planned structure first.
```

### Update Matching Items

```
On board [BOARD], find items matching [CRITERIA]. Preview the matches, then set [COLUMN] to [VALUE] after my confirmation.
```

### Design a Subitem Workflow

```
Inspect [BOARD] and its relevant parent items. Plan a GraphQL mutation to create [SUBITEM DETAILS]. Explain effects and wait for confirmation.
```

## Limitations

- Requires Rube MCP and an active Monday.com OAuth connection.
- Depends on current Composio tool schemas, account permissions, and Monday.com API availability.
- Raw GraphQL mutations require valid syntax and careful user confirmation.
- Does not remove Monday.com complexity limits or validate organization-specific governance rules.

## Best Practices

- Search current tool schemas before every workflow because parameters can change.
- Resolve names to exact identifiers and preview affected records before mutations.
- Require confirmation for deletes, archives, raw GraphQL, or changes affecting multiple items.

## Anti Patterns

- Do not guess board, group, column, workspace, or item identifiers.
- Do not send complex column values using simple string formats.
- Do not run destructive or broad raw GraphQL mutations without a reviewed preview.

## Security Audit

- Audited at: 2026-08-04T14:50:35.09\+00:00
- Summary: All 117 external-command alerts are Markdown backticks, and all three reconnaissance alerts are contextual false positives. The external MCP endpoint is a real low-risk network dependency. Raw GraphQL guidance adds medium risk because destructive mutations lack confirmation controls.

## Stats

- Views: 170
- Downloads: 7
- Favorites: 0
- Popularity score: 0
