{
  "schemaVersion": "1.0",
  "item": {
    "slug": "meegle-api-skill",
    "name": "Meegle API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pkycy/meegle-api-skill",
    "canonicalUrl": "https://clawhub.ai/pkycy/meegle-api-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/meegle-api-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=meegle-api-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "meegle-api-comments/SKILL.md",
      "meegle-api-credentials/SKILL.md",
      "meegle-api-setting/SKILL.md",
      "meegle-api-setting/field-settings/SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/meegle-api-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/meegle-api-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/meegle-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meegle-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meegle-api-skill/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Meegle API (index)",
        "body": "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.\n\nOrderSub-skill (path)When to read1meegle-api-credentials/SKILL.mdDomain, token, context (project_key, user_key), request headers. Read this before any other Meegle API call.2meegle-api-users/SKILL.mdUser-related OpenAPIs (e.g. user groups, members).3meegle-api-space/SKILL.mdSpace (project) operations.4meegle-api-work-items/SKILL.mdCreate, get, update work items (tasks, stories, bugs).5meegle-api-setting/SKILL.mdSettings, work item types, fields, process configuration.6meegle-api-comments/SKILL.mdComments on work items or other entities.7meegle-api-views-measurement/SKILL.mdViews, kanban, Gantt, charts, measurement.\n\nEach 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."
      }
    ],
    "body": "Meegle API (index)\n\nMeegle 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.\n\nOrder\tSub-skill (path)\tWhen to read\n1\tmeegle-api-credentials/SKILL.md\tDomain, token, context (project_key, user_key), request headers. Read this before any other Meegle API call.\n2\tmeegle-api-users/SKILL.md\tUser-related OpenAPIs (e.g. user groups, members).\n3\tmeegle-api-space/SKILL.md\tSpace (project) operations.\n4\tmeegle-api-work-items/SKILL.md\tCreate, get, update work items (tasks, stories, bugs).\n5\tmeegle-api-setting/SKILL.md\tSettings, work item types, fields, process configuration.\n6\tmeegle-api-comments/SKILL.md\tComments on work items or other entities.\n7\tmeegle-api-views-measurement/SKILL.md\tViews, kanban, Gantt, charts, measurement.\n\nEach 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."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pkycy/meegle-api-skill",
    "publisherUrl": "https://clawhub.ai/pkycy/meegle-api-skill",
    "owner": "pkycy",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/meegle-api-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/meegle-api-skill",
    "agentUrl": "https://openagent3.xyz/skills/meegle-api-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meegle-api-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meegle-api-skill/agent.md"
  }
}