Fattmerchant for Openclaw

A powerful payment processing skill that automates Fattmerchant data management and transaction workflows.

membranedev
v1.0.2
Apr 30, 2026
0
399
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install fattmerchant

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install fattmerchant using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fattmerchant?

Fattmerchant is a subscription-based payment processing platform built for transparency and scalability. This Openclaw Skills integration empowers AI agents to manage the entire payment lifecycle, from customer onboarding to invoice generation and transaction reporting. By leveraging the Membrane framework, it eliminates the need for manual API key handling and simplifies complex financial integrations.

Developers can use this skill to create robust financial automations that interact with customers, payment methods, and subscriptions. Whether you are building an automated billing bot or a financial analytics dashboard, this integration provides the necessary tools to handle Fattmerchant data securely and efficiently.

Fattmerchant Use Cases

  • Automating the creation and delivery of customer invoices.
  • Synchronizing transaction data with external accounting software.
  • Programmatically managing subscription plans and recurring billing cycles.
  • Fetching real-time deposit and batch reports for financial reconciliation.
  • Managing merchant-level configurations and user roles across different business units.

How Fattmerchant Works

  1. Initialize the environment by installing the Membrane CLI tool.
  2. Authenticate the agent to create a secure session with the Membrane backend.
  3. Create a connection to Fattmerchant, allowing the system to handle OAuth or API key workflows server-side.
  4. Use natural language intents to discover available Fattmerchant actions like creating customers or listing transactions.
  5. Execute the chosen actions or perform raw API requests through the secure proxy to manage your financial data.

Fattmerchant Setup

To begin using this skill, install the necessary CLI and authenticate your session:

npm install -g @membranehq/cli@latest
membrane login --tenant --clientName=openclaw
membrane connection ensure "https://fattmerchant.com/" --json

Once the connection state is READY, you can begin querying actions.

Fattmerchant Data Schema & Taxonomy

The skill organizes data into several core entities related to payment processing:

Entity Description
Customer Stores contact info and linked payment methods.
Transaction Details of individual payments, refunds, and statuses.
Invoice Records of billing events and due dates.
Subscription Ongoing recurring payment plans and cycles.
Product Catalog items including pricing, taxes, and discounts.
Merchant High-level organization data and reporting batches.

Fattmerchant Advanced Features

  • Server-side credential management ensuring that sensitive API keys are never stored locally.
  • Natural language intent discovery for finding the most efficient Openclaw Skills actions for your task.
  • Support for headless environments through out-of-band authentication codes.
  • Direct REST API proxying with automatic header injection for advanced custom workflows.
  • Built-in pagination and error handling for large-scale data retrieval.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*