LaunchKit · 2026
Back to Skills

meegle-mcp-skill

Interact with Meegle project management system via MCP protocol.

0
703 downloads
by @pkycy

Setup & Installation

openclaw skills install @pkycy/meegle-mcp-skill

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install meegle-mcp-skill

Version History

v0.1.1Feb 10, 2026 - Version note by skill developer:

Initial public release with setup and integration tooling. - Added setup script for installing dependencies and preparing the environment. - Provided sample configuration for MCP (mcp-config.example.json). - Included main MCP proxy script (scripts/mcp-proxy.js). - Added package manifest (package.json) to describe dependencies and entry points. - Supplied detailed documentation (README.md) for installation, configuration, and usage.

What This Skill Does

Connects Meegle, a visual project management tool built on Larksuite, to OpenClaw via the Model Context Protocol. Lets you create and update tasks, manage workflows, add team members, and pull reports through natural language commands.

Routine Meegle actions like task creation and stage transitions can be done in a single prompt instead of navigating through the web UI.

When to use it

  • Creating a task with assignee and due date without opening the browser
  • Moving a task to a different workflow stage mid-standup
  • Pulling a summary of completed tasks for a weekly report
  • Adding a new team member to a project by email
  • Checking all high-priority tasks assigned to you across projects

Example Workflow

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

INPUT

User asks: Create a task 'Update landing page copy' assigned to designer@company.com, due Friday, in the Q1 Website Redesign project

AGENT
  1. 1Authenticates with Meegle using MEEGLE_USER_KEY
  2. 2Looks up the 'Q1 Website Redesign' project to get its ID
  3. 3Resolves the assignee email to a workspace member
  4. 4Creates the task with the specified title, assignee, and due date
OUTPUT

Task 'Update landing page copy' created in Q1 Website Redesign, assigned to designer@company.com, due Friday

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Meegle account with API access enabledMEEGLE_USER_KEY environment variableMEEGLE_MCP_KEY environment variable