Agent skill · Backend & API

social-publishing

Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via the SocialClaw API. Use when the user wants to publish, schedule, or manage social media content programmatically. Requires SOCIALCLAW_API_KEY.

Seth Hobson38,331★ · +219/wk · 1 repos on radarProfile →
claude-codecodexcopilotcursorMIT
Install
npx skills add wshobson/agents --skill social-publishing --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: plugins/social-publishing/skills/social-publishing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 38,479 · +148 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

# Social Publishing Agent-first social media publishing via [SocialClaw](https://getsocialclaw.com). One workspace API key, 13 platforms, zero per-platform OAuth setup. ## When to Use This Skill Use this skill when the user wants to: - Publish or schedule posts across multiple social media platforms - Orchestrate a multi-platform content campaign - Upload and attach media to social posts - Retrieve post-level engagement analytics - Manage a content calendar programmatically ## Supported Platforms | Platform | Notes | |----------|-------| | X (Twitter) | Profile posts, threads | | LinkedIn | Profile posts + Company pages | | Instagram | Business + standalone accounts | | Facebook Pages | Page posts with link previews | | TikTok | Video descriptions | | Discord | Channel targeting, embeds | | Telegram | Channel/group messaging | | YouTube | Video descriptions and metadata | | Reddit | Subreddit posts with flair | | WordPress | Blog posts with SEO metadata | | Pinterest | Pins with board targeting | ## Setup ```bash # Install via npx npx skills add ndesv21/socialclaw # Or install as package npm install socialclaw@0.1.12 # Set your workspace API key export SOCIALCLAW_API_KEY=your_key_h

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Supported Platforms
  3. Setup
  4. Workflow
  5. Step 1: Define Campaign
  6. Step 2: Draft Platform Variants
  7. Step 3: Upload Media (Optional)
  8. Step 4: Validate Schedule
  9. Step 5: Publish or Schedule
  10. Step 6: Analytics
  11. Usage Examples
  12. Single Platform Post
  13. Multi-Platform Campaign
  14. Content Series
Commands it runs
Install via npx
npx skills add ndesv21/socialclaw
Or install as package
npm install socialclaw@0.1.12
Set your workspace API key
export SOCIALCLAW_API_KEY=your_key_here
More from agents
All skills →
About this skill
What does the social-publishing skill do?

Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via the SocialClaw API. Use when the user wants to publish, schedule, or manage social media content programmatically. Requires SOCIALCLAW_API_KEY.

How do I install it?

Run `npx skills add wshobson/agents --skill social-publishing --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 wshobson/agents, a repository with 38,479 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