스킬 monday-automation
📦

monday-automation

안전 ⚙️ 외부 명령어🌐 네트워크 접근

Automate Monday.com workflows with Rube MCP

Stop manually managing Monday.com boards and items. This skill automates board creation, item updates, and team workflows through direct API integration.

지원: Claude Codex Code(CC)
🥉 74 브론즈
1

스킬 ZIP 다운로드

2

Claude에서 업로드

설정 → 기능 → 스킬 → 스킬 업로드로 이동

3

토글을 켜고 사용 시작

테스트해 보기

"monday-automation" 사용 중입니다. Create a board called 'Sprint 23' with status and date columns

예상 결과:

Board 'Sprint 23' created successfully with ID 1234567890. Added status column 'status_1' with labels ['Working on it', 'Done', 'Stuck'] and date column 'date0'. Board is ready for items.

"monday-automation" 사용 중입니다. Update item 'API Integration' to status 'Done'

예상 결과:

Updated item ID 9876543210 status column 'status_1' to 'Done'. Change applied successfully.

보안 감사

안전
v1 • 2/25/2026

Static analysis detected 191 'external_commands' patterns in SKILL.md, but these are all backtick-enclosed tool names (e.g., `MONDAY_LIST_BOARDS`, `RUBE_SEARCH_TOOLS`) used as markdown code references in documentation. No actual code execution or shell commands present. Network reference is a legitimate HTTPS URL for Rube MCP server endpoint. This is documentation-only content with no executable code.

1
스캔된 파일
239
분석된 줄 수
2
발견 사항
1
총 감사 수

위험 요인

⚙️ 외부 명령어 (1)
🌐 네트워크 접근 (1)
감사자: claude

품질 점수

38
아키텍처
100
유지보수성
87
콘텐츠
50
커뮤니티
100
보안
91
사양 준수

만들 수 있는 것

Project Board Setup

Project managers create new Monday.com boards with predefined columns, groups, and status workflows for new initiatives

Task Status Automation

Team leads bulk update item statuses, assign team members, and set due dates across multiple Monday.com items

Workflow Integration

Developers integrate Monday.com with external systems by creating items, updating columns, and adding comments based on triggers

이 프롬프트를 사용해 보세요

Create a New Project Board
Create a Monday.com board called 'Q1 Marketing Campaign' in my default workspace with columns for Status, Due Date, and Assignee.
Update Multiple Item Statuses
Find all items in the 'Development' group on board 'Product Roadmap' and update their status to 'Done'.
Add Items with Column Values
Add 5 new items to board 'Content Calendar' in group 'February' with title 'Blog Post 1' through 'Blog Post 5', status 'To Do', and assigned to user ID 12345.
Query and Reorganize Items
List all items from board 'Backlog' that have status 'Blocked', then move them to the 'Priority Review' group and add an update comment requesting assessment.

모범 사례

  • Always call RUBE_SEARCH_TOOLS first to get current schemas before using Monday.com tools
  • Resolve display names to IDs before operations—use MONDAY_LIST_BOARDS to find board_id, MONDAY_LIST_COLUMNS for column_id
  • Use MONDAY_CHANGE_SIMPLE_COLUMN_VALUE for text/status/dropdown updates and MONDAY_UPDATE_ITEM for complex types like timeline or people
  • Test workflows on a test board first to verify column value formats before applying to production boards

피하기

  • Do not use column titles (e.g., 'Status') directly—always resolve to column IDs (e.g., 'status_1') from tool responses
  • Do not mix up ID formats—board and item IDs are integers, but group IDs and column IDs are strings
  • Do not use MONDAY_CREATE_ITEM for subitems—subitems require GraphQL mutations through MONDAY_CREATE_OBJECT
  • Do not skip connection verification—always confirm Monday.com connection shows ACTIVE before running workflows

자주 묻는 질문

How do I get started with this skill?
Add Rube MCP server (https://rube.app/mcp) to your client configuration, authenticate with Monday.com via RUBE_MANAGE_CONNECTIONS, then verify the connection shows ACTIVE status before use.
Why does my column update fail with 'column not found'?
You are using the column title instead of the column ID. Call MONDAY_LIST_COLUMNS to get the actual column ID (e.g., 'status_1', 'date4') and use that in updates.
Can I create subitems with this skill?
Yes, but not through MONDAY_CREATE_ITEM. Use MONDAY_CREATE_OBJECT with a GraphQL 'create_subitem' mutation to create subitems on parent items.
What is the difference between MONDAY_CHANGE_SIMPLE_COLUMN_VALUE and MONDAY_UPDATE_ITEM?
Use MONDAY_CHANGE_SIMPLE_COLUMN_VALUE for simple string values like status labels or text. Use MONDAY_UPDATE_ITEM for complex column types that require JSON objects like timeline, people, or date ranges.
How do I find my board ID if I only know the board name?
Call MONDAY_LIST_BOARDS to see all boards, then match the board name to get its numeric board ID. Use this ID for all subsequent operations on that board.
Does this skill work with private boards?
Yes, as long as your authenticated Monday.com account has access to the private board. The skill operates with your account's permissions and can access any board you can view.

개발자 세부 정보

파일 구조

📄 SKILL.md