bunjs-apidog

Generate and synchronize OpenAPI 3.0 specifications for Bun.js APIs with Apidog.

7|4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MadAppGang/magus --skill bunjs-apidog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bunjs-apidog
Source: https://github.com/MadAppGang/magus/tree/main/plugins/dev/skills/backend/bunjs-apidog
Command: npx skills add https://github.com/MadAppGang/magus --skill bunjs-apidog

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and synchronizing OpenAPI specifications for Bun.js backend APIs with the Apidog platform, ensuring consistent and up-to-date API documentation.

Core Features & Use Cases

  • OpenAPI Spec Generation: Define API endpoints, request/response schemas, and parameters using OpenAPI 3.0 standards.
  • Apidog Integration: Utilize Apidog-specific extensions (x-apidog-folder, x-apidog-status, x-apidog-maintainer) for enhanced organization and lifecycle management within Apidog.
  • Automated Import: Import OpenAPI specifications into Apidog projects via its REST API for seamless updates.
  • Use Case: After developing a new set of endpoints in your Bun.js API, use this Skill to generate an OpenAPI spec, import it into your Apidog project, and then share the documentation with your frontend team for integration.

Quick Start

Use the bunjs-apidog skill to import your OpenAPI specification file into your Apidog project.

Frequently Asked Questions about bunjs-apidog

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

FAQPage Schema
How do I generate OpenAPI specifications for a Bun.js backend API?

You can generate OpenAPI specifications for a Bun.js backend API by defining endpoints, schemas, and parameters using OpenAPI 3.0 standards. The skill then organizes these definitions for Apidog synchronization.

Can I sync OpenAPI specs with Apidog automatically?

Yes, you can sync OpenAPI specs with Apidog automatically. The skill imports your generated OpenAPI specifications directly into Apidog projects via the platform's REST API, ensuring your documentation remains consistent and up-to-date.

How do I organize API documentation in Apidog using OpenAPI extensions?

To organize API documentation in Apidog, you can use Apidog-specific OpenAPI extensions like `x-apidog-folder`, `x-apidog-status`, and `x-apidog-maintainer`. These extensions allow enhanced organization and lifecycle management within your Apidog projects.

What is the best way to share Bun.js API documentation with a frontend team?

The best way to share Bun.js API documentation is to generate an OpenAPI spec, import it into your Apidog project via REST API, and share the synchronized Apidog documentation with your frontend team for integration.

Does this Apidog integration support OpenAPI 3.0 standards for Bun.js APIs?

Yes, this Apidog integration fully supports OpenAPI 3.0 standards for Bun.js APIs. It allows you to define endpoints, request and response schemas, and parameters according to the OpenAPI 3.0 specification.