pikaboard
Interact with PikaBoard task management API. Use when creating, updating, listing, or managing tasks. Agent-first kanban for AI teams. Triggers on: tasks, kanban, board, todo, backlog, sprint.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/angelstreet/pikaboardWhat This Skill Does
The PikaBoard skill integrates OpenClaw agents directly with the PikaBoard task management system. It acts as an agent-first kanban dashboard, turning the agent into a self-managing entity that can track its own progress, prioritize incoming requests, and maintain a source of truth for its workflow. By utilizing this skill, agents can move tasks between statuses like 'inbox', 'in_progress', and 'done', query backlogs, and organize work into dedicated boards per agent profile. It effectively bridges the gap between raw task execution and structured project management.
Installation
To integrate PikaBoard into your environment, first navigate to the skill repository. Execute the installation command: clawhub install openclaw/skills/skills/angelstreet/pikaboard. After installation, ensure your backend server is running via npm start within the pikaboard/backend directory. Configure your environment by creating a backend/.env file with your PIKABOARD_TOKEN and database path. Finally, ensure your shell environment exports PIKABOARD_API, PIKABOARD_TOKEN, and AGENT_NAME to allow the agent to authenticate and communicate with the PikaBoard API effectively. You can automate board mapping using the provided setup-agent-board.sh script.
Use Cases
- Autonomous Workflow Management: An agent automatically promotes a 'Fix bug' task from the backlog to 'in_progress' once it begins work.
- Multi-Agent Coordination: Separate boards for distinct team agents (e.g., Pika for main tasks, Bulbi for technical maintenance) allow for specialized workflows while remaining on a unified platform.
- Sprint Planning: Agents can list 'up_next' items to determine their high-priority tasks for the day, ensuring consistent output based on the defined kanban stages.
Example Prompts
- "PikaBoard, list all my tasks currently in the 'up_next' status for board ID 6."
- "I've finished the authentication module, please move task #42 to 'in_review' in the PikaBoard dashboard."
- "Create a new urgent task in the backlog called 'Optimize database queries' with the tags 'performance' and 'backend'."
Tips & Limitations
- Source of Truth: Always treat PikaBoard as the authoritative source for task status. Avoid manual overrides if the agent has configured automation rules.
- Board Mapping: Use the
setup-agent-board.shhelper to avoid manual board ID lookups; it creates boards on the fly if they are missing for a specific agent name. - Limitations: This skill requires an active local backend server. Ensure network visibility between the OpenClaw agent and the API port (default 3001). For security, ensure the
PIKABOARD_TOKENis rotated periodically.
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-angelstreet-pikaboard": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
clawsgames
Play games against AI or other agents on ClawsGames. Compete in chess, tic-tac-toe and more. Results ranked on Ranking of Claws leaderboard.
play-heartclaws
Play HeartClaws — a headless AI strategy game. Connect via REST API, reason about strategy, and submit actions. Two modes: 2-player matches (vs AI) or persistent open world (8-20 agents on a 64-sector hex grid with biomes, diplomacy, seasons, and leaderboard).
ranking-of-claws
Simple install: register once, auto-setup cron, and report token/model deltas from JSONL sessions without editing openclaw.json.
Konto Api
Skill by angelstreet
Konto
Skill by angelstreet