← 返回 Skills 市场
pkycy

Meegle API

作者 Daniel · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
735
总下载
2
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install meegle-api-skill
功能描述
Meegle Open API skills (index). Read the specific skill for your need. Order: Credentials, Users, Space, Work Items, Setting, Comments, Views & Measurement....
安全使用建议
This skill is a documentation-style, instruction-only wrapper around Meegle's OpenAPI and appears internally consistent with that purpose. Before installing or using it: (1) Confirm you are comfortable providing plugin_id and plugin_secret and that you will store them as secrets (do not paste them in chat). (2) Prefer using environment or platform secret storage (MEEGLE_PLUGIN_ID, MEEGLE_PLUGIN_SECRET, MEEGLE_PROJECT_KEY, MEEGLE_USER_KEY) so the agent won't prompt every time. (3) Note the SKILL.md requires server-side exchange/refresh for user_access_token — follow that advice to avoid leaking tokens client-side. (4) Verify the platform recognizes the SKILL.md required_credentials (there is a mismatch with the registry summary that listed no required env vars). (5) If you install in a team environment, limit the scope of the plugin_secret and rotate it if exposed. If you want, provide the platform's skill manifest or installation UI screenshot so I can re-check that the required credentials are being declared and handled as secrets.
功能分析
Type: OpenClaw Skill Name: meegle-api-skill Version: 1.0.3 This skill bundle provides comprehensive API interactions with the Meegle (Feishu Project / Lark Project) platform for managing work items, users, spaces, settings, comments, views, and attachments. While the `SKILL.md` and `meegle-api-credentials/SKILL.md` files contain extensive prompt injection instructions for the AI agent, these are benign in intent, guiding the agent on how to acquire and use legitimate credentials (e.g., prioritizing environment variables, instructing on how to prompt the user for missing credentials) for the skill's stated purpose. All API calls are directed to legitimate Meegle domains (`project.larksuite.com`, `project.feishu.cn`), and sensitive credentials (`plugin_id`, `plugin_secret`) are correctly marked as `source: secret`. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The skill's name and description match its contents: a collection of sub-skills for Meegle OpenAPI (users, space, work items, settings, comments, views). The credentials it explains needing (plugin_id, plugin_secret, domain, project_key, user_key) are appropriate and expected for calling Meegle OpenAPI.
Instruction Scope
SKILL.md instructs the agent to read the credentials sub-skill first, then call documented Meegle endpoints. It does not instruct the agent to read unrelated system files, exfiltrate data, or call endpoints outside the Meegle domains (project.larksuite.com / project.feishu.cn). It also includes reasonable guidance about token caching and server-side user token exchange.
Install Mechanism
This is instruction-only with no install spec and no code files — lowest-risk delivery. README mentions Clawhub lookup but no installer or remote downloads are executed by the skill itself.
Credentials
The SKILL.md (meegle-api-credentials) declares required credentials (plugin_id, plugin_secret, domain, project_key, user_key) and recommends environment variables (MEEGLE_*). These credentials are proportionate to the API purpose. However, the registry summary at the top listed 'Required env vars: none' which is inconsistent with the skill metadata — confirm the platform will treat the SKILL.md required_credentials as secret inputs and not ignore them. Treat plugin_secret and tokens as sensitive and store them in the platform's secret store.
Persistence & Privilege
always:false (default). The skill does not request permanent system presence, does not include an install step that would write binaries, and does not instruct changing other skills' configs. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meegle-api-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meegle-api-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
meegle-api-skill 1.0.3 - Documentation updated in README.md and meegle-api-credentials/SKILL.md. - Content in SKILL.md reformatted without changes to functionality or instructions.
v1.0.2
- No code or documentation changes detected in this version. - Version bump only; contents remain the same as the previous release.
v1.0.1
- No changes detected in this version. - All features and documentation remain the same as the previous release.
v1.0.0
- Added guidance to prompt users for missing required credentials (such as user_key, project_key) and direct them to meegle-api-credentials when needed. - Improved error handling instructions to avoid simply reporting errors for missing credentials.
v0.2.2
- Removed the metadata section describing required credentials and optional context from the index skill file. - No changes were made to the API skill index table or usage instructions.
v0.2.1
- Updated README.md with no changes to the skill's functionality or documentation content. - No user-facing or API changes in this release.
v0.2.0
- Added meegle-api-credentials/SKILL.md as a separate credentials/index skill. - Updated the documentation order and guidance to reference meegle-api-credentials as the required first step. - Revised credential and context descriptions across all SKILL.md files for consistency. - Clarified the roles and ordering of all sub-skills in the index and sub-index files.
v0.1.5
- Added detailed documentation for settings sub-features: field settings, relationship settings, roles, space settings, work item settings, and workflow settings. - Expanded meegle-api-setting skill with six new SKILL.md files for easier access to specific configuration options. - Improved organization and clarity for settings-related API usage.
v0.1.4
- Added README.md for improved documentation. - Updated descriptions for optional context fields, clarifying how to obtain project_key and user_key in SKILL.md files. - Refreshed several SKILL.md documents for clarity and consistency across sub-skills.
v0.1.3
- No file changes detected in this version. - No updates or modifications to documentation or functionality.
v0.1.2
meegle-api-skill 0.1.2 - Updated documentation in meegle-api-comments/SKILL.md, meegle-api-space/SKILL.md, and meegle-api-users/SKILL.md. - No changes to API or functionality; documentation only.
v0.1.1
- Added detailed credential requirements to the main SKILL.md, including plugin ID, secret, domain, and context options. - Updated the sub-skill path references and instructions for using the relevant skill files. - Revised and standardized documentation across 14 sub-skills for clarity and consistency.
v0.1.0
- Initial release of meegle-api skill (version 0.1.0). - Provides an index and overview of available Meegle OpenAPI sub-skills. - Outlines the order in which to consult sub-skills, starting with users/domain and progressing through space, work items, settings, comments, and views/measurement. - Guides users to relevant SKILL.md documentation for each specific API area.
元数据
Slug meegle-api-skill
版本 1.0.3
许可证
累计安装 0
当前安装数 0
历史版本数 13
常见问题

Meegle API 是什么?

Meegle Open API skills (index). Read the specific skill for your need. Order: Credentials, Users, Space, Work Items, Setting, Comments, Views & Measurement.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 735 次。

如何安装 Meegle API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meegle-api-skill」即可一键安装,无需额外配置。

Meegle API 是免费的吗?

是的,Meegle API 完全免费(开源免费),可自由下载、安装和使用。

Meegle API 支持哪些平台?

Meegle API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meegle API?

由 Daniel(@pkycy)开发并维护,当前版本 v1.0.3。

💬 留言讨论