
Social Publishing
- 1.3k installs
- 38.3k repo stars
- Updated July 22, 2026
- wshobson/agents
Social Publishing is a Claude Code skill that schedules and publishes social media posts across 13 platforms via the SocialClaw API for developers who need programmatic multi-channel distribution with one API key.
About
Social Publishing is an agent-first social media skill from wshobson/agents (version 1.0.0, MIT license) integrating the SocialClaw API. One workspace API key covers 13 platforms—X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest—without per-platform OAuth setup. Developers provide SOCIALCLAW_API_KEY and use the skill when publishing, scheduling, or managing social content programmatically from coding agents. The skill suits campaign launches, release announcements, and automated posting pipelines where the same message must reach multiple channels through a unified REST workflow rather than manual dashboard posting.
- 13 platforms: X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest
- Single workspace API key via SocialClaw—no per-platform OAuth wiring in the agent
- Schedule posts and orchestrate multi-platform campaigns programmatically
- Upload and attach media to posts
- Retrieve post-level engagement analytics
Social Publishing by the numbers
- 1,320 all-time installs (skills.sh)
- +152 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #397 of 1,881 Marketing & SEO skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wshobson/agents --skill social-publishingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.3k |
|---|---|
| repo stars | ★ 38.3k |
| Last updated | July 22, 2026 |
| Repository | wshobson/agents ↗ |
How do you publish to multiple social platforms via API?
Publish or schedule the same campaign across many social platforms through one SocialClaw API key.
Who is it for?
Developers automating multi-platform social campaigns who have a SocialClaw API key and want one integration instead of 13 separate OAuth flows.
Skip if: Teams requiring native platform SDKs, deep analytics dashboards, or social posting without a SocialClaw account and API key.
When should I use this skill?
User wants to publish, schedule, or manage social media posts programmatically across X, LinkedIn, Instagram, TikTok, or other SocialClaw-supported platforms.
What you get
Scheduled or published posts across up to 13 social platforms via SocialClaw API responses and campaign timestamps.
- scheduled social posts
- multi-platform publish confirmations
By the numbers
- Supports 13 social platforms via one SocialClaw API key
- Skill version 1.0.0 under MIT license
Files
Social Publishing
Agent-first social media publishing via SocialClaw. 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 |
| Profile posts + Company pages | |
| 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 |
| Subreddit posts with flair | |
| WordPress | Blog posts with SEO metadata |
| Pins with board targeting |
Setup
# 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_hereGet a workspace API key at getsocialclaw.com.
Workflow
Step 1: Define Campaign
Specify platforms, message content, schedule, and any media attachments.
Step 2: Draft Platform Variants
Claude generates platform-optimized copy for each channel (character limits, hashtag norms, tone).
Step 3: Upload Media (Optional)
Upload images or videos once — SocialClaw stores them for reuse across platforms.
Step 4: Validate Schedule
Claude checks platform-specific timing rules and rate limits before submitting.
Step 5: Publish or Schedule
Posts queue via the SocialClaw API. Receive post IDs and scheduled times for confirmation.
Step 6: Analytics
Pull engagement metrics (impressions, clicks, reactions) 24–48 hours after publishing.
Usage Examples
Single Platform Post
Post to our company LinkedIn page:
"Excited to announce our Q2 product roadmap — here's what's coming next.
[roadmap image]"Multi-Platform Campaign
Announce our beta launch on X, LinkedIn, Instagram, and Discord.
Message: "Our beta is live! 100 spots available — sign up at example.com #launch"
Schedule for tomorrow 9am PSTContent Series
Create a 5-day drip campaign for our feature launch week.
Platforms: X and LinkedIn.
I'll provide copy for each day.Guidelines
1. One key, all platforms — SOCIALCLAW_API_KEY authenticates across all connected accounts 2. Platform-native copy — Adapt tone and format for each platform rather than copy-pasting 3. Validate timing — Always confirm schedule before submission to avoid rate limit errors 4. Media reuse — Upload assets once and reference by ID across multiple posts
Limitations
- Requires active SocialClaw account with connected social accounts
- Platform availability depends on workspace tier
- Some platforms require video content for optimal reach (TikTok, YouTube, Instagram Reels)
Related skills
FAQ
How many platforms does Social Publishing support?
Social Publishing supports 13 platforms via the SocialClaw API: X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest. One workspace API key covers all channels.
What credential does Social Publishing require?
Social Publishing requires a SOCIALCLAW_API_KEY environment variable. The skill uses that single key for programmatic publish and schedule operations across all 13 supported platforms without separate OAuth setup per network.