api-client-generator

Generate Python API client code from Postman collections.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, pydantic, python-dotenv.

What problem does it solve?

This Skill eliminates the repetitive and time-consuming task of manually writing Python API clients, ensuring generated code is production-ready with modern features and robust error handling.

Core Features & Use Cases

  • Automated Client Generation: Generate fully-featured Python API client code directly from Postman collections for both REST and JSON-RPC APIs.
  • Modern Python Features: Clients include async/await support, type hints, Pydantic models for validation, authentication handling, and automatic retry logic with exponential backoff.
  • Robust & Configurable: Built-in rate limiting, error handling with custom exceptions, logging, and environment variable configuration for seamless deployment.
  • Use Case: Automatically generate a fully-featured Python SDK for a complex REST API defined in a Postman collection, complete with async methods, type validation, and built-in retry mechanisms, ready for immediate integration.

Quick Start

Generate a Python API client for the attached 'my_custom_api.json' Postman collection, ensuring it supports async operations and includes Pydantic models.