# hive-mp-publish skill pack — Skill 安装

## 安装步骤（中文）

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

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

这个包会安装三个运行时 skill：`publish-to-wechat`、`generate-wechat-theme` 和 `apply-wechat-custom-theme`。它应该解压到目标 Agent 的 skills 根目录，而不是某一个单独 skill 目录。

Codex 默认目录如下；如果用户使用 Claude Code、Cursor 或其他 Agent，请先确认该工具的 skills 根目录，再替换 `SKILLS_DIR`。

```bash
SKILLS_DIR="${CODEX_HOME:-$HOME/.codex}/skills"
mkdir -p "$SKILLS_DIR"
curl -L "https://www.resopod.cn/skills/hive-mp-publish-skills.tar.gz" | tar -xz -C "$SKILLS_DIR"
```

安装后目标目录应包含：

```text
publish-to-wechat/SKILL.md
generate-wechat-theme/SKILL.md
apply-wechat-custom-theme/SKILL.md
```

---

## Install Steps (English)

Copy this line to your AI Agent:

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

This pack installs three runtime skills: `publish-to-wechat`, `generate-wechat-theme`, and `apply-wechat-custom-theme`. Extract it into the target agent's skills root, not into a single skill subdirectory.

Codex uses the directory below by default. For Claude Code, Cursor, or another agent, confirm that tool's skills root first, then replace `SKILLS_DIR`.

```bash
SKILLS_DIR="${CODEX_HOME:-$HOME/.codex}/skills"
mkdir -p "$SKILLS_DIR"
curl -L "https://www.resopod.cn/skills/hive-mp-publish-skills.tar.gz" | tar -xz -C "$SKILLS_DIR"
```

After installation, the target directory should contain:

```text
publish-to-wechat/SKILL.md
generate-wechat-theme/SKILL.md
apply-wechat-custom-theme/SKILL.md
```
