Autonomous · NanoClaw
Social Media Skills for NanoClaw
NanoClaw follows the same skills-folder pattern as OpenClaw. Clone into social-media-skills, copy /skills, then reload.
Clone into skills/
NanoClaw uses a local skills folder — not `npx skills add`. Clone into a folder named social-media-skills (not skills), then copy into ~/.nanoclaw/skills.
Before you start
- Have git installed and a terminal open.
- NanoClaw should be installed and able to load skills from ~/.nanoclaw/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 ~/.nanoclaw/skills.
$cp -r social-media-skills/skills/* ~/.nanoclaw/skills/ - 3
Or install one skill
Point NanoClaw at a single skill folder when you only need one workflow.
$nanoclaw skills install ./social-media-skills/skills/reels-script - 4
Restart or reload the agent
Reload NanoClaw (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: NanoClaw