AI SummaryBexio integrates Swiss business software capabilities into Claude Code, enabling developers to programmatically manage contacts, invoices, quotes, and sales orders. Ideal for Swiss businesses and developers building automation tools for CRM and accounting workflows.
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/bexio/SKILL.md"
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" `
Quality Score
Acceptable
74/100
Trust & Transparency
Open Source — MIT
Source code publicly auditable
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit Today
101 stars — Growing Community
15 forks