meegle-api

Search & Research
v1.0.3
Benign

Meegle Open API skills index.

2571 downloads571 installsby @pkycy

Setup & Installation

Install command

clawhub install pkycy/meegle-api

If the CLI is not installed:

Install command

npx clawhub@latest install pkycy/meegle-api

Or install with OpenClaw CLI:

Install command

openclaw skills install pkycy/meegle-api

or paste the repo link into your assistant's chat

Install command

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

What This Skill Does

An index skill for Meegle's Open API that routes to sub-skills covering users, spaces, work items, settings, comments, and views. Credentials must be loaded before any API call.

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.

When to Use It

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

Example Workflow

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

INPUT

User asks: Creating and updating work items in a sprint

AGENT
  1. 1Creating and updating work items in a sprint
  2. 2Listing project members and team groups
  3. 3Adding comments to tracked work items
  4. 4Querying kanban board or Gantt chart data
  5. 5Configuring project settings and workflow types
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 26, 2026