$ cliwright

Build a real CLI for any API.

A registry of agent-native command-line tools built with cliwright — each one forged to a single production-grade standard: keyring auth, resilient client, MCP server, agent guard, signed releases.

# Add your CLI

Built something with cliwright? Add it in three steps — a bot validates the entry on your PR:

  1. Fork cliwright-showcase.
  2. Drop registry/<your-tool>.yaml (copy an existing one).
  3. Open a PR. Green check = it merges and appears here.
# registry/mytool.yaml
name: mytool
binary: mytool
description: One sentence — what it does.
wraps: The API it wraps
repo: https://github.com/you/mytool
author: your-github-handle
install:
  go: go install github.com/you/mytool/cmd/mytool@latest
tags: [devops, ai-agent]