Agent skill · Backend & API

socialclaw

Agent-first social media publishing skill — schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via a single workspace API key.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill socialclaw --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Declared author: ndesv21
Path: skills/socialclaw/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SocialClaw — Social Media Publisher ## Overview SocialClaw is an agent-first social media publishing skill that lets you schedule and publish posts across 13 platforms using a single workspace API key. No per-platform OAuth setup required — one key covers everything. ## When to Use - Use when the user wants to plan, schedule, or publish a social media campaign across multiple platforms. - Use when the user has a SocialClaw workspace API key and wants one workflow for X, LinkedIn, Instagram, Facebook, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, or Pinterest. - Use when the user asks for social publishing automation that can validate schedules, attach media, and retrieve post performance metrics. ## Supported Platforms - X (Twitter) - LinkedIn (Profile + Page) - Instagram (Business + Standalone) - Facebook Pages - TikTok - Discord - Telegram - YouTube - Reddit - WordPress - Pinterest ## Installation ```bash npx skills add ndesv21/socialclaw ``` Or install the npm package directly: ```bash npm install socialclaw@0.1.12 ``` ## Configuration Set your workspace API key: ```bash export SOCIALCLAW_API_KEY=your_workspace_api_key ``` Get your API key at [getsocialclaw.com](https

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Supported Platforms
  4. Installation
  5. Configuration
  6. Workflow
  7. Step 1: Create a Campaign
  8. Step 2: Upload Media (Optional)
  9. Step 3: Validate Schedule
  10. Step 4: Publish or Schedule
  11. Step 5: Analytics
  12. Example Usage
  13. Source
  14. Limitations
Commands it runs
npx skills add ndesv21/socialclaw
npm install socialclaw@0.1.12
export SOCIALCLAW_API_KEY=your_workspace_api_key
More from agentic-awesome-skills
All skills →
About this skill
What does the socialclaw skill do?

Agent-first social media publishing skill — schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via a single workspace API key.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill socialclaw --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going