A powerful integration for managing Humanitix ticketing data, events, and orders through AI-driven workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install humanitix
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 humanitix using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Humanitix skill for Openclaw Skills enables developers and AI agents to seamlessly interact with the Humanitix ticketing platform. By leveraging the Membrane framework, this skill automates the complex parts of API integration, such as OAuth authentication, credential refreshing, and pagination. It allows agents to perform high-level tasks like retrieving event details or managing orders without manually handling raw HTTP requests.
Using this skill ensures that event organizers and developers can focus on building intelligent logic while the underlying infrastructure handles the secure connection to Humanitix. It is designed to be highly efficient, reducing token usage by providing structured, pre-built actions that map directly to the Humanitix API endpoints.
To get started with Humanitix and Openclaw Skills, follow these installation steps:
Install the Membrane CLI globally:
npm install -g @membranehq/cli@latest
Authenticate your agent (replace <agentType> with openclaw):
membrane login --tenant --clientName=openclaw
Create a connection to Humanitix:
membrane connection ensure "https://www.humanitix.com/" --json
If the connection state is BUILDING, poll until it becomes READY:
membrane connection get <connection_id> --wait --json
The skill organizes Humanitix data into clear entities accessible via the Openclaw Skills framework:
| Entity | Description | Key Metadata |
|---|---|---|
| Events | Core event details | ID, Name, Description, Date |
| Tickets | Individual ticket types | Event ID, Price, Availability |
| Orders | Purchase records | Order ID, Buyer Info, Total |
| Tags | Metadata for categorization | Tag Name, Association |
Loading
An automated security agent that identifies vulnerabilities and generates GitHub pull requests to fix them using Snyk.

A sophisticated browser automation skill that generates and captures high-quality AI images via the Doubao web interface without any API costs.

A powerful integration for automating the creation, issuance, and management of digital certificates and badges through the Accredible platform.

A specialized skill for managing Morpho mandated vault workflows on the Base network using a secure, registry-first methodology.

A powerful integration for AI agents to automate audio-to-text transcription and captioning workflows using 3Scribe and Membrane.

An automated reporting engine that collects multi-source data and publishes formatted weekly summaries directly to corporate communication platforms.








































