Slope for Openclaw

The Slope skill enables AI agents to interact with real-time revenue analytics and sales monitoring data through the Membrane ecosystem.

membranedev
v1.0.4
May 1, 2026
0
472
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install slope

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 slope 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 Slope?

Slope is a comprehensive real-time revenue analytics and sales monitoring platform designed to help finance and sales teams track key performance indicators and identify growth opportunities. By integrating this capability into Openclaw Skills, developers can automate the retrieval and management of financial insights. The skill leverages the Membrane CLI to handle the complexities of authentication, credential refreshing, and API plumbing, allowing users to focus on high-level integration logic and data analysis.

Slope Use Cases

  • Automating the collection of revenue trends for periodic financial reporting.
  • Monitoring sales performance indicators across different teams and projects.
  • Managing and retrieving assets from the Slope Library and Templates for automated dashboards.
  • Synchronizing user and team data between Slope and other enterprise productivity tools.

How Slope Works

  1. The Membrane CLI is used to authenticate the agent and establish a secure session.
  2. A connection to the Slope platform is initiated by providing the app URL or domain.
  3. The system polls the connection state, handling OAuth or additional user inputs until the status is READY.
  4. AI agents perform natural language searches to discover available Slope actions (e.g., querying records or updating slides).
  5. Actions are executed via the CLI, or custom requests are proxied through Membrane to ensure secure, authenticated communication with the Slope API.

Slope Setup

Install the Membrane CLI globally via npm:

npm install -g @membranehq/cli@latest

Authenticate your agent (replace <agentType> with openclaw):

membrane login --tenant --clientName=openclaw

Create a connection to your Slope instance:

membrane connection ensure "https://slopepay.com/" --json

If the connection state is BUILDING, poll for readiness:

npx @membranehq/cli connection get <id> --wait --json

Slope Data Schema & Taxonomy

The Slope skill organizes data around several core entities. The following table describes the primary data objects available through this Openclaw Skills integration:

Entity Description
Project The top-level container for revenue data and analytics.
Slide Individual data visualizations or reports within a project.
Team Management of user groups and organizational access.
User Individual profile and permission data.
Template Standardized layouts for revenue monitoring.
Library Repository for reusable financial assets and components.

Slope Advanced Features

  • Natural Language Intent Search: Use the CLI to find specific actions based on descriptive goals rather than strict API endpoints.
  • Transparent Proxy Requests: Directly call any Slope API endpoint while Membrane handles header injection and token refresh.
  • Headless Authentication: Support for server-side or remote environments using authorization codes.
  • Machine-Readable Output: All commands support a --json flag for seamless integration into larger automation pipelines.
  • Automated Error Handling: Built-in polling and status monitoring for robust connection management.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*