← Back to Skills Marketplace
wadxm

Meegle Connector

by wadxm · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ⚠ suspicious
210
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meegel-connector
Description
Connect to Meegle via MCP service, support OAuth authentication, and enable querying and managing work items, views, etc.
Usage Guidance
This skill appears coherent with its stated purpose, but before installing you should: 1) Review the npm package on the registry (https://www.npmjs.com/package/@lark-project/meego-mcporter) and, if possible, inspect its source code and recent publisher activity (postinstall scripts, network calls). 2) Prefer the Browser OAuth flow so credentials are created locally and not transferred. 3) If using Remote OAuth Proxy, confirm the agent truly only displays client parameters (not tokens) and that you explicitly approve any write of credentials to ~/.mcporter/credentials.json. 4) Ensure the agent will not log or transmit the credentials elsewhere — treat the SKILL.md constraints as guidance, not enforcement. 5) If you have low trust in the npm package or in automated handling of secrets, perform the OAuth and credentials sync manually and only allow the agent to operate after verifying the credentials file contents.
Capability Analysis
Type: OpenClaw Skill Name: meegel-connector Version: 1.0.9 The skill facilitates Meegle integration but requires the agent to perform high-risk operations involving OAuth credentials. Specifically, the 'Remote OAuth Proxy' instructions in SKILL.md direct the agent to read and display the contents of `~/.mcporter/credentials.json` to the user and write user-provided data back to that location. While the documentation claims the file only contains non-sensitive parameters at that stage, this pattern creates a high risk of credential leakage or unauthorized file system access if the agent is misdirected or if the file contains active tokens.
Capability Assessment
Purpose & Capability
Name/description match the declared requirements: Node/npx and the @lark-project/meego-mcporter CLI are appropriate for an MCP/OAuth connector. The required config path (~/.mcporter/credentials.json) is directly related to storing OAuth credentials and is justified by the skill's purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to read and write ~/.mcporter/credentials.json during OAuth flows and to prompt the user for confirmation before any credential operations. This is appropriate for remote OAuth synchronization, but the path is sensitive — the instructions must be followed exactly to avoid accidentally exposing tokens. The doc prohibits logging credentials, which is good, but that is an instruction (not an enforced guarantee).
Install Mechanism
Install is a normal npm package (@lark-project/meego-mcporter) which produces a CLI binary (meego-mcporter). This is expected for a Node-based connector. However, the skill bundle contains no package code to audit; installing a third-party npm package carries the usual risks (postinstall scripts, network activity).
Credentials
No environment variables or unrelated credentials are requested. The single config path requirement is proportional to the OAuth functionality described.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide privileges, and confines reads/writes to its own credentials directory (~/.mcporter). Autonomous invocation is allowed (platform default) but the SKILL.md states credential operations must require explicit user confirmation, which reduces risk if followed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meegel-connector
  3. After installation, invoke the skill by name or use /meegel-connector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
- Improved security and clarity for OAuth credential management, with step-by-step user confirmation required for all credential operations. - Updated instructions for both local (Browser OAuth) and remote (OAuth Proxy) authentication scenarios, including clear guidance on syncing credentials. - Enhanced documentation of prerequisites and environment requirements. - Emphasized available features: querying and managing work items and views. - Added stricter guidance ensuring credentials are not logged, only stored in the designated location, and that temporary files are cleaned up promptly.
Metadata
Slug meegel-connector
Version 1.0.9
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Meegle Connector?

Connect to Meegle via MCP service, support OAuth authentication, and enable querying and managing work items, views, etc. It is an AI Agent Skill for Claude Code / OpenClaw, with 210 downloads so far.

How do I install Meegle Connector?

Run "/install meegel-connector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Meegle Connector free?

Yes, Meegle Connector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Meegle Connector support?

Meegle Connector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Meegle Connector?

It is built and maintained by wadxm (@wadxm); the current version is v1.0.9.

💬 Comments