github-action-gen

Verified·Scanned 2/18/2026

This skill generates GitHub Actions workflow YAML from plain English using the OpenAI API. It reads the OPENAI_API_KEY (process.env.OPENAI_API_KEY) and calls openai.chat.completions.create, and can write workflows to .github/workflows or to a user-specified opts.output.

from clawhub.ai·v5c9c103·39.8 KB·0 installs
Scanned from 1.0.2 at 5c9c103 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/github-action-gen

ai-github-action

Generate GitHub Actions workflows from plain English. Stop copy-pasting from StackOverflow.

Install

npm install -g ai-github-action

Usage

npx ai-github-action "test and deploy on push to main"
npx ai-github-action "run eslint and prettier on PRs" --install
npx ai-github-action "build docker image and push to ECR" -o deploy.yml

Options

  • --install - Write directly to .github/workflows/
  • -o, --output <file> - Write to specific file

Setup

export OPENAI_API_KEY=sk-...

License

MIT