← 返回 Skills 市场
210
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meegel-connector
功能描述
Connect to Meegle via MCP service, support OAuth authentication, and enable querying and managing work items, views, etc.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meegel-connector - 安装完成后,直接呼叫该 Skill 的名称或使用
/meegel-connector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Meegle Connector 是什么?
Connect to Meegle via MCP service, support OAuth authentication, and enable querying and managing work items, views, etc. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。
如何安装 Meegle Connector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meegel-connector」即可一键安装,无需额外配置。
Meegle Connector 是免费的吗?
是的,Meegle Connector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meegle Connector 支持哪些平台?
Meegle Connector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meegle Connector?
由 wadxm(@wadxm)开发并维护,当前版本 v1.0.9。
推荐 Skills