CLI · Gemini CLI
Social Media Skills for Gemini CLI
Drop the full skill library into Gemini CLI with one AgentSkills-compatible install command.
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
- Gemini CLI installed and logged in.
- Node.js available for npx.
- 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
Run the install command
Paste this once. It pulls the full social-media-skills collection from GitHub and places it where Gemini CLI looks for AgentSkills.
$npx skills add social-media-skills/skills - 3
Confirm skills are available
Gemini CLI should list or auto-discover skills from the installed folders. Restart the CLI if discovery doesn’t refresh.
- 4
Try a social media task
Try “plan a TikTok content week” or “write a Reels script with a 3-second hook.”
Tips
- 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.
Official docs: Gemini CLI on GitHub