oris-assistant

Query and operate ORIS data for Czech orienteering races via curl-based API calls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps Czech orienteering participants and organizers access ORIS data and perform common operations via the ORIS API, consolidating race information, club data, registrations, and results into actionable responses.

Core Features & Use Cases

  • ORIS API access for events, clubs, registrations, and results.
  • Step-by-step guidance for actions like login, registration, and updates using curl.
  • Strict adherence to the API documentation, including endpoint usage, request formats (JSON/XML), and authentication requirements.

Quick Start

Ask it to fetch the next event list for your club from ORIS using curl via the API and return the results.

Frequently Asked Questions about oris-assistant

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

FAQPage Schema
How do I query ORIS API for Czech orienteering race data using curl?

You can query ORIS API for Czech orienteering race data by executing curl requests against the documented ORIS endpoints to fetch event lists, results, and club information. Each API call must be logged with the HTTP method and full URL including parameters.

Can I register for orienteering events through the ORIS API?

Yes, you can register for orienteering events through the ORIS API using curl-based API calls. The process requires following strict endpoint documentation, including authentication requirements and request formats like JSON or XML for submitting registrations.

What ORIS API endpoints are available for fetching club membership and registrations?

The ORIS API provides endpoints for querying club membership, event registrations, and race results. All interactions are performed using curl requests against the documented endpoints, with each call logged by HTTP method and full URL including parameters.

Does the ORIS API require authentication for querying orienteering event data?

Yes, the ORIS API requires authentication for certain operations like registration and cancellations. The Skill adheres strictly to API documentation, including authentication requirements and request formats, guiding you through curl-based calls with proper credentials.

What is the best way to log ORIS API calls when managing orienteering race data?

The best way to log ORIS API calls is by recording the exact HTTP method and full HTTP URL including parameters for each request, along with the request body when applicable. This strict logging format ensures traceability for all curl-based orienteering data operations.

Why does my ORIS API registration call fail when using curl?

ORIS API registration calls may fail if the request format does not strictly match the API documentation for JSON or XML payloads, or if authentication requirements are not met. Ensure each curl request targets the correct endpoint and includes the proper request body.