← 返回 Skills 市场
blueworldmarketing

Nerve Kanban Bwm

作者 blueworldmarketing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
62
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nerve-kanban-bwm
功能描述
Interact with the Nerve Kanban board API. CRUD tasks, manage workflow (execute, approve, reject, abort), handle proposals, configure the board. All endpoints...
安全使用建议
This skill appears to be a straightforward API reference for a Nerve Kanban server and is instruction-only (no install). Before installing: 1) Confirm where the agent will point the skill (what base URL) and whether that server requires authentication — the SKILL.md does not explain auth or how credentials are provided. 2) If the server is not local/dev-only, require secure transport and credentials (API token, OAuth, etc.) and ensure the skill is configured to use them. 3) Note that the API can spawn subagent sessions via the execute endpoint — if you allow autonomous model invocation, the agent could start background runs; consider disabling autonomous invocation or restricting the skill to trusted agents. 4) Test the skill in an isolated/dev environment first and review the actual Nerve server's auth and access controls before giving it network access to production systems.
功能分析
Type: OpenClaw Skill Name: nerve-kanban-bwm Version: 1.0.0 The skill bundle provides a standard API interface for managing a Kanban board (Nerve). It includes comprehensive documentation for CRUD operations on tasks and proposals, workflow management (execute, approve, reject), and board configuration. The logic is consistent with its stated purpose, and there are no indicators of data exfiltration, malicious execution, or prompt injection. All endpoints are documented under /api/kanban in SKILL.md and references/api.md.
能力评估
Purpose & Capability
The name, description, and listed endpoints align: all declared endpoints and actions (CRUD, proposals, workflow, config) match a Kanban management skill. However, the SKILL.md does not declare how the agent learns the server origin (it only gives an example http://localhost:3000) nor does it mention any authentication requirements—this omission is notable because a production Kanban API would typically require auth. The lack of required env/config for the base URL or credentials is an unexplained choice.
Instruction Scope
The instructions are narrowly scoped to calling the documented REST endpoints and handling CAS/version conflicts; there are no directives to read local files or unrelated system state. One important capability described is POST /api/kanban/tasks/:id/execute which 'spawns a gateway subagent session' and relies on background pollers — that means using the skill can cause agent sessions to be created and run autonomously via the Nerve server. That behavior is within the skill's stated purpose (execute tasks), but it increases the operational blast radius and should be explicit in policy/authorization controls.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an install perspective — nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill declares no required environment variables or primary credential. This can be fine for a local/dev-only Kanban server, but it's unexpected for a networked production API. If the Nerve server requires authentication, the skill provides no mechanism for supplying or restricting credentials. Absence of any auth/config guidance is a proportionality gap worth clarifying.
Persistence & Privilege
always:false and default autonomous invocation are appropriate. However, because the API includes an endpoint that spawns agent sub-sessions, allowing the model to autonomously invoke this skill (disable-model-invocation=false) could let the agent create background runs. This is not inherently incorrect but increases risk; consider gating autonomous calls or limiting which models/commands are allowed to trigger /execute.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nerve-kanban-bwm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nerve-kanban-bwm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the nerve-kanban skill. - Provides REST API access to Nerve Kanban board for full task and workflow management. - Supports creating, updating, deleting, reordering, and executing tasks through standard endpoints. - Integrates proposals for agent-suggested task changes, with operator approval workflows. - Enforces CAS versioning for concurrency control on updates and moves. - Includes configuration endpoints and clear status transition rules for tasks.
元数据
Slug nerve-kanban-bwm
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nerve Kanban Bwm 是什么?

Interact with the Nerve Kanban board API. CRUD tasks, manage workflow (execute, approve, reject, abort), handle proposals, configure the board. All endpoints... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。

如何安装 Nerve Kanban Bwm?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nerve-kanban-bwm」即可一键安装,无需额外配置。

Nerve Kanban Bwm 是免费的吗?

是的,Nerve Kanban Bwm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nerve Kanban Bwm 支持哪些平台?

Nerve Kanban Bwm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nerve Kanban Bwm?

由 blueworldmarketing(@blueworldmarketing)开发并维护,当前版本 v1.0.0。

💬 留言讨论