ampeco-public-api

Fetch the latest OpenAPI spec and regenerate reference documents.

2|1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/ampeco/claude-code-ampeco-public-api-skill --skill ampeco-public-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ampeco-public-api
Source: https://github.com/ampeco/claude-code-ampeco-public-api-skill/tree/main/.
Command: npx skills add https://github.com/ampeco/claude-code-ampeco-public-api-skill --skill ampeco-public-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers explore AMPECO Public API endpoints, schemas, and integration patterns to speed up API onboarding, reduce time-to-value, and keep documentation in sync with the latest OpenAPI spec.

Core Features & Use Cases

  • API exploration: Browse endpoints, view schemas, and learn integration patterns to accelerate building AMPECO-powered apps.
  • Reference regeneration: Fetch the latest OpenAPI spec and regenerate endpoints/index/docs to stay up-to-date.
  • Use Case: A new team member can quickly locate authentication, pagination, filtering, and error handling guidance to start productive work immediately.

Quick Start

Run the update script to fetch the latest OpenAPI spec and regenerate the reference docs.

Frequently Asked Questions about ampeco-public-api

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

FAQPage Schema
How do I explore AMPECO API endpoints and schemas?

API exploration lets you browse AMPECO endpoints, view schemas, and learn integration patterns for charge-points, EVSEs, sessions, tariffs, and partners. Use the reference scripts to fetch the latest OpenAPI spec and regenerate structured documentation, accelerating your onboarding and reducing time-to-value.

How do I keep my API documentation synchronized with the latest OpenAPI spec?

Reference regeneration automates fetching the latest OpenAPI spec and updating endpoint, index, and docs files. Run the update script to stay in sync automatically, eliminating manual documentation maintenance and ensuring your reference stays current with API changes.

What authentication, pagination, and error handling patterns does AMPECO use?

AMPECO API documentation covers authentication setup, pagination filtering, and error handling guidance. New team members can quickly locate these integration patterns in the generated reference, enabling productive work immediately without hunting through multiple sources.

Can I automate API reference updates using command-line tools?

Yes. The Skill uses curl and jq to fetch OpenAPI specs and process structured API data via scripts. Automation scripts regenerate reference documents, enabling CI/CD integration and keeping documentation fresh without manual intervention.

Does this work for deprecation tracking across API versions?

Deprecation tracking is built into the reference generation workflow. The Skill surfaces deprecation metadata from the OpenAPI spec, helping you identify deprecated endpoints and plan migration strategies before they break integrations.