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
npx skills add ndesv21/socialclaw
Or install the npm package directly:
npm install socialclaw@0.1.12
Configuration
Set your workspace API key:
export SOCIALCLAW_API_KEY=your_workspace_api_key
Get your API key at getsocialclaw.com.
Workflow
Step 1: Create a Campaign
Define your campaign with target platforms, content, and schedule.
Step 2: Upload Media (Optional)
Upload images or videos to attach to posts.
Step 3: Validate Schedule
Confirm platform-specific timing rules are met (e.g., rate limits, posting windows).
Step 4: Publish or Schedule
Publish immediately or schedule for a future time across all selected platforms simultaneously.
Step 5: Analytics
Retrieve post performance metrics after publishing.
Example Usage
/social-publishing
Create a campaign for our product launch:
- Platforms: X, LinkedIn, Instagram
- Message: "Excited to announce our new feature! Check it out at example.com #launch #product"
- Schedule: Tomorrow at 9am PST
Source
GitHub: ndesv21/socialclaw
Website: getsocialclaw.com
Limitations
- Requires a valid SocialClaw workspace API key; do not attempt publishing without explicit user-provided credentials.
- Treat every publish, schedule, delete, or account-changing action as state-changing: show the target platforms, content, media, and timing, then wait for explicit user confirmation before calling the service.
- Platform availability, rate limits, analytics fields, and scheduling behavior depend on the upstream SocialClaw service.
- This skill describes the publishing workflow; it does not replace platform-specific compliance, brand review, or legal approval before posting.
Source: sickn33/agentic-awesome-skills → skills/socialclaw/SKILL.md
1---2name: socialclaw3description: 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.4---5
6
7# SocialClaw — Social Media Publisher
8
9## Overview
10
11SocialClaw 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.
12
13## When to Use
14
15- Use when the user wants to plan, schedule, or publish a social media campaign across multiple platforms.
16- 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.
17- Use when the user asks for social publishing automation that can validate schedules, attach media, and retrieve post performance metrics.
18
19## Supported Platforms
20
21- X (Twitter)
22- LinkedIn (Profile + Page)
23- Instagram (Business + Standalone)
24- Facebook Pages
25- TikTok
26- Discord
27- Telegram
28- YouTube
29- Reddit
30- WordPress
31- Pinterest
32
33## Installation
34
35```bash
36npx skills add ndesv21/socialclaw
37```
38
39Or install the npm package directly:
40
41```bash
42npm install socialclaw@0.1.12
43```
44
45## Configuration
46
47Set your workspace API key:
48
49```bash
50export SOCIALCLAW_API_KEY=your_workspace_api_key
51```
52
53Get your API key at [getsocialclaw.com](https://getsocialclaw.com).
54
55## Workflow
56
57### Step 1: Create a Campaign
58
59Define your campaign with target platforms, content, and schedule.
60
61### Step 2: Upload Media (Optional)
62
63Upload images or videos to attach to posts.
64
65### Step 3: Validate Schedule
66
67Confirm platform-specific timing rules are met (e.g., rate limits, posting windows).
68
69### Step 4: Publish or Schedule
70
71Publish immediately or schedule for a future time across all selected platforms simultaneously.
72
73### Step 5: Analytics
74
75Retrieve post performance metrics after publishing.
76
77## Example Usage
78
79```
80/social-publishing
81
82Create a campaign for our product launch:
83- Platforms: X, LinkedIn, Instagram
84- Message: "Excited to announce our new feature! Check it out at example.com #launch #product"
85- Schedule: Tomorrow at 9am PST
86```
87
88## Source
89
90GitHub: [ndesv21/socialclaw](https://github.com/ndesv21/socialclaw)
91Website: [getsocialclaw.com](https://getsocialclaw.com)
92
93## Limitations
94
95- Requires a valid SocialClaw workspace API key; do not attempt publishing without explicit user-provided credentials.
96- Treat every publish, schedule, delete, or account-changing action as state-changing: show the target platforms, content, media, and timing, then wait for explicit user confirmation before calling the service.
97- Platform availability, rate limits, analytics fields, and scheduling behavior depend on the upstream SocialClaw service.
98- This skill describes the publishing workflow; it does not replace platform-specific compliance, brand review, or legal approval before posting.
99
100---
101
102**Source:** [`sickn33/agentic-awesome-skills`](https://github.com/sickn33/agentic-awesome-skills) → `skills/socialclaw/SKILL.md`