← 返回 Skills 市场
aiwithabidi

Mux

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
288
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mux
功能描述
Mux video — manage assets, live streams, playback IDs, and analytics via REST API
安全使用建议
This appears to be a straightforward Mux CLI that needs your Mux token ID and secret. Before installing: (1) ensure you are comfortable providing MUX_TOKEN_ID and MUX_TOKEN_SECRET (these are necessary for API access); (2) be aware the script will try to read a .env file under $WORKSPACE or ~/.openclaw/workspace if the env vars are missing — if you keep other secrets in that file, review it first; (3) review the included scripts/mux.py yourself (it’s short and stdlib-only) to verify behavior; and (4) run the tool in a restricted/test environment if you want to limit blast radius. The code contains minor implementation oddities (nonstandard conditional and small argument-name bugs) but no evidence of hidden exfiltration or unrelated network access.
功能分析
Type: OpenClaw Skill Name: mux Version: 1.0.0 The skill is a standard CLI wrapper for the Mux Video API, allowing management of assets and live streams. It uses the Python standard library to perform authenticated REST requests to api.mux.com and retrieves credentials from environment variables or a local .env file in the workspace, which is expected behavior for this platform. No malicious logic, data exfiltration, or prompt injection attempts were found in scripts/mux.py or SKILL.md.
能力评估
Purpose & Capability
Name/description match the requested environment variables and the included CLI: MUX_TOKEN_ID and MUX_TOKEN_SECRET are exactly what a Mux REST CLI would need. No unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running the provided Python CLI and does not ask for unrelated data. The script does attempt to read credentials from an optional .env file under WORKSPACE or ~/.openclaw/workspace if env vars are not set, which is a minor scope extension (it only extracts the named MUX_* entries). There are no instructions to read arbitrary user files or to transmit data to domains other than api.mux.com.
Install Mechanism
No install spec or third‑party downloads; the tool is instruction-only plus a single local Python script using only the stdlib. This is low-risk from an install perspective.
Credentials
The required env vars (MUX_TOKEN_ID, MUX_TOKEN_SECRET) are proportional to the stated purpose. The script also consults WORKSPACE (if set) to locate a .env file, which is not declared in the metadata — this is a convenience behavior but worth noting because it reads a file if present.
Persistence & Privilege
The skill does not request 'always' presence, does not modify other skills or system settings, and has no install step that persists executable code outside its script file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mux
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mux 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — manage Mux video assets and live streams from the command line. - Control assets, playback IDs, live streams, uploads, analytics, and monitoring via the Mux REST API - Simple CLI script with JSON output and human-readable formatting option - No external dependencies (Python stdlib only) - Requires MUX_TOKEN_ID and MUX_TOKEN_SECRET environment variables for API access
元数据
Slug mux
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Mux 是什么?

Mux video — manage assets, live streams, playback IDs, and analytics via REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。

如何安装 Mux?

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

Mux 是免费的吗?

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

Mux 支持哪些平台?

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

谁开发了 Mux?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论