OpenClaw · Skill
Meegle API
Read meegle-api-credentials first (domain, token, context, headers); then the skill that matches your task. Use read-file on Path ; {baseDir} = skill pack root.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install pkycy/meegle-apiClawHub installer
npx clawhub@latest install pkycy/meegle-apiOpenClaw CLI
openclaw skills install pkycy/meegle-apiDirect OpenClaw install
openclaw install pkycy/meegle-apiWhat this skill does
Read meegle-api-credentials first (domain, token, context, headers); then the skill that matches your task. Use read-file on Path ; {baseDir} = skill pack root.
Why it matters
Provides a single entry point that enforces credential loading order and routes to the correct sub-skill, avoiding manual auth and endpoint discovery across separate calls.
Typical use cases
- Creating and updating work items in a sprint
- Listing project members and team groups
- Adding comments to tracked work items
- Querying kanban board or Gantt chart data
- Configuring project settings and workflow types
Source instructions
Meegle API (index)
Read meegle-api-credentials first (domain, token, context, headers); then the skill that matches your task. Use read-file on Path; {baseDir} = skill pack root.
| Order | Path | When to read |
|---|---|---|
| 1 | {baseDir}/meegle-api-credentials/SKILL.md | Domain, token, context, headers — before any Meegle API call |
| 2 | {baseDir}/meegle-api-users/SKILL.md | User APIs (groups, members) |
| 3 | {baseDir}/meegle-api-space/SKILL.md | Space (project) operations |
| 4 | {baseDir}/meegle-api-work-items/SKILL.md | Work items CRUD, list, search |
| 5 | {baseDir}/meegle-api-setting/SKILL.md | Settings, types, fields, process |
| 6 | {baseDir}/meegle-api-comments/SKILL.md | Comments on work items |
| 7 | {baseDir}/meegle-api-views-measurement/SKILL.md | Views, kanban, Gantt, charts |