Clify Converts API Documentation Into Self-Updating CLIs
Clify is a Claude Code plugin that converts any API documentation URL into a fully structured, installable CLI repository. Given a docs URL it crawls pages, detects API shape (base URL, auth, resources, endpoints), maps endpoints to actions, and generates a zero-dependency Node.js CLI, Claude Code skills, smoke tests, a sync skill for doc changes, metadata (.clify.json), and example env/package files. Example output for Calendly produced a calendly-cli with 6 resources and 15 endpoints, installable as a Claude plugin. The tool emphasizes pragmatic choices (e.g., prefer personal access tokens for CLI workflows) and includes tests that run without API credentials.
Scoring Rationale
Clify is a practical developer tool that streamlines API onboarding and agent integration—useful for platform teams and ML engineers but not a foundational model or infrastructure shift. It's notable for automation and reproducibility, warranting mid-high relevance.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problemsStep-by-step roadmaps from zero to job-ready — curated courses, salary data, and the exact learning order that gets you hired.
Sources
- Read Original?GitHub - derrickko/clify: Paste a URL. Get a CLI. A Claude Code plugin that turns any API documentation into a self-updating CLI repo.