A comprehensive Claude skill that provides complete guidance for interacting with the Webling API, an association membership management and accounting software.
Disclaimer: This is an independent project and is not affiliated with, endorsed by, or officially connected to Webling or webling.ch in any way.
This skill enables Claude to understand and work with Webling's complete API, including:
- Member Management: Members, groups, forms, attendance tracking
- Finance & Accounting: Invoices, entries, accounts, periods, cost centers
- Documents: File management and folders
- Articles: Inventory and material management
- Other Features: Query language, replication/sync, data model navigation
- Administration: Users, roles, API keys
/plugin marketplace add utorque/webling-api-claude-skill/plugin install webling-api@webling-apiOr browse and install interactively:
/pluginList your installed plugins:
/plugin list- Download the latest
.skillfile from Releases - Upload it to your Claude environment via the Skills interface
Once installed, the skill automatically activates when you work with Webling API operations. Simply ask Claude to help with Webling tasks. Here are two tested examples :
"Create a webling api call using python and requests to get a dataframe of all members and their detail."
"Do one to get all bookkeeping entries as a dataframe with columns "Date", "Debit Account", "Credit Account", "Value", "Text"."
- Complete endpoint documentation (50+ object types)
- Query language reference with examples
- Data model visualization showing all relationships
- Best practices for API usage and rate limiting
- Real-world usage patterns and workflows
Contributions, bug reports, and feedback are welcome. Please test thoroughly before submitting.
MIT License - See LICENSE for details