← Back to Skills Marketplace
Memberful
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
191
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install memberful
Description
Memberful integration. Manage Members, Plans, Products, Discounts. Use when the user wants to interact with Memberful data.
Usage Guidance
This skill appears internally consistent: it tells the agent to use the Membrane CLI to manage Memberful data and does not ask for unrelated secrets. Before installing, verify the @membranehq/cli package and its GitHub repo (supply-chain risk for npm packages), and be aware that the CLI will perform authentication and store credentials locally — any agent or user with access to that CLI while authenticated can interact with connected Memberful accounts. If you plan to run in a shared or automated environment, consider using npx or an isolated environment, review the Membrane account permissions, and avoid giving broad autonomous agent privileges unless you trust the skill and runtime.
Capability Analysis
Type: OpenClaw Skill
Name: memberful
Version: 1.0.3
The skill provides instructions for an AI agent to interact with Memberful using the Membrane CLI (@membranehq/cli). It follows standard integration patterns for the Membrane platform, including CLI installation, managed authentication, and action discovery/execution. No indicators of data exfiltration, malicious code execution, or harmful prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill is presented as a Memberful integration implemented via the Membrane platform/CLI. The commands and workflow in SKILL.md (connect, action list/create/run) match that purpose. Minor note: the skill metadata/homepage points to getmembrane.com rather than memberful.com, but the README explicitly references Memberful and Memberful developer docs, which explains the relationship (Membrane wrapper for Memberful).
Instruction Scope
Instructions are limited to installing/using the Membrane CLI, authenticating, creating/ listing/ running actions, and using JSON flags. They do not instruct the agent to read unrelated files, harvest environment variables, or exfiltrate data to third parties. The auth flow is interactive (browser or code) and the README advises against asking users for raw API keys.
Install Mechanism
The SKILL.md recommends installing an npm package (@membranehq/cli) globally or using npx. That's a normal approach for a CLI integration, but installing arbitrary global npm packages carries the usual supply-chain risk — verify the package and its publisher (review the package on npm and the GitHub repo) before installing in sensitive environments.
Credentials
No environment variables, config paths, or credentials are requested by the skill itself; authentication is delegated to the Membrane service/CLI. This is proportionate to the stated purpose. Keep in mind the Membrane CLI will store authentication state locally (expected behavior) so CLI access implies access to connected services while the CLI is authenticated.
Persistence & Privilege
The skill is instruction-only and not marked always:true. It does not request permanent platform-level privileges. Installing the recommended CLI will write files to the system (normal for a CLI) but the skill metadata does not ask for elevated or cross-skill configuration changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memberful - After installation, invoke the skill by name or use
/memberful - 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 Memberful?
Memberful integration. Manage Members, Plans, Products, Discounts. Use when the user wants to interact with Memberful data. It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install Memberful?
Run "/install memberful" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memberful free?
Yes, Memberful is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memberful support?
Memberful is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memberful?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills