kaiten-api

Construct Kaiten API requests using endpoint schemas from RAG files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/helmdubo/erp_mimirhead --skill kaiten-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kaiten-api
Source: https://github.com/helmdubo/erp_mimirhead/tree/main/.claude/skills/kaiten-api
Command: npx skills add https://github.com/helmdubo/erp_mimirhead --skill kaiten-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill accelerates working with Kaiten by providing structured API retrieval and request construction patterns, avoiding full-document scans and guiding deterministic API interactions.

Core Features & Use Cases

  • Endpoint Discovery with RAG: locate the appropriate Kaiten endpoint from the RAG file using keywords.
  • Precise Endpoint Selection: Load only the endpoint schema necessary for the action (e.g., get cards, create time logs).
  • Request Construction Rules: Build requests using exact field names, fill placeholders from user input, and ensure required fields are present.

Quick Start

Ask to get cards from a board; the Skill will prepare a POST request to /cards/search with the needed payload, using IDs provided by you.