Lightspeed R-Series for Openclaw

A comprehensive integration for Lightspeed R-Series that enables AI agents to manage retail inventory, sales orders, and customer data via the Membrane framework.

membranedev
v1.0.0
Mar 7, 2026
0
282
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install lightspeed-r-series

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 lightspeed-r-series 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 Lightspeed R-Series?

Lightspeed R-Series is a premier retail point of sale and inventory management system designed to help businesses track sales and gain deep operational insights. This skill for Openclaw Skills provides a bridge to the Lightspeed ecosystem, allowing developers to automate complex retail workflows without the headache of manual authentication management. By utilizing the Membrane CLI, this integration ensures that your AI coding agent has secure, persistent access to retail data, from stock levels to employee records.

The core value of this integration lies in its ability to abstract the API complexities. Whether you are building a custom dashboard or an automated procurement bot, these Openclaw Skills handle the heavy lifting of credential refreshing and request signing. This allows you to focus on building intelligent logic that interacts directly with items, vendors, and sales data in real-time.

Lightspeed R-Series Use Cases

  • Synchronizing inventory levels across multiple retail locations automatically.
  • Generating automated sales reports and performance analytics for store managers.
  • Streamlining the purchase order process by connecting vendor data with current stock needs.
  • Managing customer loyalty programs and store credit updates through AI-driven interactions.
  • Orchestrating employee schedules and permissions via Openclaw Skills automation.

How Lightspeed R-Series Works

  1. The developer installs the Membrane CLI to provide the foundational communication layer for Openclaw Skills.
  2. A secure connection is established between the local environment and the Lightspeed R-Series API using OAuth through a simple CLI command.
  3. The user identifies specific retail actions, such as querying items or creating sales, using the intent-based discovery tool.
  4. Actions are executed through the Membrane proxy, which automatically injects the necessary authentication headers and manages token lifecycles.
  5. The AI agent processes the returned JSON data to perform retail tasks or update the store's inventory state.

Lightspeed R-Series Setup

To get started with these Openclaw Skills, first install the Membrane CLI globally:

npm install -g @membranehq/cli

Next, authenticate your terminal session:

membrane login --tenant

Search for and connect the Lightspeed R-Series connector to your account:

# Find the connector ID
membrane search lightspeed-r-series --elementType=connector --json

# Establish the connection
membrane connect --connectorId=CONNECTOR_ID --json

Once connected, you can list available actions to begin integrating retail data into your workflows.

Lightspeed R-Series Data Schema & Taxonomy

This skill organizes retail data into a structured taxonomy that reflects the Lightspeed R-Series database. Key entities accessible through Openclaw Skills include:

Entity Description Key Fields
Items Product catalog Item ID, Description, Price, Stock Level
Sales Transaction records Sale ID, Customer ID, Total, Tax, Line Items
Customers Client database Name, Email, Loyalty Points, Store Credit
Purchase Orders Supply chain data Vendor ID, Order Status, Expected Date
Shops Location management Shop Name, Address, Time Zone

Lightspeed R-Series Advanced Features

  • Direct API Proxy: Send custom requests to any Lightspeed R-Series endpoint while Openclaw Skills manage the auth headers and base URLs.
  • Intent Discovery: Use natural language intents to find the correct API actions, reducing the need for manual documentation lookups.
  • Automated Token Management: Forget about expiring API keys; the underlying framework handles credential refresh transparently.
  • Multi-Agent Support: Leverage these Openclaw Skills across different AI agents while maintaining a centralized connection state.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*