Overview
- Skill Key
- gendosu/agkan-skills
- Author
- gendosu
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gendosu/agkan-skills
- Latest Commit SHA
- 00cc35baf90a68616e4e1652ec4c504e195996a8
Use when managing tasks with the agkan CLI tool - creating, listing, updating tasks, managing tags, blocking relationships, or tracking project progress with the kanban board.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agkan 技能。 若已安装,则直接安装 agkan 技能。
# agkan ## Overview `agkan` is an SQLite-based CLI task management tool. It is optimized for collaboration with AI agents. **7 Statuses:** `icebox` → `backlog` → `ready` → `in_progress` → `review` → `done` → `closed` --- ## Quick Reference ### Agent Guide ```bash # Display a comprehensive guide for AI agents (overview, commands, workflows) agkan agent-guide ``` ### Task Operations ```bash # Create task agkan task add "Title" "Body" agkan task add "Title" --status ready --author "agent" agkan task add "Subtask" --parent 1 agkan task add "Title" --file ./spec.md # Read body from file agkan task add "Title" --blocked-by 1,2 # Set tasks that block this task agkan task add "Title" --blocks 3,4 # Set tasks that this task blocks agkan task add "Title" --assignees "alice,bob" # Set task assignees (comma-separated) # List tasks agkan task list # All tasks agkan task list --status in_progress agkan task list --tree # Hierarchical view agkan task list --root-only # Root tasks only agkan task list --tag 1,2 # Filter by tags agkan task list --dep-tree # Dependency (blocking) tree view agkan task list --sort title # Sort by field (id / title / status / created_at / updated_at), default: created_at agkan task list --order asc # Sort order (asc / desc), default: desc agkan task list --assignees "alice,bob" # Filter by assignees (comma-separated) agkan task list --all # Include all statuses (including done and closed) # Get details agkan task get <id> # Search agkan task find "keyword" agkan task find "keyword" --all # Include done/closed # Update (positional argument form - backward compatible) agkan task update <id> status in_progress # Update (named option form - v1.6.0+) agkan task update <id> --status in_progress agkan task update <id> --title "New Title" agkan task update <id> --body "New body text" agkan task update <id> --author "agent" agkan task update <id> --assignees...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.