diff --git a/README.md b/README.md
index 32f3ea8..7dde080 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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.
Need to target specific agents or run in CI? → See the "Advanced install options" item in the [FAQ](#faq).
diff --git a/docs/README_zh.md b/docs/README_zh.md
index d26f50c..ac5cedc 100644
--- a/docs/README_zh.md
+++ b/docs/README_zh.md
@@ -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
@@ -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。
想只装到特定 Agent 或在 CI 里跑?→ 看 [常见问题](#常见问题) 里的"进阶安装"条目。