Carbon Ads

v1.0.0

Carbon Ads integration. Manage data, records, and automate workflows. Use when the user wants to interact with Carbon Ads data.

0· 64·0 current·0 all-time
byMembrane Dev@membranedev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description say this is a Carbon Ads integration and the SKILL.md exclusively describes using the Membrane CLI to connect, list actions, run actions, and proxy API requests. Required network access and a Membrane account are stated and make sense for this integration.
Instruction Scope
The instructions are narrowly focused on installing/using the @membranehq/cli, logging in (browser-based auth), creating a connection, listing actions, running actions, and proxying requests. This stays within the stated purpose. Note: the skill instructs a global npm install and browser interactive login (with a headless fallback) — these are expected for this workflow but are things to be aware of.
Install Mechanism
There is no formal install spec; the README tells the user to run `npm install -g @membranehq/cli` (or uses npx in examples). Installing a public npm CLI is a common pattern and reasonable here, but global npm installs run package install scripts and write to disk, so users should confirm they trust the @membranehq package and prefer `npx` or a local install if they want less system-wide impact.
Credentials
The skill declares no required environment variables or credentials and recommends creating a connection so Membrane handles auth server-side. That is proportionate: no unrelated secrets are requested.
Persistence & Privilege
The skill is not always-on and is user-invocable; it does not request system-wide configuration changes or access to other skills' credentials. No elevated persistence is requested.
Assessment
This skill appears to be what it claims: a Carbon Ads integration that relies on the Membrane CLI. Before installing, verify the @membranehq/cli package and its repository on npm/GitHub to ensure you trust the publisher. If you prefer not to install a global npm package, use the `npx` examples in the SKILL.md or install the CLI locally. Remember that Membrane acts as a proxy and will handle authentication server-side — that means API requests and their data will transit through Membrane's service, so confirm you are comfortable with that data flow and the Membrane privacy/security posture. Finally, when running browser-based login or copying codes in headless environments, follow your organization's policies for third-party CLI authentication.

Like a lobster shell, security has layers — review code before you run it.

latestvk97a8ytk32xnbhrjc8xzg8ykrd84afnj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments