You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: refocus messaging on authenticated cloud service CLIs/APIs
AnyCLI wraps authenticated cloud service CLIs/APIs, not general
purpose tools. Update all docs, website, and CLI descriptions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# AnyCLI
2
2
3
-
**Make every tool agent-native.**
3
+
**One CLI to authenticate them all.**
4
4
5
-
AnyCLI wraps any existing CLI, API, or service into a lightweight, agent-friendly command-line interface — no MCP server needed, no schema bloat, no protocol overhead.
5
+
AnyCLI wraps authenticated cloud service CLIs/APIs (GitHub, Cloudflare, AWS, GCP, etc.) into agent-friendly interfaces with automatic credential injection and middleware hooks.
Copy file name to clipboardExpand all lines: WHY_ANY_CLI.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Drawing from Peter Steinberger and the broader community, AnyCLI follows these p
79
79
80
80
## The Vision
81
81
82
-
AnyCLI makes every tool agent-native. Wrap any existing CLI, API, or service into a lightweight, agent-friendly command-line interface — no MCP server needed, no schema bloat, no protocol overhead. Just tools that agents already know how to use.
82
+
AnyCLI wraps authenticated cloud service CLIs/APIs into agent-friendly interfaces — no MCP server needed, no schema bloat, no protocol overhead. Install, authenticate, and let agents use tools they already know.
<title>AnyCLI - Make Every Tool Agent-Native</title>
7
-
<metaname="description" content="AnyCLI wraps any CLI into an agent-friendly interface. No MCP, no schema bloat. Just tools that agents already know.">
7
+
<metaname="description" content="AnyCLI wraps authenticated cloud service CLIs/APIs into agent-friendly interfaces. Install, authenticate, and let agents use tools they already know.">
<h1>Make every tool<br><spanclass="accent">agent-native</span></h1>
498
+
<h1>One CLI to<br><spanclass="accent">authenticate them all</span></h1>
499
499
<pclass="hero-sub">
500
-
Wrap any CLI into an agent-friendly interface with middleware hooks.
501
-
No MCP server, no schema bloat, no protocol overhead.
500
+
Wrap authenticated cloud service CLIs/APIs into agent-friendly interfaces.
501
+
Automatic credential injection. No MCP, no schema bloat.
502
502
</p>
503
503
<divclass="install-box">
504
504
<divclass="install-header">
@@ -534,7 +534,7 @@ <h1>Make every tool<br><span class="accent">agent-native</span></h1>
534
534
<sectionid="how" class="fade-in">
535
535
<divclass="section-label">How it works</div>
536
536
<h2>Four commands. That's it.</h2>
537
-
<pclass="section-desc">Install a tool, authenticate, and start using it. AnyCLI downloads the binary, wraps it with middleware hooks, and creates a PATH shim.</p>
537
+
<pclass="section-desc">Install a cloud service CLI, authenticate once, and let agents use it. AnyCLI handles credential injection, binary downloads, and PATH shims.</p>
538
538
<divclass="flow">
539
539
<divclass="flow-step">
540
540
<divclass="flow-num">01</div>
@@ -575,7 +575,6 @@ <h2>Before & after hooks, declaratively</h2>
<spanclass="dim">hook</span><spanclass="yellow">before</span><spanclass="green">inject-auth</span><spanclass="dim">set GH_TOKEN from credentials</span><br>
577
577
<spanclass="dim">exec</span><spanclass="white">/usr/local/bin/gh pr list --state open</span><br>
578
-
<spanclass="dim">hook</span><spanclass="blue">after</span><spanclass="green">ensure-json</span><spanclass="dim">wrap output as JSON</span><br>
0 commit comments