← Back to Skills Marketplace
Mediamath
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
108
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mediamath
Description
MediaMath integration. Manage data, records, and automate workflows. Use when the user wants to interact with MediaMath data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mediamath - After installation, invoke the skill by name or use
/mediamath - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Mediamath?
MediaMath integration. Manage data, records, and automate workflows. Use when the user wants to interact with MediaMath data. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Mediamath?
Run "/install mediamath" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mediamath free?
Yes, Mediamath is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mediamath support?
Mediamath is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mediamath?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills