🔗API Helpers Skills

Browse skills in the API Helpers category.

Email Gateway

jezweb's avatarfrom jezweb

A powerful skill for Claude agents.

[API Helpers]

Api Documentation Generator

sickn33's avatarfrom sickn33

A powerful skill for Claude agents.

[API Helpers]

Oauth Integrations

jezweb's avatarfrom jezweb

A powerful skill for Claude agents.

[API Helpers]

Moodle External Api Development

sickn33's avatarfrom sickn33

A powerful skill for Claude agents.

[API Helpers]

Baoyu Gemini Web

jimliu's avatarfrom jimliu

A powerful skill for Claude agents.

[API Helpers]

Stripe Best Practices

stripe's avatarfrom stripe

A powerful skill for Claude agents.

[API Helpers]

Baoyu Danger Gemini Web

jimliu's avatarfrom jimliu

A powerful skill for Claude agents.

[API Helpers]

fastapi

shmlaiq's avatarfrom shmlaiq

Comprehensive FastAPI development guide from beginner to production. This skill should be used when building REST APIs, web backends, microservices, or any Python web application with FastAPI. Covers project setup, routing, Pydantic models, async database operations, authentication (JWT/OAuth2), dependency injection, background tasks, WebSockets, testing, and production deployment. Triggers on tasks like "create a FastAPI app", "build an API", "add authentication", "connect database", "deploy FastAPI", or any FastAPI-related development.

[API Helpers]

transaction-audit

Andamio-Platform's avatarfrom Andamio-Platform

Orchestrate V2 transaction documentation by tracking all endpoints and delegating analysis to /analyze-transaction

[API Helpers]

api-utils

MalikABK's avatarfrom MalikABK

Comprehensive API development utilities and helper functions for FastAPI, SQLModel, and pytest. Use when Claude needs to work with API development for: (1) Creating common API patterns and utilities, (2) Implementing error handling and validation helpers, (3) Setting up authentication and authorization utilities, (4) Creating pagination and filtering helpers, (5) Building response formatting utilities, or any other API utility development operations.

[API Helpers]

tidal-api

anton-pt's avatarfrom anton-pt

Navigate the Tidal API specification (23,000+ lines OpenAPI spec). Use when implementing Tidal API integrations, adding new endpoints, or understanding API structure.

[API Helpers]

fastapi

MalikABK's avatarfrom MalikABK

Comprehensive FastAPI development assistance including project setup, route creation, database integration, authentication, and deployment. Use when Claude needs to work with FastAPI projects for: (1) Creating new FastAPI applications, (2) Adding API endpoints and routes, (3) Setting up database connections with SQLAlchemy/SQLModel, (4) Implementing authentication and security, (5) Creating Pydantic models, (6) Docker deployment, or any other FastAPI development tasks

[API Helpers]

spec-writing-openapi

michaellperry's avatarfrom michaellperry

Writes complete OpenAPI 3.0 specifications for API endpoints following RESTful conventions. Use when creating new API endpoints, documenting API contracts, or defining request/response schemas for GloboTicket APIs.

[API Helpers]

minimal-api-patterns

michaellperry's avatarfrom michaellperry

ASP.NET Core Minimal APIs patterns for endpoints, DTOs, validation, and service integration. Use when implementing API endpoints, defining request/response contracts, or structuring API projects with clean separation of concerns.

[API Helpers]

roblox-api

taozhuo's avatarfrom taozhuo

Roblox Engine API reference: classes, properties, methods, events. Use when looking up how to use Roblox classes or their members.

[API Helpers]

ticketmaster-api

aeonbridge's avatarfrom aeonbridge

Integrate with Ticketmaster Discovery API to search events, attractions, venues, and classifications. Use when building event discovery apps, ticket platforms, venue finders, or entertainment search features. Access 230K+ events across US, Canada, Mexico, Australia, UK, and Europe. Includes authentication, rate limiting, and comprehensive API examples.

[API Helpers]

task-management-api

shmlaiq's avatarfrom shmlaiq

Task Management REST API built with FastAPI, SQLModel, and UV using Test-Driven Development. This skill should be used when building task/todo APIs, learning TDD with FastAPI, or as a reference for SQLModel + FastAPI integration.

[API Helpers]

api-design

Arthur742Ramos's avatarfrom Arthur742Ramos

Design RESTful APIs with proper naming, error handling, and documentation

[API Helpers]

fastapi-crud

atiasultani's avatarfrom atiasultani

Generate comprehensive FastAPI CRUD operations with models, schemas, routes, and database integration. Use when creating REST API endpoints for database entities with full Create, Read, Update, Delete functionality, including Pydantic schemas, SQLAlchemy models, dependency injection, and proper error handling.

[API Helpers]

pokemon-data-fetcher

kehwar's avatarfrom kehwar

Fetches Pokemon data from the PokeAPI (pokeapi.co) and organizes it by generation. Use this skill when you need to retrieve Pokemon information, list Pokemon by generation, or collect Pokemon data in JSON format.

[API Helpers]

api-patterns

NaoyaTakashima's avatarfrom NaoyaTakashima

REST API design patterns, authentication, and error handling for this SaaS application

[API Helpers]

backend-api

maksimtereshin's avatarfrom maksimtereshin

Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resource-based URL patterns. Use this skill when creating or modifying API route handlers, controllers, or endpoint definitions in backend frameworks (Express, NestJS, FastAPI, Django REST Framework, etc.). Use when working with API versioning strategies, implementing rate limiting, designing nested resource endpoints, or defining query parameter filtering and pagination. Use when writing files like routes.ts, controllers.ts, api.py, views.py, or any backend files that define HTTP endpoints and handle API requests/responses.

[API Helpers]

apibuilder

furqan5911's avatarfrom furqan5911

Rapidly create professional REST APIs with proper documentation, security, and best practices. Use when user needs to build APIs quickly, generate API boilerplate, create API documentation, or implement standardized API patterns and structures.

[API Helpers]

api-versioning

layeddie's avatarfrom layeddie

API versioning strategies including URL-based, header-based, and breaking change management

[API Helpers]

task-management

MalikABK's avatarfrom MalikABK

Comprehensive task management API development assistance using FastAPI, SQLModel, and pytest. Use when Claude needs to work with task management systems for: (1) Creating task models and database schemas, (2) Implementing CRUD operations for tasks, (3) Building RESTful APIs with proper validation, (4) Testing task management functionality, (5) Integrating authentication and authorization for tasks, or any other task management development operations.

[API Helpers]

ship-hero

Salmanferozkhan's avatarfrom Salmanferozkhan

Expert guidance for integrating with ShipHero's GraphQL API for fulfillment, inventory, orders, and returns management. Use when (1) authenticating with ShipHero API, (2) managing orders (create, update, cancel, query), (3) managing products and inventory levels, (4) creating and tracking shipments, (5) processing returns, (6) working with purchase orders, (7) setting up webhooks for real-time events, (8) implementing 3PL multi-tenant operations, or (9) optimizing GraphQL query costs and pagination.

[API Helpers]

api-design

meeezus's avatarfrom meeezus

Guides REST and GraphQL API design, including endpoints, error handling, versioning, and documentation. Use when designing APIs, creating endpoints, or when asked about API patterns.

[API Helpers]

api-route

InfinityBowman's avatarfrom InfinityBowman

This skill should be used when the user asks to "create an API route", "add an endpoint", "build a backend route", "create an API endpoint", "add a Hono route", or mentions creating REST endpoints, API handlers, or backend routes. Provides Hono API patterns for CoRATES workers.

[API Helpers]

openapi-diff

getsolaris's avatarfrom getsolaris

This skill should be used when analyzing differences between two OpenAPI/Swagger spec versions, comparing API specifications, detecting breaking changes in APIs, generating API changelogs, or analyzing source code changes for API definitions. Triggers: "compare OpenAPI", "API diff", "spec changes", "breaking changes", "API changelog", "controller changes", "DTO changes", "API changes"

[API Helpers]

api-documentation

jayteealao's avatarfrom jayteealao

This skill provides patterns for generating and maintaining API documentation including OpenAPI specs, endpoint documentation, and example generation.

[API Helpers]

astrolabe-search-state

astrolabe-apps's avatarfrom astrolabe-apps

Generic search, filtering, sorting, and pagination utilities for .NET. Use when implementing search APIs with dynamic filtering, sorting, and pagination for list/grid endpoints.

[API Helpers]

api-rest-conventions

michaellperry's avatarfrom michaellperry

Essential RESTful API design conventions for URL patterns, HTTP methods, and response formats. For detailed implementations and advanced patterns, see references section.

[API Helpers]

api-design

enoch-robinson's avatarfrom enoch-robinson

RESTful API 设计最佳实践。当用户需要设计 API 接口、定义端点规范、编写 API 文档、或评估现有 API 设计时使用此技能。

[API Helpers]

chat-api-integration

maneeshanif's avatarfrom maneeshanif

DEPRECATED - Use chatkit-backend skill instead. Chat API functionality is now part of the chatkit-backend skill.

[API Helpers]

creo-toolkit

dmdorta1111's avatarfrom dmdorta1111

Expert-level PTC Creo Parametric TOOLKIT (C API) development resource. Use when users ask about: writing Creo TOOLKIT applications in C/C++, ProE/Creo API function usage, feature creation with element trees (holes, chamfers, rounds, datum points, datum axes, remove surfaces, extrusions), ProFeatureCreate/ProFeatureWithoptionsCreate/ProFeatureRedefine, ProMdl/ProSolid/ProFeature objects, visit functions and filtering, ProSelection and geometry references, curve and surface collections (ProCrvcollection/ProSrfcollection), UI programming with dialogs/menus/ribbons, asynchronous vs DLL mode, registry files (protk.dat/creotk.dat), error handling with ProError, geometry traversal and tessellation, assembly operations, drawing automation, layers and display status, relations and custom relation functions, parameters with units, material properties and mass calculations, manufacturing/NC programming, or debugging TOOLKIT applications.

[API Helpers]

api-documenter

sidetoolco's avatarfrom sidetoolco

Create OpenAPI/Swagger specs, generate SDKs, and write developer documentation. Handles versioning, examples, and interactive docs. Use PROACTIVELY for API documentation or client library generation.

[API Helpers]

lab-integration

Ai-Whisperers's avatarfrom Ai-Whisperers

Laboratory equipment integration patterns for veterinary clinics including IDEXX, HL7/FHIR message parsing, lab result normalization, and reference range handling. Use when building lab integration features.

[API Helpers]

errors-confirmations

Sobansaud's avatarfrom Sobansaud

This skill should be used when implementing graceful error handling and user confirmations in both backend and frontend, including friendly tool not found messages, action confirmations, error toasts, and loading indicators.

[API Helpers]

jlink

dmdorta1111's avatarfrom dmdorta1111

Java automation toolkit for Creo Parametric (J-Link/Object TOOLKIT Java). Use when users ask about: writing Jlink applications, Session management, model/feature/parameter operations, interactive selection, assembly automation, drawing generation, UI/menu integration, batch processing, error handling, performance optimization, or any programmatic Creo design automation via Java.

[API Helpers]

payment-integration

sidetoolco's avatarfrom sidetoolco

Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.

[API Helpers]

discord-gd

Sunnigen's avatarfrom Sunnigen

Complete Discord.gd knowledge base for creating Discord bots in Godot. Use for Discord API integration, handling messages, buttons, select menus, slash commands, embeds, and Discord interactions in GDScript.

[API Helpers]

configure-chatkit

Sobansaud's avatarfrom Sobansaud

This skill should be used when setting up OpenAI ChatKit in Next.js, adding domain allowlist to environment, building chat UI component, integrating with /api/chat endpoint, displaying history and tool calls visually, and integrating Better Auth session.

[API Helpers]

backend-api

goranjovic55's avatarfrom goranjovic55

Load when editing Python files in backend/, api/, routes/, services/, or models/ directories. Provides FastAPI and async SQLAlchemy patterns for REST API development.

[API Helpers]

chatkit-server-integration

syeda-hoorain-ali's avatarfrom syeda-hoorain-ali

This skill provides functionality to properly expose a ChatKit server via FastAPI routes. It handles the integration between FastAPI request/response cycle and the ChatKit server, with proper request processing and response handling.

[API Helpers]

auth-login

shiiman's avatarfrom shiiman

Google OAuth 認証を実行する。「Google ログイン」「認証して」「ログインして」「Google 認証」「アカウント追加」などで起動。

[API Helpers]

fullstack-integration

ItsKumailHere's avatarfrom ItsKumailHere

Governs integration between Next.js 16 frontend and FastAPI backend. Use when connecting APIs, handling JWT auth, configuring CORS, or debugging cross-stack issues.

[API Helpers]

smithy

atcol's avatarfrom atcol

Create and edit Smithy IDL models for defining service APIs. Use when Claude needs to write Smithy code (.smithy files) for service definitions, operations, resources, data structures, or API modeling. Also use when converting APIs from URLs (OpenAPI, Swagger, GraphQL, HTML docs, JSON Schema, Protobuf) to Smithy. Triggers include requests for API definitions, service models, interface definitions, AWS-style APIs, API conversions, or any mention of Smithy IDL.

[API Helpers]

streaming-sse-setup

maneeshanif's avatarfrom maneeshanif

DEPRECATED - Use chatkit-backend skill instead. SSE streaming is now part of the chatkit-backend skill for ChatKit integration.

[API Helpers]

api-design

travisjneuman's avatarfrom travisjneuman

REST and GraphQL API design best practices including OpenAPI specs. Use when designing APIs, documenting endpoints, or reviewing API architecture.

[API Helpers]

laravel-api

fusengine's avatarfrom fusengine

Build RESTful APIs with Laravel using API Resources, Sanctum authentication, rate limiting, and versioning. Use when creating API endpoints, transforming responses, or handling API authentication.

[API Helpers]
← Back to All Skills
API Helpers - Claude AI Skills | Claude Skills