mintlify

Create and maintain Mintlify documentation sites with MDX and OpenAPI references.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lonestar62/OpenclawAI --skill mintlify-lonestar62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mintlify
Source: https://github.com/lonestar62/OpenclawAI/tree/main/.openclaw-src/.agents/skills/mintlify
Command: npx skills add https://github.com/lonestar62/OpenclawAI --skill mintlify-lonestar62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you build and maintain documentation sites using Mintlify, streamlining the process of creating, configuring, and updating documentation.

Core Features & Use Cases

  • Documentation Site Creation: Generate and manage documentation websites from Markdown files.
  • Configuration: Configure site navigation, theme, and other settings via docs.json.
  • Content Authoring: Write content using MDX, leveraging Mintlify's components for rich formatting.
  • API References: Automatically generate API documentation from OpenAPI specifications.
  • Use Case: You need to create a new documentation site for your software project, including guides, API references, and a clear navigation structure. This Skill can help set up the initial structure, configure docs.json, and guide you on writing content using Mintlify's best practices and components.

Quick Start

Use the mintlify skill to add a new page titled "Getting Started" to the documentation site's navigation.

Frequently Asked Questions about mintlify

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

FAQPage Schema
How do I generate API documentation from an OpenAPI specification?

You can generate API documentation by providing an OpenAPI specification to the Mintlify platform, which automatically parses the spec and creates interactive API reference pages. This automated generation requires Node.js for CLI operations and adherence to Mintlify file conventions.

What is the best way to structure a documentation site using MDX?

The best way to structure a documentation site using MDX is to configure your site navigation and theme via a docs.json file, then author content by leveraging Mintlify components for rich formatting. This approach ensures clear navigation and content maintainability.

Do I need Node.js to build a Mintlify documentation site?

Yes, you need Node.js installed to build a Mintlify documentation site, as it is required for CLI operations. This allows you to run local development commands and manage the site generation lifecycle effectively.

How do I configure site navigation and theme for a documentation project?

You configure site navigation and theme for a documentation project by defining settings within a docs.json file. This configuration file manages the overall site structure, allowing you to organize guides and references efficiently.

Can I use custom components when writing MDX documentation?

Yes, you can use custom components when writing MDX documentation. The platform supports content authoring with MDX, allowing you to leverage built-in Mintlify components for rich formatting and interactive page elements.