The Slope skill enables AI agents to interact with real-time revenue analytics and sales monitoring data through the Membrane ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install slope
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 slope using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
An AI-powered integration skill for 4dem.It that enables agents to manage marketing data, tickets, and automated workflows seamlessly.

A comprehensive integration skill for managing expense reports, reimbursements, and financial data within Zoho Expense using AI-driven automation.

Integrate Red Hat enterprise solutions into your AI agent workflows to automate infrastructure management, security insights, and Ansible execution.

A powerful HR automation skill for managing employee records and people operations via the Membrane framework.

A sophisticated integration for interacting with WordPress Advanced Custom Fields data through automated AI agent workflows.

A comprehensive API security tool for automated auditing, testing, and vulnerability management within your AI agent workflow.








































