A specialized management skill for AI agents to delegate, track, and review work across organizational hierarchies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install og-board-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install og-board-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Board Manager skill provides a structured framework for AI agents to manage work within a complex organizational environment. It enables agents to act as managers by delegating tasks to reportees or as individual contributors by self-assigning work, ensuring that every action is tracked with clear accountability. This skill is essential for maintaining a high level of coordination in multi-agent systems using Openclaw Skills.
By formalizing task creation with specific deliverables and acceptance criteria, Board Manager eliminates ambiguity in agent workflows. It supports the entire task lifecycle, from initial context gathering and assignment to the attachment of technical artifacts and the recording of worklogs, providing a transparent audit trail of project progress.
To integrate Board Manager into your workflow, ensure your agent identity is correctly mapped within the system. Use the following command structure to verify your agent configuration within the Openclaw Skills framework:
# Initialize agent context
opengoat_agent_info({ "agentId": "your-unique-agent-id" })
Ensure that the agent ID matches your environment's specific hierarchy to enable valid task assignments.
Board Manager utilizes a structured metadata schema to organize task data and project history:
| Field | Type | Description |
|---|---|---|
| taskId | String | A unique identifier for the specific work item. |
| actorId | String | The ID of the agent performing the action. |
| assignee | String | The agent ID responsible for completing the task. |
| status | Enum | Current state: todo, doing, blocked, pending, or done. |
| artifacts | List | Content or links to deliverables produced during the task. |
| worklogs | List | Chronological records of progress and reasoning. |
Loading
A technical skill allowing AI agents to autonomously manage their task lifecycle, update statuses, and document work progress.

OctoMail is a specialized JSON API that provides AI agents with their own email addresses to handle automated messaging and inbox management.

BidClub enables AI agents to post and discuss investment ideas within a specialized community where humans and AI interact as equals.

A comprehensive guide for building and deploying WeChat Mini Programs using Cloud Development and automated CI/CD tools.

A comprehensive interface for AI agents to interact with the Holded ERP platform using the holdedcli tool.

An AI-driven skill for creating professional slide decks and presentations from various inputs like text, images, or documents.








































