og-board-manager
Use when you need to delegate, track, or review work.
Why use this skill?
Manage, track, and delegate work efficiently with the og-board-manager skill for OpenClaw. Streamline your agent workflows with structured task tracking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jatin-31/og-board-managerWhat This Skill Does
The og-board-manager skill provides a standardized interface for agents to manage their workflows, delegate responsibilities, and track project outcomes within the OpenGoat ecosystem. It acts as a bridge between an agent's reasoning capabilities and formal task tracking systems. Instead of performing actions in an ephemeral or unmonitored state, this skill forces the agent to capture work, blockers, artifacts, and progress logs into a structured task management format. This ensures that organizational accountability is maintained even when complex autonomous workflows are executed.
Installation
To integrate this skill into your environment, use the OpenClaw hub tool:
clawhub install openclaw/skills/skills/jatin-31/og-board-manager
Ensure that your agent has the necessary permissions to access the underlying OpenGoat project structures before executing commands.
Use Cases
- Project Management: Track high-level initiatives by creating parent tasks and delegating child outcomes to specific team members.
- Autonomous Delegation: Use the skill to automatically assign sub-tasks to direct reports when a complex request exceeds the current agent's bandwidth or tool scope.
- Audit Trails: Keep a detailed log of work completed, blockers encountered, and artifacts generated for later review or performance evaluation.
- Self-Tracking: Ensure that even individual manual interventions are documented as actionable tasks with clear acceptance criteria.
Example Prompts
- "Check the status of all tasks assigned to the 'search-indexing-agent' and escalate any that have been in 'blocked' status for more than 48 hours."
- "Create a new task for the 'data-cleaner-agent' to process the backlog in the 'marketing-leads' project, ensuring you define clear acceptance criteria for data accuracy."
- "Summarize the recent work logs for the current project and update the status of the final validation task to 'done' if all criteria are met."
Tips & Limitations
- Granularity Matters: Avoid breaking tasks down into microscopic actions. If you are in a management role, focus on outcomes (deliverables) rather than specific implementation steps. Let the assigned agent decide the best approach.
- Contextual Awareness: Always execute
opengoat_agent_infofirst to ensure your agent ID is current. This is critical for authentication and permission scoping. - Atomic Updates: Always attach artifacts or work logs to specific task IDs to maintain a clean history. Never rely on external tools for persistent logging if the task system is available.
- Constraint: This skill does not support arbitrary shell commands; do not attempt to bypass the API via
shorbashcalls. Use the providedopengoat_*function suite exclusively.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jatin-31-og-board-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: data-collection, external-api