技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 1 · 2.1k · 5 current installs · 6 all-time installs
⭐ 1
安装量(当前) 6
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:abakermi/kanbanflow-skill
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill claims to manage KanbanFlow boards but provides no implementation, no install steps, and requests no credentials — the instructions are incomplete and inconsistent with the stated purpose.
目的
The name/description promise KanbanFlow board management, but there is no code, no CLI binary declared, no install, and no authentication mechanism (API key or account credential). A real KanbanFlow integration would need a way to authenticate and reach KanbanFlow's API; those requirements are missing.
说明范围
SKILL.md lists command-like usages (e.g., 'kanbanflow add <columnId> <name>') but gives no runtime instructions for how to execute these commands, how to obtain board/column IDs, or where to send requests. The instructions are vague and do not constrain what the agent should do to fulfill them.
安装机制
This is an instruction-only skill with no install spec and no code files, which minimizes direct installation risk (nothing is downloaded or written by the skill).
证书
The skill declares no required environment variables or primary credential, yet managing a third‑party KanbanFlow account normally requires an API token or user credentials. The lack of declared credentials is disproportionate and suggests the skill is incomplete or mis-specified.
持久
The skill does not request always:true and uses default invocation settings. It does not ask to modify other skills or persist broad system configuration.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Kanbanflow Skill」。简介:Manage and organize KanbanFlow board tasks by adding, moving, coloring, and del…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/abakermi/kanbanflow-skill/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
<skill>
<name>kanbanflow</name>
<description>Manage KanbanFlow board tasks (board, columns, tasks, add, move, color, delete). Use this to organize work and track progress.</description>
<usage>
<command>kanbanflow board</command>
<command>kanbanflow columns</command>
<command>kanbanflow tasks [columnId]</command>
<command>kanbanflow add <columnId> <name> [description] [color]</command>
<command>kanbanflow move <taskId> <columnId></command>
<command>kanbanflow color <taskId> <color></command>
<command>kanbanflow delete <taskId></command>
</usage>
</skill>