# Siyu Update

> |

- **Type:** Skill
- **Install:** `agentstack add skill-maojiebc-majia-siyu-team-siyu-update`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [maojiebc](https://agentstack.voostack.com/s/maojiebc)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [maojiebc](https://github.com/maojiebc)
- **Source:** https://github.com/maojiebc/majia-siyu-team/tree/main/plugins/siyu-core/skills/siyu-update

## Install

```sh
agentstack add skill-maojiebc-majia-siyu-team-siyu-update
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# siyu-update：更新私域专家团

用户明确要求实际更新时直接执行，不再做第二次文字确认；宿主的权限窗口仍由用户决定。

## 范围

- 只同步官方项目 `maojiebc/siyu-expert-team`。
- 绝不读取、移动、删除或覆盖 `~/.siyu/` 客户档案。
- 不更新其他 skill，不创建后台任务、定时任务或 hook。
- 用户只问版本或更新内容时，只回答，不执行更新。

## 判断顺序

1. 用户明确说明仓库已公开，或能确认 GitHub visibility 为 public：走公开通道。
2. 否则，若 `~/Projects/siyu-expert-team/.git` 存在：走私有期本地通道。
3. 本地仓库不存在且无法确认公开：停止，用一句话说明需要仓库访问权限或本地路径，不猜测。

## 公开通道

```bash
npx -y skills add maojiebc/siyu-expert-team -g --all
```

只安装该项目的正式能力。不要使用会更新其他 skill 的全局 update 命令。

## 私有期本地通道

先确认远端指向 `maojiebc/siyu-expert-team`，再执行：

```bash
git -C ~/Projects/siyu-expert-team pull --ff-only
npx -y skills add ~/Projects/siyu-expert-team -g --all
```

`pull` 失败、工作区冲突或远端不匹配时立即停止，不重置、不覆盖用户改动。

## 回复

成功只说：

> 私域专家团已更新。当前对话若还没读取到新能力，新建一次对话后使用。

失败只说：

> 私域专家团没有更新：{一句人话原因}。处理完 {权限、网络或本地改动} 后，再说一次「更新私域专家团」。

不粘贴完整日志，不加感叹号。

---

## 不知道下一步用哪个 skill？

输入 `/siyu`。

这是私域工具箱的导航入口。它会读取刚才的具体结论，选择当前最值得处理的一个方向，
并直接路由到对应 skill。迷路了就回 `/siyu`。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [maojiebc](https://github.com/maojiebc)
- **Source:** [maojiebc/majia-siyu-team](https://github.com/maojiebc/majia-siyu-team)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-maojiebc-majia-siyu-team-siyu-update
- Seller: https://agentstack.voostack.com/s/maojiebc
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
