A powerful integration for managing CustomGPT projects and knowledge sources through automated workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install customgpt
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 customgpt using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CustomGPT allows users to create highly customized AI chatbots powered by their own proprietary data. By leveraging this integration within Openclaw Skills, developers and businesses can programmatically manage the entire lifecycle of their custom copilots, from ingesting diverse knowledge sources like PDFs and websites to initiating real-time chat sessions.
This skill acts as a bridge between your AI agent and the CustomGPT platform, utilizing the Membrane framework to handle complex authentication and credential refreshes. This ensures that your agent can interact with CustomGPT data securely and efficiently without manual intervention or hardcoded API keys.
First, install the Membrane CLI to manage your Openclaw Skills:
npm install -g @membranehq/cli@latest
Next, authenticate your environment by specifying your agent type:
membrane login --tenant --clientName=openclaw
Ensure a connection to the CustomGPT service:
membrane connection ensure "https://customgpt.ai/" --json
The skill organizes data around Agents (Projects), Conversations, and Sources. Below is the primary entity structure:
| Entity | Description | Key Metadata |
|---|---|---|
| Agent | The core chatbot project | id, name, persona, settings |
| Source | Knowledge inputs | sitemap URL, file path, type |
| Conversation | Active chat instances | conversationId, user profile |
| Page | Specific indexed items | pageId, source origin |
Loading
A powerful integration for SevDesk that enables AI agents to automate cloud-based accounting, invoicing, and financial management.

A specialized AI video generation skill designed to create high-engagement vertical hooks for geopolitical and country-comparison content.

A creative video generation tool that produces high-impact makeup transformation sequences featuring anthropomorphic animal characters.

A comprehensive real estate CRM integration for managing leads, matters, and financial transactions through Openclaw Skills.

A comprehensive integration that enables AI agents to manage customer engagement data and automate complex marketing workflows using Braze.

A reliable utility to discover the external public IP address of a machine by cross-referencing multiple global identity services.








































