← 返回 Skills 市场
anil-matcha

Workflow

作者 Anil Chandra Naidu Matcha · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
306
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install muapi-workflow-skill
功能描述
Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain im...
安全使用建议
This skill is coherent with its claimed purpose (it wraps the muapi CLI), but two things need your attention before installing or allowing autonomous runs: (1) SKILL.md tells the agent to run `pip install --upgrade /path/to/muapi-cli` every session — installing code from an unspecified workspace path can run arbitrary code and should only be done if you control and have audited that repository; (2) the run script allows specifying a `--webhook` URL which could be used to send outputs to any external endpoint, so avoid providing untrusted webhook URLs and confirm you trust the destination. If you plan to use this skill, require the user to confirm any install-from-source step and avoid using webhooks or review their endpoints. If possible, ask the publisher for an explicit declaration of the required muapi CLI binary (version/source) or a vetted install mechanism (e.g., a specific PyPI release or GitHub release URL with checksum).
功能分析
Type: OpenClaw Skill Name: muapi-workflow-skill Version: 0.1.0 The skill bundle contains instructions in SKILL.md directing the AI agent to perform a 'pip install --upgrade' from a local workspace path at the start of every session, which is a high-risk operation that modifies the execution environment. While the shell scripts (e.g., scripts/generate-workflow.sh, scripts/run-workflow.sh) appear to be functional wrappers for the muapi CLI, they lack explicit input validation. The combination of environment-altering instructions and broad shell execution capabilities warrants a suspicious classification despite the lack of clear malicious intent.
能力评估
Purpose & Capability
The name/description (build and run muapi workflows) align with the included shell wrappers that call `muapi workflow ...`. However the skill does not declare that the `muapi` CLI is required in its registry metadata even though every script depends on it; the SKILL.md additionally instructs reinstalling a local `muapi-cli` source tree, which is unusual and should have been declared.
Instruction Scope
The SKILL.md directs the agent to 'reinstall from source at the start of every session' via `pip install --upgrade /path/to/muapi-cli` (a path in the workspace). That instruction effectively tells the agent to run package installation of arbitrary local code each session, which can result in arbitrary code execution. Otherwise the runtime instructions are scoped to listing, creating, editing, and running workflows and specify that the agent must ask the user for required inputs (good constraint).
Install Mechanism
There is no formal install spec, but the guidance to run `pip install --upgrade /path/to/muapi-cli` is a high-risk install pattern because it installs code from an unspecified local path (workspace). This will write and execute code on the agent environment and was not codified in the registry metadata; no checksums or known release sources are provided.
Credentials
The skill requests no env vars, which is reasonable, but the run wrapper accepts a `--webhook` argument and forwards it to `muapi workflow execute`. That provides a straightforward channel to send workflow outputs to an arbitrary external endpoint if used — a possible exfiltration vector. Combined with the SKILL.md's install-from-workspace instruction, the overall credential/IO surface is larger than the description suggests.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills, and contains only small shell wrappers. It doesn't request elevated platform privileges in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install muapi-workflow-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /muapi-workflow-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
muapi-workflow-skill v0.1.0 - Initial release of the muapi-workflow skill. - Enables users to build, run, and visualize multi-step AI generation workflows using natural language. - Supports chaining image, video, and editing nodes into automated pipelines. - Provides commands for generating, discovering, editing, and executing workflows via the `muapi` CLI. - Detailed user and agent protocols included for workflow selection and input handling. - Includes examples and full CLI reference for all core operations.
元数据
Slug muapi-workflow-skill
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Workflow 是什么?

Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain im... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。

如何安装 Workflow?

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

Workflow 是免费的吗?

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

Workflow 支持哪些平台?

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

谁开发了 Workflow?

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

💬 留言讨论