A comprehensive integration for Bexio that enables automated management of Swiss business documents and CRM workflows through a developer-friendly interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bexio
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 bexio using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Bexio skill for Openclaw Skills provides a seamless connection to the Bexio API, the premier Swiss business software suite. This integration allows developers and business owners to manage contacts, create invoices, generate quotes, and track sales orders directly through an AI-enhanced environment. By bridging the gap between automation and business administration, this skill reduces manual data entry and ensures that your Swiss business operations remain efficient and organized.
Whether you are managing customer relationships or handling complex financial documents, this skill leverages Openclaw Skills to provide a structured and programmable way to interact with your Bexio account. It is designed to handle the nuances of Swiss business administration, including document statuses and specific API scopes, making it an essential tool for modern business workflows.
To enable Bexio within Openclaw Skills, you first need a Personal Access Token (PAT):
Add your token to your configuration file at ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"bexio": {
"accessToken": "YOUR_ACCESS_TOKEN"
}
}
}
}
Or export it as an environment variable:
export BEXIO_ACCESS_TOKEN=your_access_token_here
The skill organizes data according to the Bexio API schema. Below is a summary of the data entities managed by this Openclaw Skills integration:
| Module | Key Data Handled | Supported Actions |
|---|---|---|
| Contacts | Name, Type (Company/Person), Email | List, Search, Show, Create, Edit |
| Quotes | Contact ID, Title, Status, Total | List, Search, Create, Clone, Send |
| Invoices | Contact ID, Title, Status, Items | List, Show, Issue, Send, Cancel |
| Orders | Contact ID, Title, Status | List, Search, Show, Create |
| Items | Product Name, ID, Price | List, Search, Show |
All document operations respect Bexio's internal status transitions (e.g., Draft -> Pending -> Paid).
Loading
A professional framework for architecting and implementing robust analytics, conversion tracking, and event-based measurement strategies.

A comprehensive framework for designing, implementing, and analyzing statistically rigorous A/B tests and multivariate experiments.

A privacy-centric skill for connecting AI agents to self-hosted SearXNG instances for untracked, ad-free web searching.

A Python-powered skill to send scrolling text messages and musical alerts to RDA MSG Board LED matrix displays.

A powerful integration for managing customer feedback, support tickets, and product changelogs via Openclaw Skills.

A comprehensive CLI-based tool for managing Front.app conversations, team comments, and message workflows directly through Openclaw Skills.








































