Moov AI Agent Skill for Openclaw

A powerful integration skill for AI agents to securely manage Moov payment workflows, account balances, and money movement via the Membrane protocol.

membranedev
v1.0.2
Apr 30, 2026
0
368
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install moov

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 moov 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 Moov AI Agent Skill?

The Moov skill for Openclaw Skills provides a seamless bridge between AI agents and the Moov payment platform. It simplifies the complexities of embedding banking services—such as accepting payments, sending payouts, and managing accounts—directly into your agentic workflows. By leveraging the Membrane infrastructure, this skill ensures that developers can focus on business logic rather than the low-level "plumbing" of fintech integrations.

Built to be secure and efficient, the Moov skill handles the heavy lifting of credential management and API communication. Whether you are building a financial assistant or an automated billing agent, this Openclaw Skills compatible integration provides a robust framework for interacting with Moov's comprehensive financial API suite without exposing sensitive secrets locally.

Moov AI Agent Skill Use Cases

  • Automated payout processing based on trigger events.
  • Real-time account balance monitoring and reporting within AI chat interfaces.
  • Facilitating secure bank transfers and payment acceptance via agent-led interactions.
  • Building custom fintech bots that require managed OAuth or API key authentication with Moov.

How Moov AI Agent Skill Works

  1. Authentication: The skill initiates a secure login via the Membrane CLI, supporting various agent types to optimize tooling compatibility.
  2. Connection Establishment: A connection to Moov is ensured by providing the platform URL, which Membrane uses to resolve or build a dedicated connector.
  3. State Polling: The agent monitors the connection state, handling user actions like OAuth authorization until the status reaches a READY state.
  4. Action Discovery: The agent uses natural language intent searching to find specific Moov actions (e.g., "list transfers") and their required schemas.
  5. Execution: Actions are executed through the Membrane proxy, which automatically injects headers and refreshes credentials transparently.

Moov AI Agent Skill Setup

First, install the required CLI tool:

npm install -g @membranehq/cli@latest

Authenticate your environment for your specific agent type:

membrane login --tenant --clientName=openclaw

Establish a secure connection to the Moov platform:

membrane connection ensure "https://moov.io/" --json

Moov AI Agent Skill Data Schema & Taxonomy

The Moov skill organizes data through a structured schema provided by the Membrane protocol, ensuring your Openclaw Skills integration remains type-safe.

Object Type Key Metadata Fields Description
Account id, name, type Represents a Moov account entity.
Balance amount, currency Current available funds in a specific account.
Transfer id, status, amount Details regarding money movement between accounts.
Action inputSchema, outputSchema JSON schemas defining required parameters and return values.

Moov AI Agent Skill Advanced Features

  • Natural Language Discovery: Find the right API endpoints by describing your intent rather than searching documentation.
  • Automatic Credential Refresh: Never manage expiring tokens; the skill handles OAuth and API key lifecycle server-side.
  • Direct Proxy Requests: Access any Moov endpoint not covered by pre-built actions using the membrane request command with full header injection.
  • Headless Mode Support: Robust support for remote or headless environments using manual authorization code completion.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*