LaunchKit · 2026
Back to Skills

og-board-individual

Use when you need to work with tasks: view tasks, list tasks, update task status, add blockers, artifacts, and worklogs.

0
300 downloads
by @jatin-31

Setup & Installation

openclaw skills install @jatin-31/og-board-individual

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install og-board-individual

What This Skill Does

Enables an agent to read and update its assigned tasks within the OpenGoat system. Covers viewing task details, changing status across a defined workflow, and attaching blockers, artifacts, and worklogs.

Gives agents a structured task lifecycle with explicit status transitions and required reasons, reducing ambiguity compared to freeform note-taking.

When to use it

  • Check which tasks are currently assigned to your agent
  • Move a task from todo to doing when starting work
  • Mark a task blocked and record what is preventing progress
  • Attach a pull request link as proof of completion
  • Log progress notes before handing off a task

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: mark task T-42 as blocked because the API token is missing, then log a worklog entry

AGENT
  1. 1Call opengoat_task_get to confirm task T-42 exists and review current status
  2. 2Call opengoat_task_update_status with status blocked and reason explaining the missing token
  3. 3Call opengoat_task_add_blocker describing what is blocking and what condition unblocks it
  4. 4Call opengoat_task_add_worklog with a progress note summarizing current state and next steps
OUTPUT

Task T-42 status set to blocked with blocker and worklog entries recorded