{
  "schemaVersion": "1.0",
  "item": {
    "slug": "og-board-individual",
    "name": "Og Board Individual",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/jatin-31/og-board-individual",
    "canonicalUrl": "https://clawhub.ai/jatin-31/og-board-individual",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/og-board-individual",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=og-board-individual",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/og-board-individual"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/og-board-individual",
    "agentPageUrl": "https://openagent3.xyz/skills/og-board-individual/agent",
    "manifestUrl": "https://openagent3.xyz/skills/og-board-individual/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/og-board-individual/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Board Individual",
        "body": "Use this skill to read and update tasks assigned to you.\n\nUse tools directly. Do not run shell CLI commands like sh ./opengoat ...."
      },
      {
        "title": "Quick Start",
        "body": "Replace amazon-catalog-manager with your agent id.\n\nopengoat_agent_info({ \"agentId\": \"amazon-catalog-manager\" })\n\nYou will typically have one or more <task-id> values to update."
      },
      {
        "title": "Relevant Tools",
        "body": "opengoat_task_list({ \"assignee\": \"amazon-catalog-manager\" })\nopengoat_task_get({ \"taskId\": \"<task-id>\" })\nopengoat_task_update_status({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"status\": \"todo|doing|blocked|pending|done\",\n  \"reason\": \"<optional-reason>\"\n})\nopengoat_task_add_blocker({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"blocker\": \"...\" })\nopengoat_task_add_artifact({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"content\": \"...\" })\nopengoat_task_add_worklog({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"content\": \"...\" })"
      },
      {
        "title": "Show a single task",
        "body": "opengoat_task_get({ \"taskId\": \"<task-id>\" })"
      },
      {
        "title": "List tasks",
        "body": "opengoat_task_list({ \"assignee\": \"amazon-catalog-manager\" })"
      },
      {
        "title": "List latest tasks",
        "body": "opengoat_task_list_latest({ \"assignee\": \"amazon-catalog-manager\", \"limit\": 20 })"
      },
      {
        "title": "Update Task Status",
        "body": "Statuses: todo, doing, blocked, pending, done.\n\nopengoat_task_update_status({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"status\": \"doing|blocked|pending|done|todo\",\n  \"reason\": \"<reason when needed>\"\n})"
      },
      {
        "title": "Reason rules",
        "body": "reason is mandatory when moving to blocked or pending.\nreason is optional for other statuses, but recommended when it improves clarity.\n\nExamples:\n\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"doing\" })\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"blocked\", \"reason\": \"Need API token from platform team\" })\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"pending\", \"reason\": \"Waiting for review window on Friday\" })\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"done\", \"reason\": \"Merged PR #123 and deployed\" })"
      },
      {
        "title": "Add a blocker entry",
        "body": "opengoat_task_add_blocker({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"blocker\": \"Blocked by <thing>. Unblocks when <condition>.\"\n})"
      },
      {
        "title": "Add an artifact (proof of work)",
        "body": "opengoat_task_add_artifact({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"content\": \"PR: <link> | Docs: <link> | Output: <summary>\"\n})"
      },
      {
        "title": "Add a worklog update (progress notes)",
        "body": "opengoat_task_add_worklog({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"content\": \"Did X. Next: Y. Risk: Z.\"\n})"
      },
      {
        "title": "Minimal Hygiene",
        "body": "Keep status accurate (todo -> doing -> blocked/pending/done).\nWhen moving to blocked or pending, include a specific reason.\nWhen blocked, add a blocker entry that states what unblocks you.\nWhen done, add at least one artifact that proves completion.\nUse worklogs when progress is non-obvious or when handing off."
      }
    ],
    "body": "Board Individual\n\nUse this skill to read and update tasks assigned to you.\n\nUse tools directly. Do not run shell CLI commands like sh ./opengoat ....\n\nQuick Start\n\nReplace amazon-catalog-manager with your agent id.\n\nopengoat_agent_info({ \"agentId\": \"amazon-catalog-manager\" })\n\n\nYou will typically have one or more <task-id> values to update.\n\nRelevant Tools\nopengoat_task_list({ \"assignee\": \"amazon-catalog-manager\" })\nopengoat_task_get({ \"taskId\": \"<task-id>\" })\nopengoat_task_update_status({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"status\": \"todo|doing|blocked|pending|done\",\n  \"reason\": \"<optional-reason>\"\n})\nopengoat_task_add_blocker({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"blocker\": \"...\" })\nopengoat_task_add_artifact({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"content\": \"...\" })\nopengoat_task_add_worklog({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"content\": \"...\" })\n\nView Tasks\nShow a single task\nopengoat_task_get({ \"taskId\": \"<task-id>\" })\n\nList tasks\nopengoat_task_list({ \"assignee\": \"amazon-catalog-manager\" })\n\nList latest tasks\nopengoat_task_list_latest({ \"assignee\": \"amazon-catalog-manager\", \"limit\": 20 })\n\nUpdate Task Status\n\nStatuses: todo, doing, blocked, pending, done.\n\nopengoat_task_update_status({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"status\": \"doing|blocked|pending|done|todo\",\n  \"reason\": \"<reason when needed>\"\n})\n\nReason rules\nreason is mandatory when moving to blocked or pending.\nreason is optional for other statuses, but recommended when it improves clarity.\n\nExamples:\n\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"doing\" })\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"blocked\", \"reason\": \"Need API token from platform team\" })\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"pending\", \"reason\": \"Waiting for review window on Friday\" })\nopengoat_task_update_status({ \"actorId\": \"amazon-catalog-manager\", \"taskId\": \"<task-id>\", \"status\": \"done\", \"reason\": \"Merged PR #123 and deployed\" })\n\nBlockers, Artifacts, Worklogs\nAdd a blocker entry\nopengoat_task_add_blocker({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"blocker\": \"Blocked by <thing>. Unblocks when <condition>.\"\n})\n\nAdd an artifact (proof of work)\nopengoat_task_add_artifact({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"content\": \"PR: <link> | Docs: <link> | Output: <summary>\"\n})\n\nAdd a worklog update (progress notes)\nopengoat_task_add_worklog({\n  \"actorId\": \"amazon-catalog-manager\",\n  \"taskId\": \"<task-id>\",\n  \"content\": \"Did X. Next: Y. Risk: Z.\"\n})\n\nMinimal Hygiene\nKeep status accurate (todo -> doing -> blocked/pending/done).\nWhen moving to blocked or pending, include a specific reason.\nWhen blocked, add a blocker entry that states what unblocks you.\nWhen done, add at least one artifact that proves completion.\nUse worklogs when progress is non-obvious or when handing off."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jatin-31/og-board-individual",
    "publisherUrl": "https://clawhub.ai/jatin-31/og-board-individual",
    "owner": "jatin-31",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/og-board-individual",
    "downloadUrl": "https://openagent3.xyz/downloads/og-board-individual",
    "agentUrl": "https://openagent3.xyz/skills/og-board-individual/agent",
    "manifestUrl": "https://openagent3.xyz/skills/og-board-individual/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/og-board-individual/agent.md"
  }
}