install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/skillguard/test-fixtures/evasive-01-string-concat" ~/.claude/skills/sundial-org-awesome-openclaw-skills-string-utils && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/skillguard/test-fixtures/evasive-01-string-concat" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-string-utils && rm -rf "$T"
manifest:
skills/skillguard/test-fixtures/evasive-01-string-concat/SKILL.mdsource content
String Utils
Provides common string manipulation functions for agents.