Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Create a task 'Update landing page copy' assigned to designer@company.com, due Friday, in the Q1 Website Redesign project
- 1Authenticates with Meegle using MEEGLE_USER_KEY
- 2Looks up the 'Q1 Website Redesign' project to get its ID
- 3Resolves the assignee email to a workspace member
- 4Creates the task with the specified title, assignee, and due date
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.