A comprehensive interface for managing Memberstack accounts, members, and data tables directly from your terminal.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memberstack-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install memberstack-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Memberstack CLI skill enables developers to interact with Memberstack infrastructure through a secure, scriptable interface. This tool streamlines the management of user authentication, membership plans, and custom data fields without needing to navigate the web dashboard.
Integrating this into your Openclaw Skills workflow allows for automated member operations, bulk data imports, and environment-specific configurations (Sandbox vs. Live) using a dedicated Python wrapper designed for security and reliability.
run_memberstack.py) to ensure data sanitization.First, ensure you have the necessary environment ready. Authenticate your account using the following command:
npx memberstack-cli auth login
To ensure secure execution within your Openclaw Skills environment, always use the provided wrapper script for operations:
# Example: List members in JSON format
python scripts/run_memberstack.py members list --json
The skill organizes Memberstack entities into a structured taxonomy. Data returned from the CLI is treated as untrusted and follows this organizational structure:
| Entity | Attributes Managed |
|---|---|
| Members | Email, ID, Plans, Custom Fields, Metadata |
| Apps | App ID, Name, Environment (Sandbox/Live) |
| Tables | Table ID, Columns, Record relationships |
| Plans | Price, Interval, Member access levels |
| Records | JSON-based data entries within specific tables |
--live and sandbox defaults to prevent accidental production changes.scripts/search_references.py.--json flag for integration into larger CI/CD pipelines.Loading
A powerful WhatsApp Business API gateway featuring managed OAuth authentication for seamless message and template management.

A comprehensive 14-phase methodology for designing, deploying, and managing production-grade infrastructure using Terraform and IaC best practices.

A comprehensive methodology for building resilient, type-safe, and high-performance Node.js backends using TypeScript and modern engineering standards.

A comprehensive production engineering methodology for building resilient, secure, and high-performance Spring Boot applications.

An AI-driven framework for conducting comprehensive due diligence on acquisition targets, covering financial, technical, and operational dimensions.

A rigorous session initialization protocol designed to synchronize an AI agent's memory, persona, and technical capabilities at the start of every new interaction.








































