wrike-automation
Automate Wrike Project Tasks
Manually creating and managing Wrike tasks is time-consuming. This skill automates Wrike project management through Rube MCP, letting Claude create tasks, manage folders, assign work, and track progress via API.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "wrike-automation". Create a task titled 'Review Q1 Report' in folder IEAGKVLFK4IHGQOI
Resultado esperado:
- Task created successfully
- Task ID: IEAGTXR7I4IHGABC
- Title: Review Q1 Report
- Folder: IEAGKVLFK4IHGQOI
- Status: Active
Usando "wrike-automation". Get all tasks due this week from project Marketing
Resultado esperado:
- Found 5 tasks:
- 1. 'Social Media Post' - John - Due 2026-02-27 - Active
- 2. 'Blog Draft' - Sarah - Due 2026-02-26 - Active
- 3. 'Campaign Analysis' - Mike - Due 2026-02-28 - Active
Auditoría de seguridad
SeguroAll 80 static findings are false positives. The skill is a standard Wrike API integration via Rube MCP. External command detections are backticks used in markdown documentation to denote tool names (e.g., RUBE_SEARCH_TOOLS), not actual shell execution. Network detection is a public service URL (rube.app/mcp), not sensitive data. The skill makes API calls to Wrike through the Rube MCP server, which is standard integration behavior.
Factores de riesgo
🌐 Acceso a red (1)
Puntuación de calidad
Lo que puedes crear
Project Manager Creates Sprint Tasks
Automatically create sprint tasks from a backlog list, assign to developers, and set due dates based on sprint timeline.
Team Lead Tracks Team Workload
Fetch all tasks for team members, filter by status and due dates, and generate workload reports for resource planning.
Operations Automates Recurring Tasks
Set up automated workflows to create tasks from templates using blueprints for recurring processes like weekly reports.
Prueba estos prompts
Create a task in Wrike with title [TASK TITLE] in folder [FOLDER ID]. Set description to [DESCRIPTION], assign to [USER IDs], and set due date to [DATE].
Get all tasks from the [PROJECT/FOLDER NAME] project that are due this week. Show task title, assignee, status, and due date.
Find the user IDs for [NAMES OR EMAILS] in the Wrike workspace, then assign task [TASK ID] to those users.
List available task blueprints in Wrike, then launch the [BLUEPRINT NAME] blueprint with title [TASK TITLE] in folder [FOLDER ID].
Mejores prácticas
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before use
- Verify Rube connection status is ACTIVE before running any Wrike operations
- Use folder ID resolution pattern to find correct folder/project IDs before creating tasks
Evitar
- Do not hardcode folder or task IDs without first resolving them from list operations
- Do not assume user IDs - always fetch contacts to get correct user identifiers
- Do not skip checking connection status - operations will fail without active OAuth