Kanbanflow Skill
Manage and organize KanbanFlow board tasks by adding, moving, coloring, and deleting tasks across columns to track work progress.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 1 · 2.2k · 5 current installs · 6 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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).
Credentials
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.
Persistence & Privilege
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.
What to consider before installing
This skill appears to be a placeholder or incomplete: it lists commands for managing KanbanFlow but provides no implementation, no install steps, and no way to authenticate. Before installing or enabling it, ask the publisher for: (1) the implementation or source code showing how commands are executed, (2) which API endpoints are used, (3) what credentials or tokens are required and how they are stored, and (4) a homepage or repository and publisher identity. Prefer skills that explicitly declare required env vars (API keys) and provide a transparent install/source so you can review where your credentials would be sent. If you cannot get that information, avoid installing the skill or enable it only in a well‑isolated, low‑privilege environment.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.1.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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>
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
