monday-automation
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 with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "monday-automation" from https://skillstore.io/skills/sickn33-monday-automation.md and its manifest at https://skillstore.io/api/skills/sickn33-monday-automation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "monday-automation". List active boards in the Product workspace.
Expected outcome:
- Product Roadmap, board 18420571, private
- Release Planning, board 18421903, public
- Two active boards found in Product.
Using "monday-automation". Move the Website Launch item to In Progress.
Expected outcome:
Found Website Launch on the Marketing board. Moved item 73190422 to the In Progress group and verified the new group.
Using "monday-automation". Prepare a new subitem named Draft announcement.
Expected outcome:
Located the parent item and prepared the subitem mutation. No change was made because confirmation is still required.
Security Audit
Medium RiskAll 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.
Confirmed security concerns (1)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-monday-automation/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-monday-automation?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-monday-automation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-monday-automation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-monday-automation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). monday-automation security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-monday-automation/audits/5BibTeX citation
@techreport{sickn33-sickn33-monday-automation-2026,
author = {sickn33},
title = {monday-automation security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-monday-automation/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "monday-automation security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-08-04"
url: "https://skillstore.io/skills/sickn33-monday-automation/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-monday-automation:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
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.
Try These Prompts
Connect to my Monday.com account and list active boards. Show each board name, identifier, kind, and workspace.
Create a public board named [BOARD NAME] in [WORKSPACE]. Add groups [GROUPS] and columns [COLUMNS]. Confirm the planned structure first.
On board [BOARD], find items matching [CRITERIA]. Preview the matches, then set [COLUMN] to [VALUE] after my confirmation.
Inspect [BOARD] and its relevant parent items. Plan a GraphQL mutation to create [SUBITEM DETAILS]. Explain effects and wait for confirmation.
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.
Avoid
- 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.