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/skills/hello-ws" ~/.claude/skills/aicreator-wind-gstack-openclaw-skills-hello-workspace-skill && 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/skills/hello-ws" ~/.openclaw/skills/aicreator-wind-gstack-openclaw-skills-hello-workspace-skill && rm -rf "$T"
manifest:
skills/hello-ws/SKILL.mdsource content
Hello world