← All CLI guides

CLI · Codex

Social Media Skills for Codex

Install social media skills into OpenAI Codex / coding agents that speak the AgentSkills format.

One-command install

This installs all 100+ skills into your agent’s skills directory via the open AgentSkills standard. You can also install one skill with `npx skills add social-media-skills/skills --skill reels-script`.

Before you start

  • Codex (or an OpenAI coding agent with skills support) set up in your repo.
  • Node.js for npx.
  1. 1

    Open a terminal in your project

    Skills install into the current workspace. Open your project folder in the terminal (or the integrated terminal in your IDE).

  2. 2

    Run the install command

    Paste this once. It pulls the full social-media-skills collection from GitHub and places it where Codex looks for AgentSkills.

    $npx skills add social-media-skills/skills
  3. 3

    Confirm skills are available

    Confirm the skills directory exists after the command finishes. Codex-compatible agents load skill folders from the project workspace.

  4. 4

    Try a social media task

    Request a deliverable that matches a skill — “batch a week of LinkedIn posts” or “write a YouTube thumbnail brief.”

Tips

  • If Codex ignores skills, open a fresh session from the project root where they were installed.
  • Start with brand-profile and voice-builder style prompts so later skills match your tone.
  • Browse the source skills anytime at github.com/social-media-skills/skills.

All CLI guides · Autonomous agents