← 返回 Skills 市场
gora050

Mediamath

作者 Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mediamath
功能描述
MediaMath integration. Manage data, records, and automate workflows. Use when the user wants to interact with MediaMath data.
安全使用建议
This skill appears coherent: it asks you to install and use the Membrane CLI to connect to MediaMath. Before installing, verify you trust the Membrane project and its npm package (review the package on npm and the GitHub repo), and consider using npx or a container to avoid a global npm install. Confirm where the CLI stores auth tokens on disk and whether those tokens have limited scope. If you need stronger isolation, perform the initial setup in a separate environment (VM/container) and avoid giving broad system permissions to unfamiliar packages.
功能分析
Type: OpenClaw Skill Name: mediamath Version: 1.0.1 The skill provides instructions for an AI agent to interact with the MediaMath platform using the Membrane CLI. It follows standard integration patterns, including CLI installation via npm, OAuth-based authentication, and action discovery/execution through a centralized platform (getmembrane.com). No evidence of malicious intent, data exfiltration, or harmful prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the instructions: the skill directs the agent to use the Membrane CLI to connect to a MediaMath connector and manage MediaMath objects. Required capabilities (network, Membrane account, CLI) are appropriate for this purpose.
Instruction Scope
SKILL.md only instructs installing/using the Membrane CLI, logging in, creating connections and actions, and running action queries. It does not request reading unrelated system files or accessing unrelated credentials. Headless and interactive login flows are described; actions are scoped to a connectionId.
Install Mechanism
The install step recommends `npm install -g @membranehq/cli@latest` or using `npx`. Installing a global npm package is a common way to get a CLI but carries the usual npm risks (package code executes on install and requires elevated permissions). This is expected for a CLI-based integration but worth considering (or using npx / containerized install to reduce host impact).
Credentials
The skill declares no environment variables and relies on interactive Membrane login. That is proportionate. However SKILL.md does not state where or how credentials/tokens are persisted by the CLI; the CLI will likely store tokens/config locally (typical for CLIs). Users should verify storage location and trust the Membrane vendor before authenticating.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent platform-wide privileges or attempt to change other skills. The agent will be able to invoke it autonomously by default (normal for skills), but no elevated persistence is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mediamath
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mediamath 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug mediamath
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Mediamath 是什么?

MediaMath integration. Manage data, records, and automate workflows. Use when the user wants to interact with MediaMath data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Mediamath?

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

Mediamath 是免费的吗?

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

Mediamath 支持哪些平台?

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

谁开发了 Mediamath?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。

💬 留言讨论