meegle-api-skill

Web & Frontend Development
v1.0.3
Benign

Meegle Open API skills (index)

2503 downloads503 installsby @pkycy

Setup & Installation

Install command

clawhub install pkycy/meegle-api-skill

If the CLI is not installed:

Install command

npx clawhub@latest install pkycy/meegle-api-skill

Or install with OpenClaw CLI:

Install command

openclaw skills install pkycy/meegle-api-skill

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/pkycy/meegle-api-skill

What This Skill Does

An index skill for the Meegle OpenAPI that routes to seven specialized sub-skills by area: credentials, users, spaces, work items, settings, comments, and views/measurement. Read meegle-api-credentials first to configure authentication context before any API call. When required credentials are missing, the skill identifies which are needed and where to find them.

Splitting the API into ordered sub-skills prevents credential and context errors by enforcing a read sequence before any API area is accessed.

When to Use It

  • 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
View original SKILL.md file
# 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.

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Creating and updating work items such as tasks, bugs, and stories in Meegle

AGENT
  1. 1Creating and updating work items such as tasks, bugs, and stories in Meegle
  2. 2Querying project members and user groups via API
  3. 3Configuring work item types, fields, and process settings programmatically
  4. 4Adding or retrieving comments on work items
  5. 5Pulling kanban board or Gantt chart data for external reporting
OUTPUT
Meegle Open API skills (index)

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026