🛠️ Wrike Automation
Wrike(ライク)というプロジェクト管理ツール
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Automate Wrike project management via Rube MCP (Composio): create tasks/folders, manage projects, assign work, and track progress. Always search tools first for current schemas.
🇯🇵 日本人クリエイター向け解説
Wrike(ライク)というプロジェクト管理ツール
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o wrike-automation.zip https://jpskill.com/download/3723.zip && unzip -o wrike-automation.zip && rm wrike-automation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3723.zip -OutFile "$d\wrike-automation.zip"; Expand-Archive "$d\wrike-automation.zip" -DestinationPath $d -Force; ri "$d\wrike-automation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
wrike-automation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
wrike-automationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Wrike Automation を使って、最小構成のサンプルコードを示して
- › Wrike Automation の主な使い方と注意点を教えて
- › Wrike Automation を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] wrike-automation
Rube MCP を介した Wrike オートメーション
Composio の Wrike ツールキットを Rube MCP 経由で利用し、Wrike のプロジェクト管理業務を自動化します。
前提条件
- Rube MCP が接続されていること(
RUBE_SEARCH_TOOLSが利用可能であること) - ツールキット
wrikeを使用したRUBE_MANAGE_CONNECTIONSによる Wrike へのアクティブな接続 - 最新のツールスキーマを取得するために、常に最初に
RUBE_SEARCH_TOOLSを呼び出すこと
セットアップ
Rube MCP の取得: クライアント設定で https://rube.app/mcp を MCP サーバーとして追加します。API キーは不要です。エンドポイントを追加するだけで機能します。
RUBE_SEARCH_TOOLSが応答することを確認して、Rube MCP が利用可能であることを検証します。- ツールキット
wrikeを指定してRUBE_MANAGE_CONNECTIONSを呼び出します。 - 接続が ACTIVE でない場合、返された認証リンクに従って Wrike OAuth を完了します。
- ワークフローを実行する前に、接続ステータスが ACTIVE と表示されていることを確認します。
コアワークフロー
1. タスクの作成と管理
使用する状況: ユーザーが Wrike でタスクを作成、割り当て、または更新したい場合
ツールシーケンス:
WRIKE_GET_FOLDERS- ターゲットのフォルダー/プロジェクトを見つける [前提条件]WRIKE_GET_ALL_CUSTOM_FIELDS- 必要に応じてカスタムフィールド ID を取得する [オプション]WRIKE_CREATE_TASK- 新しいタスクを作成する [必須]WRIKE_MODIFY_TASK- タスクのプロパティを更新する [オプション]
主要なパラメーター:
folderId: タスクが作成される親フォルダーの IDtitle: タスクのタイトルdescription: タスクの説明 (HTML をサポート)responsibles: 割り当てるユーザー ID の配列status: 'Active'、'Completed'、'Deferred'、'Cancelled'importance: 'High'、'Normal'、'Low'customFields:{id, value}オブジェクトの配列dates: タイプ、開始日、期日、期間を含むオブジェクト
注意点:
folderIdは必須です。タスクはフォルダーに属している必要があります。responsiblesには Wrike のユーザー ID が必要で、メールアドレスや名前は使用できません。- カスタムフィールド ID は
GET_ALL_CUSTOM_FIELDSから取得する必要があります。 priorityBeforeとpriorityAfterは相互に排他的です。Statusフィールドは Team プランでは利用できない場合があります。dates.startとdates.dueは 'YYYY-MM-DD' 形式を使用します。
2. フォルダーとプロジェクトの管理
使用する状況: ユーザーがフォルダーやプロジェクトを作成、変更、または整理したい場合
ツールシーケンス:
WRIKE_GET_FOLDERS- 既存のフォルダーを一覧表示する [必須]WRIKE_CREATE_FOLDER- 新しいフォルダー/プロジェクトを作成する [オプション]WRIKE_MODIFY_FOLDER- フォルダーのプロパティを更新する [オプション]WRIKE_LIST_SUBFOLDERS_BY_FOLDER_ID- サブフォルダーを一覧表示する [オプション]WRIKE_DELETE_FOLDER- フォルダーを完全に削除する [オプション]
主要なパラメーター:
folderId: 作成時の親フォルダー ID。変更時のターゲットフォルダー ID。title: フォルダー名description: フォルダーの説明customItemTypeId: フォルダーではなくプロジェクトとして作成する場合に設定shareds: 共有するユーザー ID またはメールアドレスの配列project:GET_FOLDERSでプロジェクト (true) またはフォルダー (false) をフィルターする
注意点:
DELETE_FOLDERは永続的であり、すべてのコンテンツ(タスク、サブフォルダー、ドキュメント)を削除します。rootFolderIdまたはrecycleBinIdを親として変更することはできません。- フォルダーの作成は、作成者と自動的に共有されます。
customItemTypeIdはフォルダーをプロジェクトに変換します。GET_FOLDERSでdescendants=trueを指定すると、フォルダーツリーが返されます(大規模になる場合があります)。
3. タスクの取得と追跡
使用する状況: ユーザーがタスクを検索したり、ステータスを確認したり、進捗を監視したりしたい場合
ツールシーケンス:
WRIKE_FETCH_ALL_TASKS- オプションのフィルターでタスクを一覧表示する [必須]WRIKE_GET_TASK_BY_ID- 特定のタスクの詳細情報を取得する [オプション]
主要なパラメーター:
status: タスクのステータスでフィルターする ('Active'、'Completed' など)dueDate: 期日の範囲でフィルターする (開始/終了/等しい)fields: 含める追加の応答フィールドpage_size: ページあたりの結果数 (1-100)taskId: 詳細取得のための特定のタスク IDresolve_user_names: ユーザー ID を名前に自動解決する (デフォルトは true)
注意点:
FETCH_ALL_TASKSはページごとに最大 100 アイテムでページネーションされます。dueDateフィルターは 'equal'、'start'、'end' フィールドをサポートします。- 日付形式: 'yyyy-MM-dd' または 'yyyy-MM-ddTHH:mm:ss'
GET_TASK_BY_IDは読み取り専用の詳細情報を返します。- 単一タスクのクエリでは、
customFieldsはデフォルトで返されます。
4. タスクブループリントの起動
使用する状況: ユーザーが定義済みのテンプレートからタスクを作成したい場合
ツールシーケンス:
WRIKE_LIST_TASK_BLUEPRINTS- 利用可能なブループリントを一覧表示する [前提条件]WRIKE_LIST_SPACE_TASK_BLUEPRINTS- 特定のスペース内のブループリントを一覧表示する [代替]WRIKE_LAUNCH_TASK_BLUEPRINT_ASYNC- ブループリントを起動する [必須]
主要なパラメーター:
task_blueprint_id: 起動するブループリントの IDtitle: ルートタスクのタイトルparent_id: 親フォルダー/プロジェクト ID (またはsuper_task_id)super_task_id: 親タスク ID (またはparent_id)reschedule_date: タスクの再スケジュール目標日reschedule_mode: 'RescheduleStartDate' または 'RescheduleFinishDate'entry_limit: コピーするタスクの最大数 (1-250)
注意点:
parent_idまたはsuper_task_idのいずれか一方が必須であり、両方は指定できません。- ブループリントの起動は非同期です。タスクが表示されるまでに時間がかかる場合があります。
reschedule_dateにはreschedule_modeの設定が必要です。entry_limitはブループリントの起動ごとに最大 250 のタスク/フォルダーに制限されます。copy_descriptionsはデフォルトで false です。タスクの説明を含めるには true に設定します。
5. ワークスペースとメンバーの管理
使用する状況: ユーザーがスペース、メンバー、または招待を管理したい場合
ツールシーケンス:
WRIKE_GET_SPACE- スペースの詳細を取得する [オプション]WRIKE_GET_CONTACTS- ワークスペースの連絡先/メンバーを一覧表示する [オプション]WRIKE_CREATE_INVITATION- ワークスペースにユーザーを招待する [オプション]WRIKE_DELETE_SPACE- スペースを完全に削除する [オプション]
主要なパラメーター:
spaceId: スペース識別子email: 招待用のメールアドレスrole: ユーザーの役割 ('Admin'、'Regular User'、'External User')firstName/lastName: 招待者の名前
注意点:
DELETE_SPACEは元に戻せず、すべてのスペースコンテンツを削除します。userTypeIdとrole/externalは招待において相互に排他的です。- カスタムのメール件名/メッセージには有料の Wrike プランが必要です。
GET_CONTACTSはワークスペースレベルの連絡先を返し、タスク固有の割り当ては返しません。
一般的なパターン
フォルダー ID の解決
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Wrike Automation via Rube MCP
Automate Wrike project management operations through Composio's Wrike toolkit via Rube MCP.
Prerequisites
- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
- Active Wrike connection via
RUBE_MANAGE_CONNECTIONSwith toolkitwrike - Always call
RUBE_SEARCH_TOOLSfirst to get current tool schemas
Setup
Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
- Verify Rube MCP is available by confirming
RUBE_SEARCH_TOOLSresponds - Call
RUBE_MANAGE_CONNECTIONSwith toolkitwrike - If connection is not ACTIVE, follow the returned auth link to complete Wrike OAuth
- Confirm connection status shows ACTIVE before running any workflows
Core Workflows
1. Create and Manage Tasks
When to use: User wants to create, assign, or update tasks in Wrike
Tool sequence:
WRIKE_GET_FOLDERS- Find the target folder/project [Prerequisite]WRIKE_GET_ALL_CUSTOM_FIELDS- Get custom field IDs if needed [Optional]WRIKE_CREATE_TASK- Create a new task [Required]WRIKE_MODIFY_TASK- Update task properties [Optional]
Key parameters:
folderId: Parent folder ID where the task will be createdtitle: Task titledescription: Task description (supports HTML)responsibles: Array of user IDs to assignstatus: 'Active', 'Completed', 'Deferred', 'Cancelled'importance: 'High', 'Normal', 'Low'customFields: Array of {id, value} objectsdates: Object with type, start, due, duration
Pitfalls:
- folderId is required; tasks must belong to a folder
- responsibles requires Wrike user IDs, not emails or names
- Custom field IDs must be obtained from GET_ALL_CUSTOM_FIELDS
- priorityBefore and priorityAfter are mutually exclusive
- Status field may not be available on Team plan
- dates.start and dates.due use 'YYYY-MM-DD' format
2. Manage Folders and Projects
When to use: User wants to create, modify, or organize folders and projects
Tool sequence:
WRIKE_GET_FOLDERS- List existing folders [Required]WRIKE_CREATE_FOLDER- Create a new folder/project [Optional]WRIKE_MODIFY_FOLDER- Update folder properties [Optional]WRIKE_LIST_SUBFOLDERS_BY_FOLDER_ID- List subfolders [Optional]WRIKE_DELETE_FOLDER- Delete a folder permanently [Optional]
Key parameters:
folderId: Parent folder ID for creation; target folder ID for modificationtitle: Folder namedescription: Folder descriptioncustomItemTypeId: Set to create as a project instead of a foldershareds: Array of user IDs or emails to share withproject: Filter for projects (true) or folders (false) in GET_FOLDERS
Pitfalls:
- DELETE_FOLDER is permanent and removes ALL contents (tasks, subfolders, documents)
- Cannot modify rootFolderId or recycleBinId as parents
- Folder creation auto-shares with the creator
- customItemTypeId converts a folder into a project
- GET_FOLDERS with descendants=true returns folder tree (may be large)
3. Retrieve and Track Tasks
When to use: User wants to find tasks, check status, or monitor progress
Tool sequence:
WRIKE_FETCH_ALL_TASKS- List tasks with optional filters [Required]WRIKE_GET_TASK_BY_ID- Get detailed info for a specific task [Optional]
Key parameters:
status: Filter by task status ('Active', 'Completed', etc.)dueDate: Filter by due date range (start/end/equal)fields: Additional response fields to includepage_size: Results per page (1-100)taskId: Specific task ID for detailed retrievalresolve_user_names: Auto-resolve user IDs to names (default true)
Pitfalls:
- FETCH_ALL_TASKS paginates at max 100 items per page
- dueDate filter supports 'equal', 'start', and 'end' fields
- Date format: 'yyyy-MM-dd' or 'yyyy-MM-ddTHH:mm:ss'
- GET_TASK_BY_ID returns read-only detailed information
- customFields are returned by default for single task queries
4. Launch Task Blueprints
When to use: User wants to create tasks from predefined templates
Tool sequence:
WRIKE_LIST_TASK_BLUEPRINTS- List available blueprints [Prerequisite]WRIKE_LIST_SPACE_TASK_BLUEPRINTS- List blueprints in a specific space [Alternative]WRIKE_LAUNCH_TASK_BLUEPRINT_ASYNC- Launch a blueprint [Required]
Key parameters:
task_blueprint_id: ID of the blueprint to launchtitle: Title for the root taskparent_id: Parent folder/project ID (OR super_task_id)super_task_id: Parent task ID (OR parent_id)reschedule_date: Target date for task reschedulingreschedule_mode: 'RescheduleStartDate' or 'RescheduleFinishDate'entry_limit: Max tasks to copy (1-250)
Pitfalls:
- Either parent_id or super_task_id is required, not both
- Blueprint launch is asynchronous; tasks may take time to appear
- reschedule_date requires reschedule_mode to be set
- entry_limit caps at 250 tasks/folders per blueprint launch
- copy_descriptions defaults to false; set true to include task descriptions
5. Manage Workspace and Members
When to use: User wants to manage spaces, members, or invitations
Tool sequence:
WRIKE_GET_SPACE- Get space details [Optional]WRIKE_GET_CONTACTS- List workspace contacts/members [Optional]WRIKE_CREATE_INVITATION- Invite a user to the workspace [Optional]WRIKE_DELETE_SPACE- Delete a space permanently [Optional]
Key parameters:
spaceId: Space identifieremail: Email for invitationrole: User role ('Admin', 'Regular User', 'External User')firstName/lastName: Invitee name
Pitfalls:
- DELETE_SPACE is irreversible and removes all space contents
- userTypeId and role/external are mutually exclusive in invitations
- Custom email subjects/messages require a paid Wrike plan
- GET_CONTACTS returns workspace-level contacts, not task-specific assignments
Common Patterns
Folder ID Resolution
1. Call WRIKE_GET_FOLDERS (optionally with project=true for projects only)
2. Navigate folder tree to find target
3. Extract folder id (e.g., 'IEAGKVLFK4IHGQOI')
4. Use as folderId in task/folder creation
Custom Field Setup
1. Call WRIKE_GET_ALL_CUSTOM_FIELDS to get definitions
2. Find field by name, extract id and type
3. Format value according to type (text, dropdown, number, date)
4. Include as {id: 'FIELD_ID', value: 'VALUE'} in customFields array
Task Assignment
1. Call WRIKE_GET_CONTACTS to find user IDs
2. Use user IDs in responsibles array when creating tasks
3. Or use addResponsibles/removeResponsibles when modifying tasks
Pagination
- FETCH_ALL_TASKS: Use page_size (max 100) and check for more results
- GET_FOLDERS: Use nextPageToken when descendants=false and pageSize is set
- LIST_TASK_BLUEPRINTS: Use next_page_token and page_size (default 100)
Known Pitfalls
ID Formats:
- Wrike IDs are opaque alphanumeric strings (e.g., 'IEAGTXR7I4IHGABC')
- Task IDs, folder IDs, space IDs, and user IDs all use this format
- Custom field IDs follow the same pattern
- Never guess IDs; always resolve from list/search operations
Permissions:
- Operations depend on user role and sharing settings
- Shared folders/tasks are visible only to shared users
- Admin operations require appropriate role
- Some features (custom statuses, billing types) are plan-dependent
Deletion Safety:
- DELETE_FOLDER removes ALL contents permanently
- DELETE_SPACE removes the entire space and contents
- Consider using MODIFY_FOLDER to move to recycle bin instead
- Restore from recycle bin is possible via MODIFY_FOLDER with restore=true
Date Handling:
- Dates use 'yyyy-MM-dd' format
- DateTime uses 'yyyy-MM-ddTHH:mm:ssZ' or with timezone offset
- Task dates include type ('Planned', 'Actual'), start, due, duration
- Duration is in minutes
Quick Reference
| Task | Tool Slug | Key Params |
|---|---|---|
| Create task | WRIKE_CREATE_TASK | folderId, title, responsibles, status |
| Modify task | WRIKE_MODIFY_TASK | taskId, title, status, addResponsibles |
| Get task by ID | WRIKE_GET_TASK_BY_ID | taskId |
| Fetch all tasks | WRIKE_FETCH_ALL_TASKS | status, dueDate, page_size |
| Get folders | WRIKE_GET_FOLDERS | project, descendants |
| Create folder | WRIKE_CREATE_FOLDER | folderId, title |
| Modify folder | WRIKE_MODIFY_FOLDER | folderId, title, addShareds |
| Delete folder | WRIKE_DELETE_FOLDER | folderId |
| List subfolders | WRIKE_LIST_SUBFOLDERS_BY_FOLDER_ID | folderId |
| Get custom fields | WRIKE_GET_ALL_CUSTOM_FIELDS | (none) |
| List blueprints | WRIKE_LIST_TASK_BLUEPRINTS | limit, page_size |
| Launch blueprint | WRIKE_LAUNCH_TASK_BLUEPRINT_ASYNC | task_blueprint_id, title, parent_id |
| Get space | WRIKE_GET_SPACE | spaceId |
| Delete space | WRIKE_DELETE_SPACE | spaceId |
| Get contacts | WRIKE_GET_CONTACTS | (none) |
| Invite user | WRIKE_CREATE_INVITATION | email, role |
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.