Autonomous · PicoClaw
Social Media Skills for PicoClaw
Point PicoClaw at the cloned /skills folder — same clone-into-social-media-skills flow as other Claw-family agents.
Clone into skills/
PicoClaw uses a local skills folder — not `npx skills add`. Clone into a folder named social-media-skills (not skills), then copy into ~/.picoclaw/skills.
Before you start
- Have git installed and a terminal open.
- PicoClaw should be installed and able to load skills from ~/.picoclaw/skills.
- 1
Clone the skills repo
Clone into a folder named social-media-skills so it doesn’t collide with your skills/ destination.
$git clone https://github.com/social-media-skills/skills.git social-media-skills - 2
Copy skills into place
Skills live under /skills in the repo. Copy that folder’s contents into ~/.picoclaw/skills.
$cp -r social-media-skills/skills/* ~/.picoclaw/skills/ - 3
Or install one skill
Point PicoClaw at a single skill folder when you only need one workflow.
$picoclaw skills install ./social-media-skills/skills/reels-script - 4
Restart or reload the agent
Reload PicoClaw (or start a new session) so it picks up the new skill folders, then ask for a social media task.
Tips
- Keep brand-profile and voice-builder skills installed — most creative skills assume a voice exists.
- If a skill fails to load, check that the whole folder is present (SKILL.md plus evals/, references/, etc.), not just SKILL.md.
Official docs: PicoClaw