midaz-api-explorer

Enumerate Midaz CLI commands and expose their JSON schemas.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/SparkssL/Midaz-cli --skill midaz-api-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: midaz-api-explorer
Source: https://github.com/SparkssL/Midaz-cli/tree/main/skills/midaz-api-explorer
Command: npx skills add https://github.com/SparkssL/Midaz-cli --skill midaz-api-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps users discover and understand what the Midaz CLI can do by listing available commands, exposing JSON schemas, and surfacing command-level details not covered by other skills.

Core Features & Use Cases

  • Discover available Midaz commands and their descriptions.
  • Dump JSON schemas for commands to validate inputs/outputs.
  • Surface flags, arguments, and endpoints for quick integration and debugging.
  • Use Case: A developer asks for the exact input contract of midaz auth login to implement automation.

Quick Start

Ask the skill to list all commands and then inspect a specific command to reveal its arguments and schema.

Frequently Asked Questions about midaz-api-explorer

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

FAQPage Schema
How do I discover all available Midaz CLI commands and their descriptions?

You can discover all available Midaz CLI commands by asking the skill to enumerate them along with their descriptions. This surfaces a complete overview of capabilities, allowing you to quickly identify the exact commands needed for your workflow.

How do I get the exact input contract for a Midaz CLI command to implement automation?

To get the exact input contract for Midaz CLI commands, you inspect the specific command to dump its JSON schema. This exposes full input and output contracts, including required arguments, flags, and endpoints for precise integration.

What is the best way to find the flags and endpoints for a specific Midaz command?

The best way to find flags and endpoints for a Midaz command is to use command introspection to surface these details. It exposes the exact arguments, flags, and API endpoints required for quick integration and debugging.

Does the Midaz CLI support dumping JSON schemas to validate inputs and outputs?

Yes, the Midaz CLI supports dumping JSON schemas to validate inputs and outputs. By exposing these schemas, you can ensure your automation scripts adhere to the exact data contracts expected by the command.

Can I use command introspection to debug a failing Midaz CLI script?

Yes, you can use command introspection to debug a failing Midaz CLI script by surfacing the exact arguments, flags, and endpoints. This allows you to verify that your script's inputs match the required command schemas.