OpenClaw · Skill
Meegle API Skill
Meegle OpenAPI is split into the following skills. Read meegle-api-credentials first for domain, token, context, and request headers; then read the skill that matches your task.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install pkycy/meegle-api-skillClawHub installer
npx clawhub@latest install pkycy/meegle-api-skillOpenClaw CLI
openclaw skills install pkycy/meegle-api-skillDirect OpenClaw install
openclaw install pkycy/meegle-api-skillWhat this skill does
Meegle OpenAPI is split into the following skills. Read meegle-api-credentials first for domain, token, context, and request headers; then read the skill that matches your task.
Why it matters
Splitting the API into ordered sub-skills prevents credential and context errors by enforcing a read sequence before any API area is accessed.
Typical use cases
- Creating and updating work items such as tasks, bugs, and stories in Meegle
- Querying project members and user groups via API
- Configuring work item types, fields, and process settings programmatically
- Adding or retrieving comments on work items
- Pulling kanban board or Gantt chart data for external reporting
Source instructions
Meegle API (index)
Meegle OpenAPI is split into the following skills. Read meegle-api-credentials first for domain, token, context, and request headers; then read the skill that matches your task.
| Order | Sub-skill (path) | When to read |
|---|---|---|
| 1 | meegle-api-credentials/SKILL.md | Domain, token, context (project_key, user_key), request headers. Read this before any other Meegle API call. |
| 2 | meegle-api-users/SKILL.md | User-related OpenAPIs (e.g. user groups, members). |
| 3 | meegle-api-space/SKILL.md | Space (project) operations. |
| 4 | meegle-api-work-items/SKILL.md | Create, get, update work items (tasks, stories, bugs). |
| 5 | meegle-api-setting/SKILL.md | Settings, work item types, fields, process configuration. |
| 6 | meegle-api-comments/SKILL.md | Comments on work items or other entities. |
| 7 | meegle-api-views-measurement/SKILL.md | Views, kanban, Gantt, charts, measurement. |
Each sub-skill lives under meegle-api-skill/ (e.g. meegle-api-users/SKILL.md). Use the Read tool on the relevant path when you need that API area.