← All agent guides

Autonomous · OpenClaw

Social Media Skills for OpenClaw

Clone into social-media-skills, then copy the /skills folder into ~/.openclaw/skills/ — or install one skill folder at a time.

Clone into skills/

OpenClaw uses a local skills folder — not `npx skills add`. Clone into a folder named social-media-skills (not skills), then copy into ~/.openclaw/skills.

Before you start

  • Have git installed and a terminal open.
  • OpenClaw should be installed and able to load skills from ~/.openclaw/skills.
  1. 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. 2

    Copy skills into place

    Skills live under /skills in the repo. Copy that folder’s contents into ~/.openclaw/skills.

    $cp -r social-media-skills/skills/* ~/.openclaw/skills/
  3. 3

    Or install one skill

    Point OpenClaw at a single skill folder when you only need one workflow.

    $openclaw skills install ./social-media-skills/skills/reels-script
  4. 4

    Restart or reload the agent

    Reload OpenClaw (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: OpenClaw

All agent guides · CLI & coding agents