Li Mvp Kanban Skill
Skill by 43622283
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/43622283/li-mvp-kanban-skillWhat This Skill Does
The Li Mvp Kanban Skill is a powerful, integrated task management solution designed to streamline workflow orchestration within the OpenClaw environment. It transforms a standard Kanban board into an AI-augmented productivity hub by leveraging 21 specific MCP-based tools. Beyond simple task tracking, it enables complex swimlane management, batch operations for high-volume task handling, and intelligent data analysis. Using SQLite for local persistence, it ensures that your team's project data remains organized, searchable via vector-based semantics, and accessible through natural language interfaces. It effectively bridges the gap between structured project management and intuitive AI interaction.
Installation
To integrate this skill into your OpenClaw agent, you can use the command-line interface directly. Execute clawhub install openclaw/skills/skills/43622283/li-mvp-kanban-skill to download and register the skill. For advanced users who prefer containerized environments, you can configure your ~/.openclaw/config/mcp.json file to point to the official Docker image. Ensure your system has Docker installed and that you have the necessary permissions for persistent volume mounting to /app/data to prevent data loss across container restarts.
Use Cases
- Agile Project Management: Manage software development lifecycles with custom swimlanes for 'Development', 'Security', and 'QA'.
- Automated Reporting: Trigger the
get_board_metricstool to automatically generate weekly progress reports for stakeholders. - Intelligent Resource Allocation: Use the AI-driven
analyze_boardfunctionality to identify bottlenecks where tasks are stagnating or team capacity is being overutilized. - Rapid Task Onboarding: Utilize the NLP command interface to quickly parse emails or meeting notes into structured project tasks using natural language.
Example Prompts
- "Find all high-priority security tasks currently in the backlog and move them to the 'In Progress' swimlane."
- "Analyze the current Kanban board and give me a summary of potential bottlenecks in our current release cycle."
- "Batch create tasks: create 5 tasks for the documentation project with a high priority and assign them to the dev-team lane."
Tips & Limitations
- Performance: While the SQLite backend is robust, avoid managing tens of thousands of tasks simultaneously within a single board for optimal UI performance.
- AI Accuracy: Always verify AI-generated project insights or bottleneck warnings; these are intended as decision-support tools rather than automated project manager replacements.
- Network: The skill requires local network access to serve the Web UI and API endpoints. If running in a restricted Docker environment, ensure port 9999 is correctly mapped to your host machine.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-43622283-li-mvp-kanban-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
li_itil_manager
ITIL 5 Manager - Elite IT Service Management Advisor specializing in ITSM, FinOps, and IT governance using ITIL 5 DPSM framework.
Li Etl Handle Safe
Skill by 43622283
Li Doc Answer
Skill by 43622283
li-feishu-audio
飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。
li_sentry_check
Multi-platform server inspection and health check skill. SSH into remote Linux servers using key-based authentication, run read-only inspection commands (CPU, memory, disk, network, services, security), and generate structured Markdown reports with anomaly highlighting. Use when the user asks to inspect servers, run health checks, check system metrics, perform 巡检/巡查, gather system status, or generate inspection reports. Compatible with nanobot, OpenClaw, and Hermes agent.