waldur-api

Retrieve Waldur OpenAPI endpoints, schemas, and operation details from waldur-openapi.json.

Updated Oct 17, 2023
One-click install
npx skills add https://github.com/NAICNO/vm-provision-frontend --skill waldur-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: waldur-api
Source: https://github.com/NAICNO/vm-provision-frontend/tree/main/.claude/skills/waldur-api
Command: npx skills add https://github.com/NAICNO/vm-provision-frontend --skill waldur-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Waldur API reference retrieval and schema lookup for integration work.

Core Features & Use Cases

  • Endpoints & Schemas: Retrieve endpoints, operation IDs, and JSON schemas from the Waldur OpenAPI spec for quick reference.
  • Domain Coverage: Access API details across customers, projects, marketplace, invoices, authentication, and compute providers to support integration, development, and documentation tasks.
  • Consistency: Uses waldur-openapi.json as the source of truth to ensure up-to-date, consistent API references.

Quick Start

Use this skill to fetch Waldur API references and generate an organized, developer-friendly API reference document.

Frequently Asked Questions about waldur-api

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

FAQPage Schema
How do I retrieve Waldur OpenAPI endpoints and JSON schemas for integration?

To retrieve Waldur OpenAPI endpoints and schemas, use this skill to parse the waldur-openapi.json spec, resolving JSON references to deliver formatted endpoint overviews and detailed operation docs for integration tasks.

What Waldur API domains are covered for endpoint lookup?

Waldur API endpoint lookup covers domains including customers, projects, marketplace, invoices, authentication, and compute providers, extracting operation IDs and schemas from the OpenAPI specification for development reference.

Do I need a specific OpenAPI file to generate Waldur API references?

Yes, you need the waldur-openapi.json file placed in the repository root. It must exist and be up-to-date, serving as the source of truth for resolving JSON references and formatting consistent API endpoint documentation.

What's the best way to document Waldur API operation details from an OpenAPI spec?

The best way to document Waldur API operation details is parsing the OpenAPI specification to extract operation IDs, schemas, and endpoints, then formatting them into an organized, developer-friendly API reference document.

Why does Waldur API schema lookup fail if the OpenAPI file is outdated?

Waldur API schema lookup fails or returns inconsistent data if the waldur-openapi.json file is outdated because this skill uses that file as the single source of truth to resolve JSON references and generate endpoint documentation.

Can I generate a developer-friendly API reference document for Waldur marketplace and billing endpoints?

Yes, you can generate a developer-friendly API reference for Waldur marketplace and invoice endpoints by parsing the OpenAPI spec to fetch operation details, schemas, and endpoint overviews across those specific domains.