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.
Baixar o ZIP da skill
Upload no Claude
VĂĄ em ConfiguraçÔes â Capacidades â Skills â Upload skill
Ative e comece a usar
Testar
A utilizar "monday-automation". Create a board called 'Sprint 23' with status and date columns
Resultado esperado:
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.
A utilizar "monday-automation". Update item 'API Integration' to status 'Done'
Resultado esperado:
Updated item ID 9876543210 status column 'status_1' to 'Done'. Change applied successfully.
Auditoria de Segurança
SeguroStatic 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.
Fatores de risco
âïž Comandos externos (1)
đ Acesso Ă rede (1)
Pontuação de qualidade
O Que VocĂȘ Pode Construir
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
Tente Estes Prompts
Create a Monday.com board called 'Q1 Marketing Campaign' in my default workspace with columns for Status, Due Date, and Assignee.
Find all items in the 'Development' group on board 'Product Roadmap' and update their status to 'Done'.
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.
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.
Melhores PrĂĄticas
- 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
Evitar
- 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
Perguntas Frequentes
How do I get started with this skill?
Why does my column update fail with 'column not found'?
Can I create subitems with this skill?
What is the difference between MONDAY_CHANGE_SIMPLE_COLUMN_VALUE and MONDAY_UPDATE_ITEM?
How do I find my board ID if I only know the board name?
Does this skill work with private boards?
Detalhes do Desenvolvedor
Autor
sickn33Licença
MIT
RepositĂłrio
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/monday-automationReferĂȘncia
main
Estrutura de arquivos
đ SKILL.md