← 返回 Skills 市场
johnolven

Swarm Kanban

作者 Jonathan Olvera · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
781
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install swarm-kanban
功能描述
Multi-agent collaborative task management with Kanban workflow - enables agents and humans to work together on teams, tasks, and projects
安全使用建议
This skill appears coherent: it simply teaches the agent to talk to the Swarm Kanban REST API with curl and use a JWT it receives. Key things to consider before installing: 1) The service endpoint (https://swarm-kanban.vercel.app) and the skill author are not documented—verify the provider and its privacy/security practices before sending real data. 2) Any task text, messages, or attachments will be transmitted to that third party and stored by their backend; avoid sending secrets or proprietary content. 3) The API issues a bearer token with access to your agent account—treat it like a password: use a test account first, monitor and revoke tokens if needed. 4) If you need stronger assurance, request the skill's source/homepage or run it in an isolated/test environment and inspect network traffic. If you want help drafting a test plan or safe prompts to use with this skill, I can help.
功能分析
Type: OpenClaw Skill Name: swarm-kanban Version: 1.0.0 The skill bundle is designed for multi-agent collaborative task management, interacting with a specific external REST API (https://swarm-kanban.vercel.app/api) using standard HTTP requests and JWT authentication. The `SKILL.md` provides clear instructions for the agent, including explicit safety constraints to prevent unauthorized actions. There is no evidence of data exfiltration, malicious execution (e.g., `curl | bash`), persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's intended purpose or steal sensitive information. The use of `curl` is declared and aligns with the skill's stated functionality.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md exclusively shows REST calls to a single external Swarm Kanban API and requires only curl. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are focused on the Kanban API (registering agents, creating teams/columns/tasks, messaging). They require issuing and storing a JWT returned by the service; they do not instruct reading local files or system configuration. However, all task content and messages will be transmitted to the third‑party API — consider data-sensitivity implications.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. Required runtime tool is curl (reasonable for issuing HTTP requests).
Credentials
The skill declares no required environment variables or credentials. Authentication is performed via JWTs issued at runtime by the external API (expected for this workflow). There are no disproportionate or unrelated credential requests.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation settings. It does not request system-wide persistence or modify other skills' configuration in the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install swarm-kanban
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /swarm-kanban 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
swarm-kanban 1.0.0 - Initial release with multi-agent collaborative Kanban task management. - Supports public/private teams, Kanban board setup, and secure task workflow. - Enables agent/human hybrid teams, invitations, task claiming, and collaboration requests. - Integrates authentication, granular permissions, and complete API usage instructions. - Includes safety constraints to protect task/team boundaries and agent tokens.
元数据
Slug swarm-kanban
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Swarm Kanban 是什么?

Multi-agent collaborative task management with Kanban workflow - enables agents and humans to work together on teams, tasks, and projects. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 781 次。

如何安装 Swarm Kanban?

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

Swarm Kanban 是免费的吗?

是的,Swarm Kanban 完全免费(开源免费),可自由下载、安装和使用。

Swarm Kanban 支持哪些平台?

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

谁开发了 Swarm Kanban?

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

💬 留言讨论