← Back to Skills Marketplace
803
Downloads
2
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install meegle-api
Description
Meegle Open API skills index. Read credentials first; missing credentials → see meegle-api-credentials and remind user where to get them.
Usage Guidance
This skill is an organized set of API call templates for Meegle and appears coherent with its stated purpose. Before installing: (1) review the included meegle-api-credentials SKILL.md to confirm exactly how tokens are obtained and where secrets are used; (2) be aware the README instructs you to store credentials in ~/.openclaw/openclaw.json under skills.entries["meegle-api"].env — that's a config file on your machine, so only add secrets there if you trust the skill and understand how OpenClaw protects that file; (3) consider using short-lived user_access_token or limited-scope plugin credentials where possible and avoid storing long-lived secrets in plaintext; (4) since the package relies on read-file semantics, ensure you trust the skill pack contents (it will read the SKILL.md files you installed); and (5) if you need stricter isolation, prefer providing per-session tokens at runtime rather than permanent entries in global config.
Capability Analysis
Type: OpenClaw Skill
Name: meegle-api
Version: 1.0.3
The skill bundle provides a comprehensive set of API integrations for the Meegle (Feishu Project / Lark Project) Open API. All files, including `SKILL.md` and `README.md`, contain legitimate instructions for the AI agent regarding credential handling, API interaction, and performance optimization. Credentials are explicitly required to be configured by the user in `~/.openclaw/openclaw.json` or obtained via user prompts, and all API calls are directed to the legitimate Meegle API endpoints. No evidence of data exfiltration, malicious execution, persistence, obfuscation, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The skill is an index and collection of Meegle OpenAPI sub-skills. The five required env vars (plugin id/secret, domain, project_key, user_key) are appropriate and expected for calling Meegle APIs and obtaining tokens. Nothing requested is unrelated to the stated purpose.
Instruction Scope
Runtime instructions direct the agent to read the included SKILL.md files (read-file) and to read the separate credentials file (meegle-api-credentials) before making API calls — this is appropriate. The README/SKILL.md also instructs placing credentials into the user's OpenClaw config file (~/.openclaw/openclaw.json) and to cache plugin_access_token within the session. That file-path recommendation is outside the skill directory and is prescriptive; it should be reviewed by the user (see guidance).
Install Mechanism
This is instruction-only with no install spec and no code files to execute. Lowest-risk install model (nothing is downloaded or written by an installer).
Credentials
The set of required environment variables is small and directly related to Meegle API auth and context. They are sensitive (plugin_secret, user_key), but their presence is justified by the skill’s purpose. The skill does recommend storing these in ~/.openclaw/openclaw.json (not declared as a required config path), which is a configuration choice rather than unexplained credential access.
Persistence & Privilege
The skill does not request permanent 'always' inclusion and does not modify other skills. Its only persistence-related guidance is to cache plugin_access_token within a session (typical for API clients) and to store credentials in the user's OpenClaw config under the skill's own entry — this is standard but should be consciously approved by the user.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meegle-api - After installation, invoke the skill by name or use
/meegle-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated description for clarity; now explicitly reminds users to check meegle-api-credentials if credentials are missing.
- Improved sub-skill table: now uses clearer "Path" column and specifies `{baseDir}` usage.
- Metadata revised to declare required environment variables (MEEGLE_PLUGIN_ID, MEEGLE_PLUGIN_SECRET, etc.).
- Language streamlined and instructions for reading sub-skills made more concise.
v1.0.2
Initial release of unified meegle-api skill, reorganizing skills and documentation structure.
- Combines previously separate API areas into a single skill index.
- Adds dedicated sub-skills for credentials, users, space, work items, settings, comments, and views/measurement.
- Introduces a clear recommended order for reading and using each sub-skill.
- Updates credential requirements and context options in the root SKILL.md.
- Removes legacy work item files, consolidating documentation under new hierarchy.
v1.0.1
- Major reorganization: migrated from a set of "meegle-api-*" sub-skills to a new, domain- and function-based structure.
- Added modular sub-skills: attachment, group, space-association, tasks, work-item-lists, work-item-read-and-write, and workflows-and-nodes.
- Removed previous sub-skills focusing on comments, settings, users, views, and work-items.
- Updated documentation to direct users to the new modular sub-skills and clearly detail prerequisites.
v1.0.0
Initial release of Meegle Open API (index):
- Provides a high-level overview and roadmap for using the Meegle API skills.
- Lists and describes the order and purpose of available sub-skills: users, space, work items, settings, comments, and views/measurement.
- Directs users to read the users skill first for authentication and context setup.
- Offers clear navigation for finding detailed SKILL.md documentation for each area.
Metadata
Frequently Asked Questions
What is meegle-api?
Meegle Open API skills index. Read credentials first; missing credentials → see meegle-api-credentials and remind user where to get them. It is an AI Agent Skill for Claude Code / OpenClaw, with 803 downloads so far.
How do I install meegle-api?
Run "/install meegle-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is meegle-api free?
Yes, meegle-api is completely free (open-source). You can download, install and use it at no cost.
Which platforms does meegle-api support?
meegle-api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created meegle-api?
It is built and maintained by Daniel (@pkycy); the current version is v1.0.3.
More Skills