Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social CLI — Agent Skill

The unified social media infrastructure for AI agents and developers.

One API key. 15 platforms. 35+ MCP tools.

Install

# Via GitHub Skills
npx skills add social-cli/social-cli-skill

# Or install the CLI directly
npm install -g social-cli

What it does

Social CLI lets AI agents post, schedule, reply, and analyze across 15 social media platforms through a single CLI or MCP server. No OAuth headaches. No platform-specific code. Just structured JSON in, social actions out.

Platforms

Twitter/X · Instagram · Facebook · LinkedIn · TikTok · YouTube · Pinterest · Reddit · Telegram · Discord · Bluesky · Snapchat · WhatsApp · Google Business · Threads

Quick Start

npm install -g social-cli
export SOCIAL_CLI_API_KEY=sk_your_key
social-cli accounts list
social-cli posts create -c "Hello world!" -p twitter -a <accountId> --now

Features

  • Cross-platform posting — one command, 15 platforms
  • Scheduling & queue — set optimal times, let the queue handle distribution
  • Analytics — engagement metrics across all platforms
  • MCP-native — plug into Claude, Cursor, ChatGPT, or any agent runtime
  • Unified inbox — DMs, comments, mentions in one feed
  • Media upload — images, videos, documents via S3-compatible storage

MCP Server

{
  "mcpServers": {
    "social-cli": {
      "url": "https://backend.socialcli.xyz/mcp/social-cli",
      "auth": "Bearer ${SOCIAL_CLI_API_KEY}"
    }
  }
}

Links

License

MIT

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors