fluent-wp-client-cli

Installation
SKILL.md

fluent-wp-client CLI

The fluent-wp-client CLI connects to a live WordPress site, discovers its REST API schemas, and generates requested code artifacts — Zod validators, JSON Schema, or TypeScript declarations — for use in downstream apps, validators, and AI tooling.

Command

npx fluent-wp-client schemas   # Zod TypeScript output by default
npx fluent-wp-client --help

schemas command

Generates normalized schemas for every discovered WordPress resource (post types, taxonomies). Output paths define which artifacts are written. If no output path is provided, the CLI writes wp-schemas.ts.

Installs
2
First Seen
May 8, 2026
fluent-wp-client-cli — juvojustin/fluent-wp-client