AI SummaryBexio integrates Swiss business software capabilities into Claude Code for managing contacts, invoices, quotes, and sales orders. Developers and business automation specialists benefit from streamlined CRM and accounting workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "bexio" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (4 files) mkdir -p .claude/skills/bexio && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bexio/SKILL.md "https://raw.githubusercontent.com/openclaw/skills/main/skills/rdewolff/bexio/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bexio/_meta.json "https://raw.githubusercontent.com/openclaw/skills/main/skills/rdewolff/bexio/_meta.json" && mkdir -p .claude/skills/bexio/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bexio/references/api.md "https://raw.githubusercontent.com/openclaw/skills/main/skills/rdewolff/bexio/references/api.md" && mkdir -p .claude/skills/bexio/scripts && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bexio/scripts/bexio.sh "https://raw.githubusercontent.com/openclaw/skills/main/skills/rdewolff/bexio/scripts/bexio.sh" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Bexio Swiss business software API for managing contacts, quotes/offers, invoices, orders, and items/products. Use when working with Bexio CRM, creating or managing invoices, quotes, sales orders, contact management, or Swiss business administration tasks. Supports listing, searching, creating, editing contacts and sales documents.
Bexio
Swiss business software API for CRM, invoicing, quotes, orders, and products.
Setup
Get your Personal Access Token (PAT) from Bexio: • Go to https://office.bexio.com → Settings → Security → Personal Access Tokens • Create a new token with required scopes Store in ~/.clawdbot/clawdbot.json: `json { "skills": { "entries": { "bexio": { "accessToken": "YOUR_ACCESS_TOKEN" } } } } ` Or set env: BEXIO_ACCESS_TOKEN=xxx
Required Scopes
• contact_show, contact_edit - Contacts • kb_offer_show, kb_offer_edit - Quotes/Offers • kb_invoice_show, kb_invoice_edit - Invoices • kb_order_show, kb_order_edit - Orders • article_show - Items/Products
Contacts
`bash {baseDir}/scripts/bexio.sh contacts list # List all contacts {baseDir}/scripts/bexio.sh contacts search "query" # Search contacts {baseDir}/scripts/bexio.sh contacts show <id> # Get contact details {baseDir}/scripts/bexio.sh contacts create --name "Company" --type company {baseDir}/scripts/bexio.sh contacts edit <id> --email "new@email.com" `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster