← 返回 Skills 市场
anil-matcha

muapi-platform

作者 Anil Chandra Naidu Matcha · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
272
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install muapi-platform
功能描述
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results
安全使用建议
This skill's scripts themselves are limited to talking to the muapi CLI, which matches the described purpose, but there are inconsistencies you should clear up before installing: 1) The scripts call a 'muapi' command but the skill metadata doesn't list 'muapi' as a required binary (and SKILL.md incorrectly lists curl). Confirm you have a legitimate muapi CLI installed and know its source. 2) Understand that adding a key via setup.sh will hand that key to the muapi CLI (and thus to the muapi service); only use keys you trust and avoid exposing high-privilege secrets. 3) If you allow the agent to invoke this skill autonomously, the agent could run the muapi CLI commands and thereby transmit configured keys—ensure the agent environment only contains keys you intend to use. If anything about the muapi CLI origin or behavior is unclear, obtain the CLI from an official source or inspect it before use.
功能分析
Type: OpenClaw Skill Name: muapi-platform Version: 1.0.0 The skill bundle provides utility scripts (setup.sh and check-result.sh) designed to interface with the muapi.ai platform. These scripts function as wrappers for an external 'muapi' CLI tool to manage authentication and poll for asynchronous task results. No evidence of malicious intent, data exfiltration, obfuscation, or prompt injection was found; the code logic is consistent with the stated purpose of the skill.
能力评估
Purpose & Capability
The scripts call a 'muapi' CLI (muapi auth, muapi predict) which is necessary for the described functionality, but the skill metadata and SKILL.md do not declare 'muapi' as a required binary. SKILL.md lists 'curl' as a requirement even though the scripts never call curl. That mismatch between declared requirements and actual behavior is incoherent.
Instruction Scope
The runtime instructions and the two included shell scripts stay within the stated purpose: configuring a muapi API key, checking whoami, testing the key, and polling prediction results. They do not read arbitrary system files or environment variables beyond passing the provided API key to the muapi CLI. Note: using the scripts will transmit the API key and request IDs to the muapi service via the muapi CLI.
Install Mechanism
There is no install specification (instruction-only with included scripts), so nothing is downloaded or written by an installer. This lowers install-surface risk. However, the skill relies on an external muapi CLI which the user must install separately; the skill does not document where to obtain a trusted muapi binary.
Credentials
The skill declares no required environment variables or primary credential, yet setup.sh may accept and pass an API key (it sets MUAPI_API_KEY in a single command invocation). Because the skill does not declare that it needs a muapi CLI or how credentials are stored, it's unclear what agent environment or stored credentials will be used—this lack of declared credential requirements is disproportionate to the actual action of sending an API key to the muapi CLI/service.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide settings. It is user-invocable and can be run autonomously by the agent (default), which is expected for utility scripts; combine with the above concerns about undeclared binaries/credentials when allowing autonomous invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install muapi-platform
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /muapi-platform 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
muapi-platform v1.0.0 - Initial release of setup and utility scripts for the muapi.ai platform. - Provides scripts to configure and test API keys, show configuration, and poll for async generation results. - Includes simple commands for common tasks like saving API keys and checking request statuses. - Requires curl.
元数据
Slug muapi-platform
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

muapi-platform 是什么?

Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。

如何安装 muapi-platform?

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

muapi-platform 是免费的吗?

是的,muapi-platform 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

muapi-platform 支持哪些平台?

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

谁开发了 muapi-platform?

由 Anil Chandra Naidu Matcha(@anil-matcha)开发并维护,当前版本 v1.0.0。

💬 留言讨论