Communityv1.0.0

Phoenix API Generator

Generate a full Phoenix JSON API from an OpenAPI spec or natural language description. Creates contexts, Ecto schemas, migrations, controllers, JSON views/renderers, router entries, ExUnit tests with factories, auth plugs, and tenant scoping. Use when building a new Phoenix REST API, adding CRUD endpoints, scaffolding resources, or converting an OpenAPI YAML into a Phoenix project.

1.7kdownloads1stars2active installsgchapim
View on ClawHubBack to Skills

Skill Details

Slug
phoenix-api-gen
Latest Version
1.0.0
Author
gchapim
Published
Feb 3, 2026
Updated
Feb 25, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Phoenix API Generator.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

- Initial release of phoenix-api-gen. - Generates a full Phoenix JSON API from an OpenAPI spec or natural language description. - Creates contexts, Ecto schemas, migrations, controllers, JSON views/renderers, router entries, ExUnit tests with factories, authentication plugs, and tenant scoping. - Supports both OpenAPI-driven and natural language-driven workflows. - Follows Phoenix and Ecto conventions, including multi-tenancy and comprehensive test generation.