← Back to Skills Marketplace
Sendloop
by
Membrane Dev
· GitHub ↗
· v1.0.0
· MIT-0
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sendloop
Description
Sendloop integration. Manage Subscribers, Lists, Segments, Campaigns, Forms. Use when the user wants to interact with Sendloop data.
Usage Guidance
This skill appears coherent and implements a Sendloop integration by calling the Membrane CLI. Before installing: 1) Confirm you trust the Membrane service/operator because your Sendloop connection and API traffic are proxied through Membrane and credentials are stored under ~/.membrane/credentials.json. 2) Be aware that the skill runs npx @membranehq/cli@latest at runtime, which downloads and executes code from npm; prefer pinning to a specific version if you require reproducibility or review. 3) Expect the login flow to open a browser or print a URL for headless completion. 4) If you have corporate policy restrictions about third-party proxies or storing API credentials locally, verify compliance first.
Capability Analysis
Type: OpenClaw Skill
Name: sendloop
Version: 1.0.0
The skill is a standard integration for the Sendloop email marketing platform using the Membrane CLI (@membranehq/cli). It provides instructions for the agent to manage subscribers and campaigns by delegating authentication and API calls to the Membrane platform, which is a legitimate middleware service. There are no signs of data exfiltration, malicious execution, or prompt injection; the instructions in SKILL.md are consistent with the stated purpose of the tool.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md shows how to manage Sendloop via the Membrane CLI. All required capabilities (network access, a Membrane account) are proportional to a Sendloop integration.
Instruction Scope
Instructions tell the agent to run npx @membranehq/cli commands and to create/use credentials at ~/.membrane/credentials.json. Referencing/writing a home-directory credentials file is expected for this connector but the manifest declared no required config paths, so the README and declared metadata are slightly out-of-sync.
Install Mechanism
There is no formal install spec (instruction-only). The runtime uses npx @membranehq/cli@latest which will fetch and execute code from the npm registry on demand — this is common for CLI workflows but means remote code is executed dynamically rather than pre-installed.
Credentials
The skill does not ask for environment variables or unrelated credentials. The only persistent secret handling described is Membrane-managed credentials stored under ~/.membrane (handled by the CLI), which is consistent with the integration purpose.
Persistence & Privilege
The skill does not request always-on/privileged presence. It instructs use of a third-party CLI that will store connection credentials locally and proxies API calls through the Membrane service — this is normal for connector workflows but worth noting for privacy.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sendloop - After installation, invoke the skill by name or use
/sendloop - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Sendloop?
Sendloop integration. Manage Subscribers, Lists, Segments, Campaigns, Forms. Use when the user wants to interact with Sendloop data. It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.
How do I install Sendloop?
Run "/install sendloop" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sendloop free?
Yes, Sendloop is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sendloop support?
Sendloop is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sendloop?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.0.
More Skills