This guide explains how to install citedy-seo-agent into TinyClaw.
- TinyClaw reads skills from the TinyClaw install root:
- preferred:
.agent/skills - fallback (legacy):
.agents/skills
- preferred:
- A skill directory must contain
SKILL.md.
Default install root is usually:
~/tinyclawIf your TinyClaw is installed elsewhere, use that path as TINYCLAW_ROOT.
From this repository root:
TINYCLAW_ROOT="${TINYCLAW_ROOT:-$HOME/tinyclaw}"
mkdir -p "$TINYCLAW_ROOT/.agent/skills/citedy-seo-agent"
cp ./citedy-seo-agent/SKILL.md "$TINYCLAW_ROOT/.agent/skills/citedy-seo-agent/SKILL.md"Optional legacy mirror for older TinyClaw setups:
mkdir -p "$TINYCLAW_ROOT/.agents/skills/citedy-seo-agent"
cp ./citedy-seo-agent/SKILL.md "$TINYCLAW_ROOT/.agents/skills/citedy-seo-agent/SKILL.md"tinyclaw restartls -la "$TINYCLAW_ROOT/.agent/skills/citedy-seo-agent"Expected output includes:
SKILL.md
- If TinyClaw does not see the skill, confirm your TinyClaw root path and re-run copy command.
- If your installation uses only legacy paths, use
.agents/skills/citedy-seo-agent.