返回顶部
i

init-manager初始化管理器

Manage tasks in Init Manager — pick up ready tasks, update status, comment, and close out. Use when assigned tasks via webhook or cron, or when interacting with Init Manager projects.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
577
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

init-manager

Init Manager Skill

This skill enables AI agents to work with Init Manager as a project management backend — picking up tasks, doing work, and closing them out.

Setup

Your workspace needs these in TOOLS.md or environment:

  • - Init Manager URL (e.g. https://manager.init.hr)
  • API Key (Bearer token, starts with initm_)
  • Your User ID (UUID)

AI Guides (Instruction Hierarchy)

There are three levels of AI instructions. Always follow them. More specific wins on conflict:

  1. 1. Global AI Guide — INLINECODE3
  2. Per-User AI GuideGET /api/users/<your-user-id>aiGuide field
  3. Project AI GuideGET /api/projects/<project-id>aiGuide field

On first boot and periodically: fetch all three and follow the combined instructions.

Task Workflow

  1. 1. Pick up tasks in ready status assigned to you
  2. Move to in_progress before starting work
  3. Read full description + all comments + project AI guide before writing code
  4. If unsure — comment asking for clarification, keep in ready, assign to a human
  5. When done — move to done, add comment with commit/PR link + summary
  6. If blocked — comment with details, assign to a human

API Reference

Authentication

All requests need:
CODEBLOCK0

Key Endpoints

ActionMethodEndpoint
List projectsGETINLINECODE12
Project board
GET | /api/projects/<id>/board | | Project details | GET | /api/projects/<id> | | List tasks | GET | /api/tasks?assignee=me&status=ready | | Get task | GET | /api/tasks/<id> | | Update task | PATCH | /api/tasks/<id> | | Move task | POST | /api/tasks/<id>/move | | Create task | POST | /api/tasks | | Add comment | POST | /api/tasks/<id>/comments | | Assign user | POST | /api/tasks/<id>/assign | | Complete assignment | POST | /api/tasks/<id>/complete | | Activity log | GET | /api/activity | | Global AI guide | GET | /api/settings?key=ai_global_guide |

Create a Task

CODEBLOCK1

Update a Task

CODEBLOCK2
All fields optional — only include what changes.

Add a Comment

CODEBLOCK3
⚠️ Use body field, not content.

Assign a User

CODEBLOCK4

Labels

CODEBLOCK5

Behavior Notes

  • - Assignments auto-complete when task moves to done or INLINECODE28
  • Moving task back to ready/backlog clears notification flags and assignment completion
  • Comments created via API are flagged INLINECODE31
  • Task keys (e.g. IMG-32) are auto-generated from project prefix

Error Responses

CODEBLOCK6

StatusMeaning
400Bad request / validation
401
Invalid or missing API key |
| 403 | Not allowed for your role |
| 404 | Resource not found |
| 409 | Conflict |
| 500 | Server error |

Common Workflow: Check for Tasks

CODEBLOCK7

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 init-manager-1776420057 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 init-manager-1776420057 技能

通过命令行安装

skillhub install init-manager-1776420057

下载

⬇ 下载 init-manager v1.0.1(免费)

文件大小: 2.69 KB | 发布时间: 2026-4-17 20:08

v1.0.1 最新 2026-4-17 20:08
- Expanded and clarified usage instructions in SKILL.md, including required setup and workflow for managing tasks in Init Manager.
- Added a detailed guide on AI instruction hierarchy and when to fetch guides.
- Provided comprehensive API reference with authentication, endpoints, and example request payloads.
- Documented common task workflow, error responses, and implementation-specific behavior notes.
- Updated setup section for required environment variables and prerequisites.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部