← Back to Skills Marketplace
Moosend
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
244
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install moosend
Description
Moosend integration. Manage Campaigns, Templates, Automations. Use when the user wants to interact with Moosend data.
Usage Guidance
This skill is coherent: it instructs you to install the Membrane CLI and use it to connect to Moosend. Before installing, verify you trust the @membranehq/cli package (check the npm page and the linked GitHub repo), and install global npm packages only on machines you control. Understand that authenticating with Membrane gives the CLI access to your Moosend data (mailing lists, subscribers, campaigns) — review the connectors' permissions and Membrane's privacy/security docs. In headless environments you'll need to complete the browser-based code flow yourself (the agent will ask you to paste a code). Do not provide unrelated credentials, and avoid installing on shared or sensitive hosts unless you are comfortable with the Membrane CLI storing tokens locally.
Capability Analysis
Type: OpenClaw Skill
Name: moosend
Version: 1.0.3
The Moosend skill bundle provides a standard integration for managing email marketing tasks via the Membrane CLI. It follows security best practices by delegating credential management to the Membrane platform rather than handling raw API keys directly. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the SKILL.md tells the agent to use the Membrane CLI to connect to Moosend and run actions (list subscribers, send campaigns, etc.). Nothing in the manifest or instructions asks for unrelated services or credentials.
Instruction Scope
Runtime instructions are limited to installing the Membrane CLI, authenticating via Membrane's interactive login flow, creating a connector connection to Moosend, searching for and running actions. The skill does not instruct the agent to read arbitrary local files, environment variables, or post data to unexpected endpoints. It does instruct the user to perform interactive login or paste codes in headless flows (expected for this integration).
Install Mechanism
There is no registry install spec, but SKILL.md instructs installing @membranehq/cli globally via npm (npm install -g @membranehq/cli@latest). This is a standard but moderate-risk mechanism: it pulls code from the npm registry and runs package install scripts on the host. The package namespace looks consistent with the documented provider (membrane), not an arbitrary URL or shortener.
Credentials
The skill declares no required environment variables or primary credential. Authentication is handled interactively by Membrane and thus no unrelated secrets are requested by the skill. The permissions granted will be those of the Membrane connection to the user's Moosend account (expected for this purpose).
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It is user-invocable and allows model invocation (the platform default); combined with the rest of the footprint this is expected and not an additional concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moosend - After installation, invoke the skill by name or use
/moosend - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Moosend?
Moosend integration. Manage Campaigns, Templates, Automations. Use when the user wants to interact with Moosend data. It is an AI Agent Skill for Claude Code / OpenClaw, with 244 downloads so far.
How do I install Moosend?
Run "/install moosend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moosend free?
Yes, Moosend is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moosend support?
Moosend is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moosend?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills