LaunchKit · 2026
Back to Skills

easyverein-api

Work with the easyVerein v2.0 REST API.

0
0 downloads
by @truefoobar

Setup & Installation

openclaw skills install @truefoobar/easyverein-api

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install easyverein-api

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.

INPUT

User asks: Create a new member with email jane@example.com

AGENT
  1. 1POST to /contact-details with the member name and email
  2. 2Extract the returned contact details ID
  3. 3POST to /member with emailOrUserName and the contactDetails ID reference
  4. 4Return the new member ID from the response
OUTPUT

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.

easyVerein account with API access enabledEASYVEREIN_TOKEN API key generated from easyVerein account settings