From 88dd1979c6f30de08c0e6d2aa02ee82d1364608d Mon Sep 17 00:00:00 2001 From: RunAPI Date: Thu, 25 Jun 2026 22:03:10 +0800 Subject: [PATCH] Add RunAPI CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a8d34..2c81ca0 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w - [CLIRank](https://clirank.dev) — API directory scoring 387 APIs on agent-friendliness across 11 signals. Available as an MCP server (`clirank-mcp-server`) and REST API. - [prpack](https://github.com/Lucas2944/prpack) — Zero-dep CLI that packs a pull request (diff + commits + full post-change file contents) into one markdown file optimized for LLM code review. Drop the file into Claude / Cursor / your model. MIT. - [Marmot](https://marmot.sh) — Shell-native CLI that gives agents one command shape for AI, web search, scraping, and data enrichment across many providers. Designed for Claude Code, Codex, OpenCode, and similar harnesses; composes via shell pipes. +- [RunAPI CLI](https://github.com/runapi-ai/cli) — JSON-first CLI for running AI image, video, music, audio, and LLM jobs from scripts, CI, or agents. - [ORCH](https://github.com/oxgeneral/ORCH) — CLI runtime that coordinates Claude Code, OpenCode, Codex, and Cursor as a typed AI team. State machine (todo→review→done), auto-retry, inter-agent messaging, TUI dashboard. - [Octomind](https://github.com/muvon/octomind) — Session-based AI development assistant with MCP support, 7 LLM providers, and extensible architecture. Features plan-first workflow, semantic code search, and persistent memory.