install
source · Clone the upstream repo
git clone https://github.com/AICreator-Wind/gstack-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/AICreator-Wind/gstack-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/guard" ~/.claude/skills/aicreator-wind-gstack-openclaw-skills-guard && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/AICreator-Wind/gstack-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/guard" ~/.openclaw/skills/aicreator-wind-gstack-openclaw-skills-guard && rm -rf "$T"
manifest:
guard/SKILL.mdsource content
Guard - 完全安全
结合安全护栏和文件锁定的完全安全模式。
触发条件
- 需要最高安全级别
- 处理敏感文件
- 生产环境操作