# hive-mp-cli-skill — Skill 安装

## 安装步骤（中文）

复制以下命令喂给你的 AI Agent：

> 帮我安装 hive-mp-cli skill：https://www.resopod.cn/install/hive-mp-cli-skill.md

Agent 应把 skill 包下载到目标 Agent 的 skills 目录。Claude Code 默认目录如下：

```bash
mkdir -p ~/.claude/skills/hive-mp-cli-skill/
curl -L "https://www.resopod.cn/skills/hive-mp-cli-skill.tar.gz" | tar -xz -C ~/.claude/skills/hive-mp-cli-skill/
```

如果用户使用 Cursor 或其他 Agent，请先确认该工具的 skill 目录，再把同一个 tarball 解压到对应目录。

---

## Install Steps (English)

Copy this line to your AI Agent:

> Install hive-mp-cli skill for me: https://www.resopod.cn/install/hive-mp-cli-skill.md

The agent should download the skill package into the target agent's skills directory. Claude Code uses this default location:

```bash
mkdir -p ~/.claude/skills/hive-mp-cli-skill/
curl -L "https://www.resopod.cn/skills/hive-mp-cli-skill.tar.gz" | tar -xz -C ~/.claude/skills/hive-mp-cli-skill/
```

For Cursor or another agent, confirm that tool's skills directory first, then extract the same tarball there.
