klabis-assistant

Guides Klabis users through API-driven workflows for membership, events, and reporting.

2|2|Updated Sep 20, 2023
One-click install
npx skills add https://github.com/zabiny/klabis --skill klabis-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klabis-assistant
Source: https://github.com/zabiny/klabis/tree/main/.claude/skills/klabis-assistant
Command: npx skills add https://github.com/zabiny/klabis --skill klabis-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This assistant helps Klabis users by answering club-related questions and guiding them through actions within the Klabis member portal using the official API.

Core Features & Use Cases

  • Provide instant answers to membership, events, and reporting questions.
  • Guide users to perform operations (register members, sign up for races, generate reports) through API-driven workflows.
  • Maintain compliance with the Klabis API contract (HAL+FORMS) and authentication rules.

Quick Start

Use the assistant to initiate a simple task, such as registering a new member, and let it drive the API calls to complete the operation.

Frequently Asked Questions about klabis-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage club membership tasks using the Klabis REST API?

Manage club membership tasks using the Klabis REST API by guiding the assistant through operations like member registration and reporting. It enforces OAuth2 authentication and uses curl with HAL+FORMS to discover and execute allowed actions within the member portal.

Do I need OAuth2 tokens to access the Klabis API for event registration?

Yes, you need OAuth2 tokens to access the Klabis API for event registration. The assistant enforces OAuth2 authentication, requiring valid tokens to execute API calls for signing up members for races and other routine administrative activities.

How does curl work with HAL+FORMS to discover allowed Klabis API operations?

Curl works with HAL+FORMS to discover allowed Klabis API operations by querying the API structure and executing permitted actions. The assistant uses this combination to navigate the Klabis REST API contract and perform tasks like generating reports.

Can I automate reporting and administrative activities through the Klabis member portal?

Yes, you can automate reporting and administrative activities through the Klabis member portal. The assistant drives API-driven workflows using curl to execute operations, maintaining compliance with the Klabis API contract and authentication rules.

What is the best way to register a new club member through an API-driven workflow?

The best way to register a new club member through an API-driven workflow is to initiate the task with the assistant. It drives the necessary Klabis REST API calls, handling OAuth2 authentication and HAL+FORMS discovery to complete the registration operation.