apidog-schema-gen-mm

Extract and flatten JSON schemas from Apidog OAS endpoints.

1|1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/kangmomin/harness-plugins --skill apidog-schema-gen-mm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apidog-schema-gen-mm
Source: https://github.com/kangmomin/harness-plugins/tree/main/plugins/minmos-harness/skills/apidog-schema-gen-mm
Command: npx skills add https://github.com/kangmomin/harness-plugins --skill apidog-schema-gen-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apidog Schema Generator helps developers automatically extract request and response JSON schemas from Apidog OAS endpoints, flatten nested structures into a single, copy-paste-friendly schema, and reduce manual schema curation.

Core Features & Use Cases

  • Extracts request/response JSON schemas from Apidog OAS endpoints.
  • Flattens nested objects into inline JSON schemas for easy integration.
  • Cross-references OAS with the Go codebase to surface missing fields and ensure type consistency.
  • Generates ready-to-paste schemas and optionally pushes OpenAPI specs to Apidog via Import API.
  • Useful for API-driven code generation, codebase synchronization, and rapid documentation updates.

Quick Start

Provide an Apidog OAS endpoint and HTTP method to generate a flat, copy-ready schema and optionally push it to Apidog.

Frequently Asked Questions about apidog-schema-gen-mm

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

FAQPage Schema
How do I flatten nested OpenAPI schemas from Apidog into a single JSON schema?

This tool flattens nested OpenAPI schemas by extracting request and response JSON schemas from Apidog OAS endpoints and inlining nested objects into a single, self-contained, copy-paste-friendly schema.

Can I cross-reference OpenAPI specs with my Go codebase to find missing fields?

Yes, you can cross-reference OpenAPI specs with a Go codebase. The tool surfaces missing fields and type mismatches across endpoints by comparing Apidog OAS definitions directly against Go source code.

What is the best way to generate ready-to-use schemas from Apidog OAS endpoints?

The best way to generate ready-to-use schemas from Apidog OAS endpoints is providing the endpoint and HTTP method to this tool, which then outputs a flat JSON schema ready to paste into your application.

How do I push updated OpenAPI specs back to Apidog after generating schemas?

You can push updated OpenAPI specs back to Apidog by utilizing the tool's optional feature to push the resulting generated OpenAPI spec directly to Apidog via the Import API.

Does Apidog schema generation work for API-driven code generation and documentation updates?

Yes, Apidog schema generation works for API-driven code generation and documentation updates. It synchronizes OAS definitions with codebases and accelerates rapid documentation updates through flattened schema extraction.