{
  "schemaVersion": "1.0",
  "item": {
    "slug": "meegle-mcp-skill",
    "name": "Meegle Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pkycy/meegle-mcp-skill",
    "canonicalUrl": "https://clawhub.ai/pkycy/meegle-mcp-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/meegle-mcp-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=meegle-mcp-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "mcp-config.example.json",
      "package.json",
      "scripts/mcp-proxy.js",
      "scripts/setup.sh"
    ],
    "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-mcp-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-mcp-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meegle-mcp-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 MCP Skill",
        "body": "Integrate Meegle (visual workflow and project management tool) with OpenClaw using the Model Context Protocol (MCP)."
      },
      {
        "title": "What is Meegle?",
        "body": "Meegle is a leading visual project management tool powered by Larksuite, designed for agile teams. It provides:\n\nCustomizable Kanban boards and Gantt charts\nReal-time collaboration with integrated chat\nWorkflow automation and custom pipelines\nTime tracking and analytics dashboard\nClient portal access for external stakeholders"
      },
      {
        "title": "Prerequisites",
        "body": "You need:\n\nA Meegle account with API access\nYour MEEGLE_USER_KEY from your Meegle workspace"
      },
      {
        "title": "Configuration",
        "body": "Option 1: Environment Variable (Recommended)\n\nSet your user key as an environment variable:\n\nexport MEEGLE_USER_KEY=\"your_user_key_here\"\nexport MEEGLE_MCP_KEY=\"your_mcp_key_here\"\n\nAdd this to your shell profile (~/.bashrc, ~/.zshrc, etc.) to persist across sessions.\n\nOption 2: OpenClaw Config\n\nAdd the MCP server configuration to your OpenClaw settings:\n\nEdit or create your OpenClaw MCP servers config file\nAdd the Meegle MCP server configuration:\n\n{\n  \"mcpServers\": {\n    \"meegle\": {\n      \"command\": \"node\",\n      \"args\": [\"{baseDir}/scripts/mcp-proxy.js\"],\n      \"env\": {\n        \"MEEGLE_USER_KEY\": \"your_user_key_here\",\n        \"MEEGLE_MCP_URL\": \"https://project.larksuite.com/mcp_server/v1\",\n        \"MEEGLE_MCP_KEY\": \"your_mcp_key_here\"\n      },\n      \"status\": \"active\"\n    }\n  }\n}\n\nOption 3: Using mcporter (Alternative)\n\nIf you have mcporter installed:\n\nmcporter add meegle \\\n  --url \"https://project.larksuite.com/mcp_server/v1?mcpKey=your_mcp_key_here&userKey={user_key}\" \\\n  --env MEEGLE_USER_KEY=your_user_key_here"
      },
      {
        "title": "Installation",
        "body": "Via ClawHub (Recommended):\n\nclawhub install meegle-mcp\n\nFrom GitHub:\n\ngit clone <this-repo-url> meegle-mcp\ncd meegle-mcp\n./scripts/setup.sh\n\nThen restart OpenClaw and verify installation:\n\nopenclaw skills list | grep meegle"
      },
      {
        "title": "Available Tools",
        "body": "Once configured, the Meegle MCP server provides various tools for project management. Common operations include:"
      },
      {
        "title": "Project Management",
        "body": "List Projects: View all projects in your workspace\nCreate Project: Set up new projects with custom workflows\nUpdate Project: Modify project details, status, or members"
      },
      {
        "title": "Task Operations",
        "body": "Create Task: Add new tasks with assignees, due dates, and priorities\nList Tasks: Filter and search tasks by project, assignee, or status\nUpdate Task: Change task properties, move between workflow stages\nGet Task Details: View comprehensive task information"
      },
      {
        "title": "Workflow Management",
        "body": "Get Workflows: List available workflow templates\nApply Workflow: Assign workflows to projects\nUpdate Workflow Stage: Move items through workflow stages"
      },
      {
        "title": "Team Collaboration",
        "body": "Add Members: Invite team members to projects\nList Members: View project participants and roles\nUpdate Permissions: Manage access levels"
      },
      {
        "title": "Analytics & Reporting",
        "body": "Get Project Stats: View progress, completion rates, and metrics\nTime Tracking: Log and query time entries\nGenerate Reports: Create custom reports on project data"
      },
      {
        "title": "Creating a New Project",
        "body": "Create a new Meegle project called \"Q1 Website Redesign\" with a Kanban workflow"
      },
      {
        "title": "Managing Tasks",
        "body": "Show me all high-priority tasks assigned to me in Meegle\n\nCreate a task in Meegle: \"Update landing page copy\" assigned to @designer, due next Friday"
      },
      {
        "title": "Workflow Operations",
        "body": "Move the task \"Homepage mockups\" to the \"In Review\" stage in Meegle"
      },
      {
        "title": "Team Coordination",
        "body": "Add john@company.com as a contributor to the \"Mobile App\" project in Meegle"
      },
      {
        "title": "Reporting",
        "body": "Generate a summary of completed tasks in Meegle for the past week"
      },
      {
        "title": "Limitations",
        "body": "Authentication: Requires a valid MEEGLE_USER_KEY with appropriate permissions\nRate Limits: Subject to Meegle API rate limits (check your plan)\nRead-Only Operations: Some operations may be restricted based on your role\nWorkspace Scope: Only accesses projects in your authorized workspace"
      },
      {
        "title": "Security Notes",
        "body": "Never commit your MEEGLE_USER_KEY to version control\nStore credentials in environment variables or secure config files\nReview permissions before granting OpenClaw access to Meegle\nConsider using a dedicated service account for automation"
      },
      {
        "title": "\"Authentication failed\" error",
        "body": "Verify your MEEGLE_USER_KEY is correct\nEnsure the key has not expired or been revoked\nCheck that your Meegle account has API access enabled"
      },
      {
        "title": "\"MCP server not responding\"",
        "body": "Verify network connectivity to project.larksuite.com\nCheck that the MCP server URL and key are correct\nReview OpenClaw logs: openclaw logs --filter=meegle"
      },
      {
        "title": "Tools not appearing",
        "body": "Restart OpenClaw after installation\nCheck skill is loaded: openclaw skills list\nVerify environment variables are set correctly"
      },
      {
        "title": "Resources",
        "body": "Meegle Official Website\nMeegle Documentation\nLarksuite Platform\nOpenClaw Skills Documentation\nModel Context Protocol Spec"
      },
      {
        "title": "Feedback",
        "body": "Issues or suggestions? Open an issue on the skill repository or contact via ClawHub.\n\nNote: This skill uses the Model Context Protocol to communicate with Meegle's MCP server. Tool availability and capabilities depend on your Meegle plan and permissions."
      }
    ],
    "body": "Meegle MCP Skill\n\nIntegrate Meegle (visual workflow and project management tool) with OpenClaw using the Model Context Protocol (MCP).\n\nWhat is Meegle?\n\nMeegle is a leading visual project management tool powered by Larksuite, designed for agile teams. It provides:\n\nCustomizable Kanban boards and Gantt charts\nReal-time collaboration with integrated chat\nWorkflow automation and custom pipelines\nTime tracking and analytics dashboard\nClient portal access for external stakeholders\nSetup\nPrerequisites\n\nYou need:\n\nA Meegle account with API access\nYour MEEGLE_USER_KEY from your Meegle workspace\nConfiguration\nOption 1: Environment Variable (Recommended)\n\nSet your user key as an environment variable:\n\nexport MEEGLE_USER_KEY=\"your_user_key_here\"\nexport MEEGLE_MCP_KEY=\"your_mcp_key_here\"\n\n\nAdd this to your shell profile (~/.bashrc, ~/.zshrc, etc.) to persist across sessions.\n\nOption 2: OpenClaw Config\n\nAdd the MCP server configuration to your OpenClaw settings:\n\nEdit or create your OpenClaw MCP servers config file\nAdd the Meegle MCP server configuration:\n{\n  \"mcpServers\": {\n    \"meegle\": {\n      \"command\": \"node\",\n      \"args\": [\"{baseDir}/scripts/mcp-proxy.js\"],\n      \"env\": {\n        \"MEEGLE_USER_KEY\": \"your_user_key_here\",\n        \"MEEGLE_MCP_URL\": \"https://project.larksuite.com/mcp_server/v1\",\n        \"MEEGLE_MCP_KEY\": \"your_mcp_key_here\"\n      },\n      \"status\": \"active\"\n    }\n  }\n}\n\nOption 3: Using mcporter (Alternative)\n\nIf you have mcporter installed:\n\nmcporter add meegle \\\n  --url \"https://project.larksuite.com/mcp_server/v1?mcpKey=your_mcp_key_here&userKey={user_key}\" \\\n  --env MEEGLE_USER_KEY=your_user_key_here\n\nInstallation\n\nVia ClawHub (Recommended):\n\nclawhub install meegle-mcp\n\n\nFrom GitHub:\n\ngit clone <this-repo-url> meegle-mcp\ncd meegle-mcp\n./scripts/setup.sh\n\n\nThen restart OpenClaw and verify installation:\n\nopenclaw skills list | grep meegle\n\nAvailable Tools\n\nOnce configured, the Meegle MCP server provides various tools for project management. Common operations include:\n\nProject Management\nList Projects: View all projects in your workspace\nCreate Project: Set up new projects with custom workflows\nUpdate Project: Modify project details, status, or members\nTask Operations\nCreate Task: Add new tasks with assignees, due dates, and priorities\nList Tasks: Filter and search tasks by project, assignee, or status\nUpdate Task: Change task properties, move between workflow stages\nGet Task Details: View comprehensive task information\nWorkflow Management\nGet Workflows: List available workflow templates\nApply Workflow: Assign workflows to projects\nUpdate Workflow Stage: Move items through workflow stages\nTeam Collaboration\nAdd Members: Invite team members to projects\nList Members: View project participants and roles\nUpdate Permissions: Manage access levels\nAnalytics & Reporting\nGet Project Stats: View progress, completion rates, and metrics\nTime Tracking: Log and query time entries\nGenerate Reports: Create custom reports on project data\nUsage Examples\nCreating a New Project\nCreate a new Meegle project called \"Q1 Website Redesign\" with a Kanban workflow\n\nManaging Tasks\nShow me all high-priority tasks assigned to me in Meegle\n\nCreate a task in Meegle: \"Update landing page copy\" assigned to @designer, due next Friday\n\nWorkflow Operations\nMove the task \"Homepage mockups\" to the \"In Review\" stage in Meegle\n\nTeam Coordination\nAdd john@company.com as a contributor to the \"Mobile App\" project in Meegle\n\nReporting\nGenerate a summary of completed tasks in Meegle for the past week\n\nLimitations\nAuthentication: Requires a valid MEEGLE_USER_KEY with appropriate permissions\nRate Limits: Subject to Meegle API rate limits (check your plan)\nRead-Only Operations: Some operations may be restricted based on your role\nWorkspace Scope: Only accesses projects in your authorized workspace\nSecurity Notes\nNever commit your MEEGLE_USER_KEY to version control\nStore credentials in environment variables or secure config files\nReview permissions before granting OpenClaw access to Meegle\nConsider using a dedicated service account for automation\nTroubleshooting\n\"Authentication failed\" error\nVerify your MEEGLE_USER_KEY is correct\nEnsure the key has not expired or been revoked\nCheck that your Meegle account has API access enabled\n\"MCP server not responding\"\nVerify network connectivity to project.larksuite.com\nCheck that the MCP server URL and key are correct\nReview OpenClaw logs: openclaw logs --filter=meegle\nTools not appearing\nRestart OpenClaw after installation\nCheck skill is loaded: openclaw skills list\nVerify environment variables are set correctly\nResources\nMeegle Official Website\nMeegle Documentation\nLarksuite Platform\nOpenClaw Skills Documentation\nModel Context Protocol Spec\nFeedback\n\nIssues or suggestions? Open an issue on the skill repository or contact via ClawHub.\n\nNote: This skill uses the Model Context Protocol to communicate with Meegle's MCP server. Tool availability and capabilities depend on your Meegle plan and permissions."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pkycy/meegle-mcp-skill",
    "publisherUrl": "https://clawhub.ai/pkycy/meegle-mcp-skill",
    "owner": "pkycy",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/meegle-mcp-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/meegle-mcp-skill",
    "agentUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent.md"
  }
}