← 返回 Skills 市场
PikaBoard
作者
angelstreet
· GitHub ↗
· v1.0.3
1678
总下载
1
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill appears to be what it says: a self-hosted PikaBoard integration. Before installing, verify you trust the GitHub repository since the install steps clone it and run npm install/build (npm scripts can run arbitrary code). Running the backend will open a local server (default port 3001) protected by PIKABOARD_TOKEN — treat that token as a secret. Consider running the service in an isolated environment/container, review the repo code if you need higher assurance, and avoid exposing the API to untrusted networks. If you do not trust the remote repo or want to avoid running build scripts, do not install. Otherwise the skill's behavior and requested inputs are proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: pikaboard
Version: 1.0.3
The skill bundle is benign. It sets up a local PikaBoard application, including cloning a GitHub repository, installing Node.js dependencies, and configuring environment variables and a local database. All network interactions are directed to `http://localhost:3001`. The `scripts/setup-agent-board.sh` script includes a robust defense against shell injection by validating `BOARD_ID` as numeric, preventing potential vulnerabilities. Instructions in `SKILL.md` and `README.md` are clear, task-oriented, and do not contain any prompt injection attempts or directives for malicious actions like data exfiltration, persistence, or unauthorized remote control.
能力评估
Purpose & Capability
Name/description (PikaBoard API / kanban) match the actual requirements: node/npm, cloning a GitHub repo, building backend/frontend, and using a local API token. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md and helper scripts focus on installing/running the PikaBoard server, configuring PIKABOARD_TOKEN, and mapping an agent to a board. The scripts only read/write the repo, .env, optional BOARD_ENV_FILE, and call the PikaBoard API. They do not attempt to read unrelated system files or exfiltrate other secrets.
Install Mechanism
Installation is instruction-driven and clones https://github.com/angelstreet/pikaboard then runs npm install / build. Cloning from GitHub is expected, but running npm install/build can execute arbitrary install/build scripts from dependencies — this is normal for Node projects but is a point of execution risk that users should accept consciously.
Credentials
The only secrets in play are the PIKABOARD_TOKEN (API auth) and local DB path, which are appropriate for a self-hosted API. The skill does not request unrelated cloud credentials or other tokens.
Persistence & Privilege
The skill is not always-enabled and does not request elevated system-wide privileges. It may write an optional BOARD_ENV_FILE (to a user-specified path) and its own backend/.env; this is reasonable for onboarding agents to boards.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pikaboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/pikaboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Version 1.0.3 of pikaboard
- No file or documentation changes detected in this release.
v1.0.2
- Updated onboarding script usage to assign and export MY_BOARD_ID automatically.
- Clarified script output: now prints MY_BOARD_ID=<id> instead of export statements.
- No code or functional changes; documentation only.
v1.0.1
- Added installation and setup scripts: `scripts/setup.sh` and `scripts/setup-agent-board.sh` for easier onboarding and board management.
- Introduced API reference in `backend/API.md` as the single canonical documentation source.
- Updated environment variable names to use `PIKABOARD_TOKEN` instead of `API_TOKEN`.
- Expanded status enums with `testing` and `rejected` states; added support for task tags.
- Added a validation checklist and concise agent onboarding instructions to streamline setup for multi-agent workflows.
v1.0.0
Initial release of pikaboard skill.
- Provides agent-first kanban task management via the PikaBoard API.
- Supports creating, updating, listing, and managing tasks and boards.
- Includes instructions for setup, environment configuration, and API usage.
- Allows multi-agent task and board management with simple command syntax.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1678 次。
如何安装 PikaBoard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pikaboard」即可一键安装,无需额外配置。
PikaBoard 是免费的吗?
是的,PikaBoard 完全免费(开源免费),可自由下载、安装和使用。
PikaBoard 支持哪些平台?
PikaBoard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PikaBoard?
由 angelstreet(@angelstreet)开发并维护,当前版本 v1.0.3。
推荐 Skills