Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Now: one AgentKey handles everything. **AgentKey unifies all the external access

## Install

One command. A browser tab opens for login, then you're done.
One command. A browser tab opens for login, then you're done. The installer auto-detects every agent on your machine ([40+ supported](https://github.com/vercel-labs/skills#available-agents). Common examples include Claude Code, Codex, Gemini CLI, and Cursor CLI, etc.) and configures each one.

**macOS / Linux**
```bash
Expand All @@ -72,7 +72,7 @@ Restart your agent, then ask it something that needs the internet:

> *"What has Musk been tweeting about lately?"*

That's it. No API key to copy, no JSON to edit. The installer auto-detects every agent on your machine ([40+ supported](https://github.com/vercel-labs/skills#available-agents)) and configures each one.
That's it. No API key to copy, no JSON to edit.

<sub>Need to target specific agents or run in CI? → See the "Advanced install options" item in the [FAQ](#faq).</sub>

Expand Down
4 changes: 2 additions & 2 deletions docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Agent 就像半智能体,完全无法自主行动,不断需要人类帮助

## 安装

一条命令。浏览器弹出登录,完成即可。
一条命令。浏览器弹出登录,完成即可。安装脚本会自动识别你机器上每一个支持的 Agent([已支持 40+](https://github.com/vercel-labs/skills#available-agents),常见的如 Claude Code、Codex、Gemini CLI、Cursor CLI 等),逐个配好。

**macOS / Linux**
```bash
Expand All @@ -72,7 +72,7 @@ irm https://agentkey.app/install.ps1 | iex

> *"马斯克最近在推特上在说什么?"*

就这样。不用复制 API Key,也不用改 JSON。安装脚本会自动识别你机器上每一个支持的 Agent([已支持 40+](https://github.com/vercel-labs/skills#available-agents)),逐个配好。
就这样。不用复制 API Key,也不用改 JSON。

<sub>想只装到特定 Agent 或在 CI 里跑?→ 看 [常见问题](#常见问题) 里的"进阶安装"条目。</sub>

Expand Down
Loading