Habilidades wrike-automation
📦

wrike-automation

Seguro 🌐 Acceso a red

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.

Soporta: Claude Codex Code(CC)
🥉 74 Bronce
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

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

Seguro
v1 • 2/25/2026

All 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.

1
Archivos escaneados
239
Líneas analizadas
1
hallazgos
1
Auditorías totales

Factores de riesgo

🌐 Acceso a red (1)
Auditado por: claude

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
87
Contenido
50
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

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 New Task
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].
List Project Tasks
Get all tasks from the [PROJECT/FOLDER NAME] project that are due this week. Show task title, assignee, status, and due date.
Assign Work to Team
Find the user IDs for [NAMES OR EMAILS] in the Wrike workspace, then assign task [TASK ID] to those users.
Launch Task Blueprint
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

Preguntas frecuentes

How do I connect Wrike to this skill?
Add https://rube.app/mcp as an MCP server in your client, then call RUBE_MANAGE_CONNECTIONS with toolkit 'wrike' to complete OAuth.
Can I create tasks without specifying a folder?
No. Wrike requires all tasks to belong to a folder. You must provide a folderId - find it using WRIKE_GET_FOLDERS first.
How do I find user IDs for task assignment?
Call WRIKE_GET_CONTACTS to list all workspace members with their IDs. Use these IDs in the responsibles array.
What is the difference between folders and projects?
Folders are containers for tasks. Projects are folders with additional project-specific fields. Create a folder with customItemTypeId to make it a project.
Can I delete a folder with tasks in it?
Yes, but WRIKE_DELETE_FOLDER removes ALL contents permanently. Consider using MODIFY_FOLDER to move to recycle bin instead.
Does this skill support custom fields?
Yes. Call WRIKE_GET_ALL_CUSTOM_FIELDS to get field definitions, then include {id, value} objects in the customFields parameter when creating tasks.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md