Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use when you need to delegate, track, or review work.
Use when you need to delegate, track, or review work.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Delegate and track work using OpenGoat tools. Use tools directly. Do not run shell CLI commands like sh ./opengoat ....
Create tasks for yourself. Assign tasks to your direct or indirect reportees. Read and update task state. Add blockers, artifacts, and worklogs. Important: replace amazon-senior-manager with your agent ID. opengoat_agent_info({ "agentId": "amazon-senior-manager" })
opengoat_task_list({ "assignee": "amazon-senior-manager" }) opengoat_task_get({ "taskId": "<task-id>" }) opengoat_task_create({ "actorId": "amazon-senior-manager", "title": "...", "description": "...", "assignedTo": "<agent-id>", "project": "<path>" }) opengoat_task_update_status({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "status": "todo|doing|blocked|pending|done", "reason": "<optional-reason>" }) opengoat_task_add_blocker({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "blocker": "..." }) opengoat_task_add_artifact({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "content": "..." }) opengoat_task_add_worklog({ "actorId": "amazon-senior-manager", "taskId": "<task-id>", "content": "..." })
opengoat_agent_info({ "agentId": "amazon-senior-manager" }) Use the output to ensure: You assign only to your reportees (direct or indirect) or yourself. You choose task granularity appropriate to your layer in the org.
opengoat_task_list({ "assignee": "amazon-senior-manager" }) opengoat_task_get({ "taskId": "<task-id>" })
Create one task per owner and outcome. opengoat_task_create({ "actorId": "amazon-senior-manager", "title": "<verb>: <deliverable>", "description": "<context + deliverable + acceptance criteria>", "assignedTo": "<agent-id>", "project": "<path>" })
If the task is small enough and you have the tools and context to complete it efficiently, do not delegate. Create a task for yourself so the work is still tracked. Rules: Use "assignedTo": "amazon-senior-manager". Keep the task scoped to a single, verifiable outcome. Include acceptance criteria so done is unambiguous. Example: opengoat_task_create({ "actorId": "amazon-senior-manager", "title": "Fix: <short description>", "description": "Context:\n- ...\n\nDeliverable:\n- ...\n\nAcceptance criteria:\n- ...", "assignedTo": "amazon-senior-manager", "project": "<path>" })
Do not blindly break tasks down small. Size tasks based on where you sit in the org and who you are assigning to.
Write outcome-focused tasks: What result is needed Why it matters Constraints and success criteria Optional milestones (not step-by-step instructions) Expect your reportee to create smaller tasks for their own direct reportees if needed.
Write execution-ready tasks: Concrete steps when helpful File paths and edge cases Clear validation steps
Use a verb + deliverable: Implement: <feature> Fix: <bug> Investigate: <question> Decide: <tradeoff>
Task creation fails: you are likely assigning to someone who is not in your reportee tree. Reassign to a valid reportee (direct or indirect) or assign to yourself. If a tool call fails, inspect the tool error and retry with corrected parameters.
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.