Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Covers the easyVerein v2.0 REST API for association management operations including members, contacts, events, invoices, bookings, and custom fields. Provides endpoint discovery via a bundled OpenAPI spec, auth setup, pagination, field selection, and bulk operations.
The bundled OpenAPI spec covers all endpoints, parameters, and response schemas, eliminating guesswork about undocumented behavior or request shapes.
When to use it
- Listing active members with specific field projections
- Creating new member records with linked contact details
- Querying invoices for a billing period
- Bulk-updating contact information across records
- Retrieving event registrations for an association
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a new member with email jane@example.com
- 1POST to /contact-details with the member name and email
- 2Extract the returned contact details ID
- 3POST to /member with emailOrUserName and the contactDetails ID reference
- 4Return the new member ID from the response
New member record created and linked to the contact details entry
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.