ceta-api-doc-generator

Generate API documentation from CETA seed data and HAR files.

1|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/eziojianzheng/business-rest-api-recorder --skill ceta-api-doc-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ceta-api-doc-generator
Source: https://github.com/eziojianzheng/business-rest-api-recorder/tree/main/skills/ceta-api-doc-generator
Command: npx skills add https://github.com/eziojianzheng/business-rest-api-recorder --skill ceta-api-doc-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, pbc-seed-data, har-data, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of generating comprehensive API documentation from CETA seed data (JSON) and HAR files, saving time and effort in documentation creation.

Core Features & Use Cases

  • Automatic Documentation Generation: From CETA seed data and HAR files, generates detailed API documentation including CRUD operations, parameters, and responses.
  • CRUD API Derivation: Automatically derives CRUD operations based on FormEntity structure.
  • Parameter Analysis: Generates detailed parameter information including type, requiredness, and source.
  • Use Case: Ideal for developers and documentation teams who need to maintain up-to-date API documentation for CETA platforms.

Quick Start

To generate API documentation, use the ceta-api-doc-generator skill with the provided seed data file and optional HAR file path.

Frequently Asked Questions about ceta-api-doc-generator

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

FAQPage Schema
How do I generate API documentation from HAR files and seed data?

You can generate API documentation from HAR files and seed data by using an automated generator that parses CETA JSON seed data and HAR files to produce detailed API docs including CRUD operations, parameters, and responses.

How does CRUD API derivation work from seed data?

CRUD API derivation works by automatically analyzing the FormEntity structure within CETA seed data to infer and generate the corresponding create, read, update, and delete API operations for your platform documentation.

Can I use Python to automate API documentation generation for CETA platforms?

Yes, you can use a Python environment with specific libraries to automate API documentation generation for CETA platforms, processing JSON seed data and HAR files to output comprehensive API references.

What is the best way to document API parameters and responses from HAR files?

The best way to document API parameters and responses from HAR files is to use an automated generator that analyzes HAR data to extract detailed parameter information including type, requiredness, and source alongside response structures.

What do I need to set up before generating CETA API documentation?

Before generating CETA API documentation, you need to set up a Python environment with specific libraries, prepare your CETA seed data in JSON format, and optionally provide HAR file paths for request and response analysis.

When should I not use automated API documentation generation for CETA platforms?

You should not use automated API documentation generation for CETA platforms if your APIs do not rely on FormEntity structures or if you lack the required Python environment and CETA seed data needed to derive CRUD operations and parameters.