AI Skill Hub 推荐使用:claude-code-statusline MCP工具 是一款优质的MCP工具。AI 综合评分 7.8 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
为Claude Code终端提供原子精度状态栏的开源MCP工具。支持实时状态显示、缓存管理和命令行增强功能,适合频繁使用Claude Code的开发者提升终端工作效率。
claude-code-statusline MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
为Claude Code终端提供原子精度状态栏的开源MCP工具。支持实时状态显示、缓存管理和命令行增强功能,适合频繁使用Claude Code的开发者提升终端工作效率。
claude-code-statusline MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/rz1989s/claude-code-statusline
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"claude-code-statusline-mcp--": {
"command": "npx",
"args": ["-y", "claude-code-statusline"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 claude-code-statusline MCP工具 执行以下任务... Claude: [自动调用 claude-code-statusline MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"claude-code-statusline_mcp__": {
"command": "npx",
"args": ["-y", "claude-code-statusline"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
███████╗███╗ ██╗██╗ ██╗ █████╗ ███╗ ██╗ ██████╗███████╗██████╗ ██╔════╝████╗ ██║██║ ██║██╔══██╗████╗ ██║██╔════╝██╔════╝██╔══██╗ █████╗ ██╔██╗ ██║███████║███████║██╔██╗ ██║██║ █████╗ ██║ ██║ ██╔══╝ ██║╚██╗██║██╔══██║██╔══██║██║╚██╗██║██║ ██╔══╝ ██║ ██║ ███████╗██║ ╚████║██║ ██║██║ ██║██║ ╚████║╚██████╗███████╗██████╔╝ ╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝╚══════╝╚═════╝███████╗████████╗ █████╗ ████████╗██╗ ██╗███████╗██╗ ██╗███╗ ██╗███████╗ ██╔════╝╚══██╔══╝██╔══██╗╚══██╔══╝██║ ██║██╔════╝██║ ██║████╗ ██║██╔════╝ ███████╗ ██║ ███████║ ██║ ██║ ██║███████╗██║ ██║██╔██╗ ██║█████╗ ╚════██║ ██║ ██╔══██║ ██║ ██║ ██║╚════██║██║ ██║██║╚██╗██║██╔══╝ ███████║ ██║ ██║ ██║ ██║ ╚██████╔╝███████║███████╗██║██║ ╚████║███████╗ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝╚═╝╚═╝ ╚═══╝╚══════╝ </pre>
✨ Features
🛠️ DEVELOPMENT (Stable Development Features)
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/dev/install.sh | bash -s -- --branch=dev
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --check-all-deps
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --check-all-deps --interactive
Choose your platform and install the required dependencies:
<details> <summary><strong>🍎 macOS</strong></summary>
```bash
brew install jq coreutils
sudo apt update && sudo apt install jq
sudo apt update && sudo apt install jq
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --check-all-deps
📋 Platform Requirements: 100% compatible across all major platforms - macOS (12+): brew install jq curl - Ubuntu/Debian: sudo apt install jq curl - Arch Linux: sudo pacman -S jq curl - Fedora/RHEL: sudo dnf install jq curl - Alpine Linux: apk add jq curl - Windows: WSL recommended with Ubuntu distribution
Choose your preferred installation method:
```bash
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh -o install.sh
```bash
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash ```
```bash
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --interactive
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/nightly/install.sh | bash -s -- --branch=nightly
STATUSLINE_INSTALL_DEBUG=true curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash ```
```bash
```bash
~/.claude/statusline/statusline.sh --version ls -la ~/.claude/statusline/lib/ # Should show 10+ module files
🔍 Transparency First - Here's exactly what happens:
✅ Creates one directory: ~/.claude/statusline/ (in your home folder only) ✅ Downloads 31 text files: Shell scripts from this GitHub repository ✅ Creates one config file: Config.toml with default settings you can edit ✅ No system changes: Everything stays in your home folder
❌ Does NOT: - Modify any system files or PATH - Install packages globally or change your OS - Require admin/sudo permissions - Send data anywhere or phone home - Modify your shell config (.bashrc, .zshrc, etc.)
🔐 Security: All files are downloaded from this public GitHub repository - you can inspect every line of code before running.
---
For users who want additional installation options, development features, or specific configuration control.
Our breakthrough v2.9.0 installer eliminates GitHub rate limits forever with intelligent 3-tier architecture and provides 100% download guarantee:
##### 🎯 Choose Your Experience Level: ```bash
brew tap rz1989s/tap brew install claude-code-statusline
claude-statusline --help
> **Note**: The curl installer is still recommended for full automatic setup. Homebrew provides the formula but requires manual settings.json configuration.
<details>
<summary><strong>🚀 Revolutionary 3-Tier Download System Features</strong></summary>
**🎯 3-Tier Architecture (v2.9.0):**
- **Tier 1: Direct Raw URLs** → Unlimited requests, no API usage, fastest method (99% success rate)
- **Tier 2: GitHub API Fallback** → Optional token support (5,000/hour vs 60/hour)
- **Tier 3: Comprehensive Retry** → Exponential backoff with intelligent verification
**🛡️ 100% Download Guarantee:**
- Either all modules download successfully or clear failure with troubleshooting
- Zero intervention required for normal installations
- Enhanced error handling with actionable guidance
**⚡ Smart System Detection:**
- Automatically detects your OS and package manager (brew, apt, yum, dnf, pacman)
- Provides platform-specific installation commands
**📊 Comprehensive Dependency Analysis:**
- `curl` + `jq` → Core installation and configuration
- 100% native → No external dependencies for cost tracking
- `bc` → Precise cost calculations
- `python3` → Advanced TOML features and date parsing
- `timeout/gtimeout` → Network operation protection
**User-Friendly Options:**
- **Install now, upgrade later** - Get 67-100% functionality immediately
- **Show commands only** - Copy-paste exact commands for your system
- **Exit to install manually** - For users who prefer full control
**No Package Manager? No Problem:**
- Homebrew installation guidance for macOS users
- Manual installation instructions for restricted environments
</details>
**Quick Download & Inspect:**bash
cd ~/.dotfiles && stow claude

🎨 Catppuccin Mocha Theme in VS Code Terminal

</div>
echo '{"workspace": {"current_dir": "'"$(pwd)"'"}, "model": {"display_name": "Test"}}' | ~/.claude/statusline/statusline.sh ```
Transform your terminal aesthetic with our carefully crafted theme collection. Each theme is optimized for readability and visual appeal across different terminal environments.
🎯 REVOLUTIONARY SIMPLIFICATION: SINGLE SOURCE OF TRUTH ARCHITECTURE
Transform your configuration experience with the most significant architectural simplification ever:
// "default"), reads directly from TOML🎯 USER EXPERIENCE TRANSFORMATION ```toml
theme.name = "catppuccin" # Theme selection display.lines = 5 # Line count (1-9) display.line1.components = ["repo_info", "commits", "version_info"] labels.commits = "Commits:" # Display labels
```
---
🎯 MAJOR ARCHITECTURAL BREAKTHROUGH: MODULAR COMPONENT SYSTEM
collect_data(), render(), get_config())🧩 INDIVIDUAL COMPONENT MODULES
repo_info.sh - Repository directory and git status displaycommits.sh - Commit count (pure atomic)submodules.sh - Submodule tracking (pure atomic)version_info.sh - Claude Code version with intelligent cachingtime_display.sh - Current time formatting and displaymodel_info.sh - Claude model identification with emoji indicatorscost_repo.sh - Repository session cost trackingcost_monthly.sh - 30-day costs (pure atomic)cost_weekly.sh - 7-day costs (pure atomic)cost_daily.sh - Daily costs (pure atomic)cost_live.sh - Live billing block cost monitoringmcp_status.sh - MCP server health and connection statusreset_timer.sh - Block reset countdown and timer managementprayer_times.sh - Islamic prayer times integration⚙️ FLEXIBLE TOML CONFIGURATION SYSTEM
```toml
parse_timeout_to_seconds() and validate_timeout_bounds()Config.toml~/.claude/statusline/Config.toml (simple and consistent)ENV_CONFIG_* variables override all settings--watch-configprayer.location_mode = "auto" # ⭐ RECOMMENDED: Comprehensive auto-detection prayer.location_mode = "ip_based" # Force IP geolocation only (requires internet) prayer.location_mode = "manual" # Use manual coordinates (disable auto-detection)
#### **🔒 Privacy & Performance**
- **Privacy-First Design** - Location data cached locally, no tracking or data collection
- **IP Geolocation Transparency** - When using auto-detection, your IP address is sent to ip-api.com for location lookup (can be disabled)
- **Local Data Storage** - All location and prayer data stored locally in `~/.cache/claude-code-statusline/`
- **No Personal Information** - Only coordinates and prayer calculation method are stored, no personal data
- **Manual Override Available** - Set `prayer.location_mode = "manual"` to completely disable IP-based detection
- **Graceful Degradation** - Works offline with timezone/locale fallbacks when internet unavailable
- **Intelligent Caching** - 7-day cache prevents repeated API calls, reduces external requests
- **Ultra-Fast Offline** - Timezone mapping completes in microseconds using local data structures
- **Zero Dependencies** - No external libraries required for offline operation
#### **🎯 Example Auto-Detection Results**
bash
ENV_CONFIG_* variables for dynamic settings---
theme.name = "catppuccin"
**Environment Override:**bash
~/.claude/statusline.sh --generate-config
```
theme.name = "garden"
**Environment Override:**bash
theme.name = "classic"
**Environment Override:**bash
theme.name = "custom"
~/.claude/statusline.sh --generate-config MyTheme.toml
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/dev6/install.sh | bash -s -- --branch=dev6 curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/dev6/install.sh | bash -s -- --branch=dev6 --preserve-statusline
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/dev6/install.sh | bash -s -- --branch=dev6 --preserve-statusline
#### Method 2: Homebrew (macOS)
bash
./install.sh --help
cat ~/
Experience three beautifully crafted themes that transform your terminal into a work of art:
curl -sSfL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/install.sh | bash -s -- --modules-only
🚀 REVOLUTIONARY BLOCK METRICS SYSTEM - 4 NEW Block Metrics Components - 100% native cost calculation with 75% resource reduction - Unified Data Collection - Single API call feeds all metrics (burn rate, tokens, cache efficiency, projections) - Burn Rate Monitoring - Critical token consumption tracking (🔥3.5k/min $2.10/hr) - Cache Efficiency - Performance optimization insights (Cache: 94% hit) - Cost Projections - Budget planning and limit avoidance (Est: $16.48) - Resource Optimized - Minimal background processes, smart 30s caching
---
🎯 ULTIMATE CUSTOMIZATION: ATOMIC COMPONENT BREAKTHROUGH
Transform your statusline with 28 atomic components that eliminate separator issues and provide maximum control:
commits - Shows ONLY commit count (pure atomic)submodules - Shows ONLY submodule status (pure atomic)cost_monthly - Shows ONLY 30-day costs (pure atomic)cost_weekly - Shows ONLY 7-day costs (pure atomic)cost_daily - Shows ONLY daily costs (pure atomic)30DAY $660.87 7DAY $9.31 DAY $36.10! Now: 30DAY $660.87 │ 7DAY $9.31 │ DAY $36.10commits component onlyConfig.modular-atomic.toml showcase⚛️ ATOMIC CONFIGURATION EXAMPLES ```toml
display.line3.components = ["commits", "cost_weekly", "mcp_status"] ```
---
🕌 MAJOR NEW FEATURE: ISLAMIC PRAYER TIMES
🌙 HIJRI CALENDAR WITH AUTHENTIC ISLAMIC TIMEKEEPING
🔧 COMPREHENSIVE CONFIGURATION SYSTEM
🏗️ ENHANCED ARCHITECTURE
lib/prayer.sh with 400+ lines of Islamic timekeeping logic following existing modular patternstests/unit/test_prayer_functions.bats with edge case coverage📈 IMPACT: Muslim developers now have accurate Islamic timekeeping integrated seamlessly into their development workflow with authentic religious observance support.
---

🎯 BREAKTHROUGH: Fully Configurable 1-9 Line Display System
Transform your statusline from a fixed layout to a completely personalized information dashboard! The revolutionary modular system gives you complete control over what information appears where.
🌟 Key Modular Features: - 📐 1-9 Line Flexibility - From ultra-minimal 1-line to comprehensive 9-line displays - 🧩 18 Individual Components - Mix, match, and reorder any component on any line - 🎛️ Component Registry - Advanced management with dependency tracking - ⚡ Real-time Reconfiguration - Change layouts instantly with environment variables - 🔄 Backward Compatible - Legacy 5-line system preserved as fallback
📋 Example Layout Transformations:
Ultra-Minimal (2-line):
display.lines = 2
display.line1.components = ["repo_info", "model_info"]
display.line2.components = ["cost_repo"]
Creative Reordering (6-line):
display.lines = 6
display.line1.components = ["mcp_status", "version_info"] # MCP first!
display.line2.components = ["prayer_times", "time_display"] # Prayer times priority
display.line3.components = ["repo_info", "model_info"] # Repository info
display.line4.components = ["commits", "submodules"] # Atomic git stats
display.line5.components = ["cost_repo", "cost_monthly", "cost_live"] # All costs together
display.line6.components = ["reset_timer"] # Timer when active
📋 Default 5-Line Layout (Customizable):
Line 1: Repository & Environment (Components: repo_info, commits, submodules, version_info, time_display) - Working directory with elegant ~ notation - Git branch with clean/dirty status indicators - Today's commit count tracking - Claude Code version (intelligently cached) - Git submodule count - Current time display
Line 2: Model & Cost Tracking (Components: model_info, cost_repo, cost_monthly, cost_weekly, cost_daily, cost_live) - Current Claude model with emoji indicators - Repository session costs - 30-day, 7-day, and daily spending totals - Live billing block costs with native JSONL calculation - Real-time financial monitoring

Line 3: MCP Server Health (Component: mcp_status) - Connected vs total server count - Server names with connection status - Color-coded indicators (🟢 connected, 🔴 disconnected) - Real-time health monitoring
Line 4: Block Reset Timer (Component: reset_timer) - Next reset time display - Countdown to block expiration - Smart detection and tracking
Line 5: Islamic Prayer Times (Component: prayer_times) - All 5 daily Islamic prayers (Fajr, Dhuhr, Asr, Maghrib, Isha) with accurate timing - Real-time Hijri date with authentic Maghrib-based day changes - Visual prayer status indicators (✓ completed, time remaining with green highlighting for upcoming) - AlAdhan API integration with multiple calculation methods - 🕌 Islamic formatting with moon phase indicators 🌙
Available Components: - repo_info - Directory path and git status - commits - Commit count (atomic) - submodules - Submodule status (atomic) - version_info - Claude Code version - time_display - Current time - model_info - Claude model with emoji - cost_repo - Repository session cost - cost_monthly - 30-day costs (atomic) - cost_weekly - 7-day costs (atomic) - cost_daily - Daily costs (atomic) - cost_live - Live block cost - mcp_status - MCP server health - reset_timer - Block reset countdown - prayer_times - Islamic prayer times
Configuration Examples: ```toml
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/statusline.sh -o ~/.dotfiles/claude/.claude/statusline.sh chmod +x ~/.dotfiles/claude/.claude/statusline.sh
curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/core.sh -o ~/.dotfiles/claude/.claude/lib/core.sh curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/security.sh -o ~/.dotfiles/claude/.claude/lib/security.sh curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/config.sh -o ~/.dotfiles/claude/.claude/lib/config.sh curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/themes.sh -o ~/.dotfiles/claude/.claude/lib/themes.sh curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/git.sh -o ~/.dotfiles/claude/.claude/lib/git.sh curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/mcp.sh -o ~/.dotfiles/claude/.claude/lib/mcp.sh curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/cost.sh -o ~/.dotfiles/claude/.claude/lib/cost.sh curl -fsSL https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/display.sh -o ~/.dotfiles/claude/.claude/lib/display.sh
mkdir -p ~/.claude/lib/ curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/core.sh -o ~/.claude/lib/core.sh curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/security.sh -o ~/.claude/lib/security.sh curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/config.sh -o ~/.claude/lib/config.sh curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/themes.sh -o ~/.claude/lib/themes.sh curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/git.sh -o ~/.claude/lib/git.sh curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/mcp.sh -o ~/.claude/lib/mcp.sh curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/cost.sh -o ~/.claude/lib/cost.sh curl -L https://raw.githubusercontent.com/rz1989s/claude-code-statusline/main/lib/display.sh -o ~/.claude/lib/display.sh
claude-code-statusline 是一款专为提升 Claude Code 使用体验而设计的终端状态栏工具。它通过在终端界面集成实时的状态监控,帮助开发者直观地掌握当前会话的上下文、Token 使用情况及各项运行指标,让 AI 辅助编程过程更加透明且高效。
本项目提供强大的实时监控功能,支持对开发过程中的各项指标进行可视化展示。通过集成先进的指标系统,用户可以���时查看 Token 消耗、缓存效率及成本预测。此外,项目支持高度模块化的原子组件设计,允许开发者根据需求灵活定制状态栏内容,实现极致的个性化体验。
在安装之前,请确保您的系统已满足必要的依赖条件。本项目支持 macOS (12+)、Ubuntu/Debian、Arch Linux、Fedora/RHEL 及 Alpine Linux 等主流 Linux 发行版。对于 Windows 用户,强烈建议通过 WSL (Windows Subsystem for Linux) 环境下的 Ubuntu 分发版进行部署。安装前请确保系统中已安装 `jq` 和 `curl` 工具。
安装过程非常简单且快速,预计仅需 2 分钟。推荐使用官方提供的 Quick Install 脚本进行一键安装。为了确保安全性,建议在执行安装命令前先下载 `install.sh` 进行检查。本项目对各大主流操作系统均保持 100% 的兼容性,并提供完善的依赖检查机制,支持交互式模式以帮助用户快速修复环境问题。
安装完成后,您可以通过查看项目提供的示例配置文件来快速上手。项目在 `~/.claude/statusline/examples/` 目录下内置了多种预设配置模板(如 `Config.modular-compact.toml` 和 `Config.modular-atomic.toml`),您可以根据自己的审美和信息密度需求,直接引用或修改这些��板来定制您的终端状态栏。
在 v2.8.0 版本中,我们引入了革命性的“单一事实来源 (Single Source of Truth)”架构。彻底告别了以往需要在多个配置文件与硬编码默认值之间反复切换的混乱局面。现在,您只需编辑一个统一的配置文件即可管理所有设置,极大地简化了配置流程,让参数管理变得直观且高效。
本项目提供令人惊艳的视觉界面,内置了多种精心设计的色彩主题,如 Catppuccin Mocha、Garden Theme 以及经典的 Classic Theme。通过高度优化的 API 调用机制,系统能够以极低的资源消耗实现统一的数据采集,确保在展示精美视觉效果的同时,不会对终端性能造成负担。
项目采用了先进的原子组件系统 (Atomic Component System),包含 28 个独立的原子组件,能够实现对特定信息的精准控制(如仅显示 Commit 数量)。最新的 v2.10.0 版本引入了革命性的 Block Metrics 系统,通过单次 API 调用即可实现 Burn Rate、Token 消耗及缓存效率的实时监控,资源占用降低了 75%。
活跃的MCP生态工具,专注终端体验优化。446个Star表明社区认可,Shell实现轻量高效,适合集成到现有开发流程。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,claude-code-statusline MCP工具 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | claude-code-statusline |
| 原始描述 | 开源MCP工具:Transform your Claude Code terminal with atomic precision statusline. Features f。⭐446 · Shell |
| Topics | MCP工具Claude集成状态栏终端增强开源 |
| GitHub | https://github.com/rz1989s/claude-code-statusline |
| License | MIT |
| 语言 | Shell |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端