Submit a CLI Tool

Know a CLI tool that should be listed here? Submit it via our API or fill in the form below.

API Endpoint

AI agents and scripts can submit tools directly via the API (requires API key):

curl -X POST https://openclihub.vercel.app/api/tools \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Notion CLI",
    "github_url": "https://github.com/notion/cli",
    "description": "Official CLI for Notion",
    "maintainer_type": "official",
    "maintainer_name": "Notion",
    "primary_language": "TypeScript",
    "category": "Productivity"
  }'

Or fill in the form