Skills · Content & docs

Social Publishing

Unverified34/40

> 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.

Originally by wshobson · MIT

Claude CodePartialHas SKILL.md but declares no allowed-tools — Claude Code will ask for permission each time
Cursor·UnknownWe have not crawled the repo tree, so we will not guess
Codex·UnknownWe have not crawled the repo tree, so we will not guess
Gemini CLI·UnknownThe spec defines no detection rule for Gemini
Copilot·UnknownWe have not crawled the repo tree, so we will not guess
npx agentalley add social-publishing

This command does not work yet — the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

> 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.

The whole source

No sign-in, no blur, nothing truncated
social-publishing/SKILL.md114 lines3.6 KBRawView on GitHub
Frontmatter — 4 properties
namesocial-publishing
description> 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.
licenseMIT
metadata version: "1.0.0 source: https://github.com/ndesv21/socialclaw homepage: https://getsocialclaw.com
1---
2name: social-publishing
3description: >
4 Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram,
5 Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via
6 the SocialClaw API. Use when the user wants to publish, schedule, or manage social
7 media content programmatically. Requires SOCIALCLAW_API_KEY.
8license: MIT
9metadata:
10 version: "1.0.0"
11 source: https://github.com/ndesv21/socialclaw
12 homepage: https://getsocialclaw.com
13---A5No allowed-tools declared — no way to tell what this skill may touch
14 
15# Social Publishing
16 
17Agent-first social media publishing via [SocialClaw](https://getsocialclaw.com). One workspace API key, 13 platforms, zero per-platform OAuth setup.
18 
19## When to Use This Skill
20 
21Use this skill when the user wants to:
22- Publish or schedule posts across multiple social media platforms
23- Orchestrate a multi-platform content campaign
24- Upload and attach media to social posts
25- Retrieve post-level engagement analytics
26- Manage a content calendar programmatically
27 
28## Supported Platforms
29 
30| Platform | Notes |
31|----------|-------|
32| X (Twitter) | Profile posts, threads |
33| LinkedIn | Profile posts + Company pages |
34| Instagram | Business + standalone accounts |
35| Facebook Pages | Page posts with link previews |
36| TikTok | Video descriptions |
37| Discord | Channel targeting, embeds |
38| Telegram | Channel/group messaging |
39| YouTube | Video descriptions and metadata |
40| Reddit | Subreddit posts with flair |
41| WordPress | Blog posts with SEO metadata |
42| Pinterest | Pins with board targeting |
43 
44## Setup
45 
46```bash
47# Install via npx
48npx skills add ndesv21/socialclaw
49 
50# Or install as package
51npm install socialclaw@0.1.12
52 
53# Set your workspace API key
54export SOCIALCLAW_API_KEY=your_key_here
55```
56 
57Get a workspace API key at [getsocialclaw.com](https://getsocialclaw.com).
58 
59## Workflow
60 
61### Step 1: Define Campaign
62Specify platforms, message content, schedule, and any media attachments.
63 
64### Step 2: Draft Platform Variants
65Claude generates platform-optimized copy for each channel (character limits, hashtag norms, tone).
66 
67### Step 3: Upload Media (Optional)
68Upload images or videos once — SocialClaw stores them for reuse across platforms.
69 
70### Step 4: Validate Schedule
71Claude checks platform-specific timing rules and rate limits before submitting.
72 
73### Step 5: Publish or Schedule
74Posts queue via the SocialClaw API. Receive post IDs and scheduled times for confirmation.
75 
76### Step 6: Analytics
77Pull engagement metrics (impressions, clicks, reactions) 24–48 hours after publishing.
78 
79## Usage Examples
80 
81### Single Platform Post
82```
83Post to our company LinkedIn page:
84"Excited to announce our Q2 product roadmap — here's what's coming next.
85[roadmap image]"
86```
87 
88### Multi-Platform Campaign
89```
90Announce our beta launch on X, LinkedIn, Instagram, and Discord.
91Message: "Our beta is live! 100 spots available — sign up at example.com #launch"
92Schedule for tomorrow 9am PST
93```
94 
95### Content Series
96```
97Create a 5-day drip campaign for our feature launch week.
98Platforms: X and LinkedIn.
99I'll provide copy for each day.
100```
101 
102## Guidelines
103 
1041. **One key, all platforms** — SOCIALCLAW_API_KEY authenticates across all connected accounts
1052. **Platform-native copy** — Adapt tone and format for each platform rather than copy-pasting
1063. **Validate timing** — Always confirm schedule before submission to avoid rate limit errors
1074. **Media reuse** — Upload assets once and reference by ID across multiple posts
108 
109## Limitations
110 
111- Requires active SocialClaw account with connected social accounts
112- Platform availability depends on workspace tier
113- Some platforms require video content for optimal reach (TikTok, YouTube, Instagram Reels)
114 

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty — and we leave it empty rather than invent one.

Alternatives

Also in Content & docs