A comprehensive e-commerce integration allowing AI agents to manage SamCart products, orders, customers, and marketing funnels via the Membrane CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install samcart
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 samcart using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SamCart is a leading e-commerce platform specifically designed for creators and entrepreneurs to sell digital and physical products. This integration, part of the Openclaw Skills ecosystem, enables AI coding agents to interact programmatically with SamCart’s conversion-focused features, such as one-click upsells, order bumps, and subscription management.
By utilizing the Membrane framework, this skill removes the friction of manual authentication and credential management. Developers can focus on building sophisticated e-commerce logic while Membrane handles the secure communication, token refreshing, and API proxying required to maintain a robust connection to SamCart.
To get started with this skill in your Openclaw Skills environment, follow these steps:
Install the Membrane CLI:
npm install -g @membranehq/cli@latest
Authenticate the CLI:
membrane login --tenant --clientName=openclaw
Create a connection to SamCart:
membrane connection ensure "https://www.samcart.com/" --json
Verify that the connection is ready:
membrane connection get <connection_id> --wait --json
The SamCart skill interacts with several core data entities. The following table outlines the primary data structures managed by the skill:
| Entity | Data Type | Description |
|---|---|---|
| Products | Object | Includes product versions, pricing, and associated funnels. |
| Orders | Object | Contains transaction details, customer links, and refund status. |
| Customers | Object | Stores buyer profiles, purchase history, and assigned tags. |
| Funnels | Object | Manages upsells, downsells, and conversion path logic. |
| Subscriptions | Object | Tracks recurring billing cycles and cancellation states. |
| Affiliates | Object | Handles partner information and commission tracking. |
All responses are returned as structured JSON, making it easy for Openclaw Skills to parse and utilize the data for downstream tasks.
Loading
A powerful microservice orchestration engine that enables AI agents to trigger and manage automated workflows across multiple protocols.

The Reward Sciences skill enables AI agents to automate employee recognition programs and manage reward distribution via the Membrane CLI.

A secure interface for your AI agent to manage, read, and inject secrets using the 1Password command-line tool.

A powerful integration skill that allows AI agents to interact with NocoDB databases as smart spreadsheets through the Membrane CLI.

Automate email address validation and improve sender reputation using the QuickEmailVerification integration for AI agents.

A specialized tool for developers to manage Scale AI organizations, datasets, and labeling workflows through the Membrane ecosystem.








































