Use Case
Stop doing repetitive developer & devops tasks manually. Phoenix API Generator lets your AI agent handle them automatically through natural conversation. 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. This guide shows practical examples of using Phoenix API Generator to automate common developer & devops workflows and save hours every week.
Install Phoenix API Generator: npx clawhub@latest --dir ~/.claude/skills install phoenix-api-gen
Identify the repetitive developer & devops tasks you want to automate
Describe the task to your AI in plain English
Phoenix API Generator will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing Phoenix API Generator
Automate my developer & devops tasks using Phoenix API Generator
What repetitive tasks can Phoenix API Generator handle for me?
Set up a workflow that runs Phoenix API Generator every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install phoenix-api-genOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install phoenix-api-genβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/phoenix-api-gen/π‘Extract and place the folder at the path above, then restart your agent.