carmelosantana/coqui-toolkit-kanboard
Composer 安装命令:
composer require carmelosantana/coqui-toolkit-kanboard
包简介
Kanboard toolkit for Coqui — full project management via the Kanboard JSON-RPC API
README 文档
README
A comprehensive Kanboard project management toolkit for the Coqui AI agent. Provides 10 domain-level tools covering the full Kanboard JSON-RPC 2.0 API with bulk operation support.
Installation
composer require coquibot/coqui-toolkit-kanboard
The toolkit is auto-discovered by Coqui's ToolkitDiscovery — no manual registration needed.
Credentials
The toolkit requires three environment variables, managed through Coqui's credential system:
| Variable | Description |
|---|---|
KANBOARD_URL |
Kanboard JSON-RPC endpoint (e.g. https://kanboard.example.com/jsonrpc.php) |
KANBOARD_USERNAME |
Username for authentication |
KANBOARD_API_TOKEN |
API token or password |
Authentication Modes
Kanboard supports three authentication methods, all through HTTP Basic Auth:
| Mode | Username | Token |
|---|---|---|
| Application API | jsonrpc |
Application API token (from Settings → API) |
| User API (password) | User login | User password |
| User API (personal token) | User login | Personal API token (from User Profile → API) |
Set credentials interactively through the Coqui bot:
> Set my Kanboard URL to https://kanboard.example.com/jsonrpc.php
Or configure them in your workspace .env:
KANBOARD_URL=https://kanboard.example.com/jsonrpc.php KANBOARD_USERNAME=jsonrpc KANBOARD_API_TOKEN=your-api-token-here
Tools
kanboard_project
Manage projects: create, list, update, enable/disable, public access control, and activity streams.
Actions: create, get, get_by_name, get_by_identifier, get_by_email, list, update, remove, enable, disable, enable_public_access, disable_public_access, get_activity, get_activities, bulk_create, bulk_update, bulk_remove
kanboard_task
Full task lifecycle management: create, search, move between projects, close/reopen, and overdue tracking.
Actions: create, get, get_by_reference, list, search, get_overdue, get_overdue_by_project, update, open, close, remove, move_position, move_to_project, duplicate_to_project, bulk_create, bulk_update, bulk_move, bulk_close, bulk_remove
kanboard_subtask
Subtask CRUD under tasks. Status values: 0=Todo, 1=In Progress, 2=Done.
Actions: create, get, list, update, remove, bulk_create, bulk_update, bulk_remove
kanboard_swimlane
Swimlane management: create, enable/disable, reorder.
Actions: list_active, list_all, get, get_by_name, create, update, remove, enable, disable, change_position, bulk_create, bulk_remove
kanboard_board
Get the full board state for a project: swimlanes → columns → tasks.
Parameters: project_id (required)
kanboard_column
Column CRUD and reordering within projects.
Actions: list, get, create, update, remove, change_position, bulk_create, bulk_remove
kanboard_category
Category management for task classification.
Actions: list, get, create, update, remove, bulk_create, bulk_remove
kanboard_comment
Task comments with Markdown support.
Actions: create, get, list, update, remove, bulk_create, bulk_remove
kanboard_tag
Project-level and task-level tag management.
Actions: list_all, list_by_project, create, update, remove, get_task_tags, set_task_tags, bulk_set_task_tags
kanboard_task_file
File attachments on tasks. Upload and download use base64 encoding.
Actions: create, list, get, download, remove, remove_all
Bulk Operations
Most tools support bulk actions via JSON-RPC batch requests. Pass a JSON array to the operations parameter:
[
{"project_id": 1, "title": "Task A", "color_id": "green"},
{"project_id": 1, "title": "Task B", "color_id": "blue"},
{"project_id": 1, "title": "Task C", "color_id": "red"}
]
Bundled Skill
The package includes a kanboard-project-manager skill that provides project management guidelines to the agent. It's automatically discovered when the package is installed.
Project Manager Role
A project-manager role is included in Coqui core at config/roles/project-manager.md. This role specializes the agent for project management tasks using Kanboard.
Development
# Install dependencies composer install # Run tests composer test # Static analysis composer analyse
Requirements
- PHP 8.4+
- Kanboard instance with API access
carmelosantana/php-agents^0.4
License
MIT
carmelosantana/coqui-toolkit-kanboard 适用场景与选型建议
carmelosantana/coqui-toolkit-kanboard 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「toolkit」 「json-rpc」 「project-management」 「Kanboard」 「php-agents」 「coqui」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 carmelosantana/coqui-toolkit-kanboard 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 carmelosantana/coqui-toolkit-kanboard 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 carmelosantana/coqui-toolkit-kanboard 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Yii2 JSON-RPC server implementation
The bundle for easy using json-rpc api on your project
Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.
Bulletins is a simple weekly retrospective tool for multiple projects or teams
Symfony2 Bundle that adds basic user account entity and city/state/country setup as well
A simple Odoo JSON-RPC client you can understand
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 27
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-08