A powerful interface for interacting with self-hosted Twenty CRM instances using REST and GraphQL via Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install twenty-crm
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 twenty-crm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Twenty CRM skill provides a robust bridge between AI agents and the Twenty open-source CRM platform. By utilizing this addition to the Openclaw Skills library, developers can programmatically manage customer relationships, automate data entry, and perform complex queries on self-hosted infrastructure.
This skill is designed to handle both standard RESTful operations and advanced GraphQL queries, ensuring that your AI coding agent can adapt to the unique workspace metadata and schema of your specific Twenty installation. It streamlines the process of integrating business intelligence into automated workflows using Openclaw Skills.
To get started with this skill within the Openclaw Skills ecosystem, you must configure your environment variables.
config/twenty.env file (referencing config/twenty.env.example):TWENTY_BASE_URL="https://crm.example.com"
TWENTY_API_KEY="your_bearer_token_here"
skills/twenty-crm/scripts/twenty-rest-get.sh "/companies" 'limit=1'
The skill organizes its operations around the Twenty CRM API structure. Data is typically handled in JSON format through the following interfaces:
| Interface | Description | Data Format |
|---|---|---|
| REST API | Standard endpoints for companies, people, and tasks | JSON Objects |
| GraphQL | Flexible query language for complex data relationships | JSON Query Result |
| Config File | Stores base URL and authentication tokens | Environment Variables |
| Script Output | Raw API responses passed back to the AI agent | Stdout (JSON/Text) |
Loading
A professional-grade integration for the Apollo.io REST API, enabling automated people search, organization enrichment, and B2B data retrieval.

A specialized integration skill for automating AI agent registration, pricing configuration, and profile management on the Cydew marketplace.

A specialized diagnostic and automated repair utility designed to maintain healthy Discord bot connections and resolve configuration conflicts.

A conversational fitness assistant that tracks your workouts, calculates personal records, and provides data-driven exercise suggestions.

An autonomous administrative tool for managing Plashboard templates and converting natural language requests into live dashboards.

A comprehensive automation skill for designing Huawei Cloud infrastructures and generating production-ready Terraform templates.








































