Schedule, publish, and track social posts across multiple platforms.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "social-publisher" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/social-publisher/SKILL.md 2. Save it as ~/.claude/skills/social-publisher/SKILL.md 3. Reload skills and tell me it's ready
Create a set of social media posts for our new product launch and schedule them for X, LinkedIn, Instagram, and Facebook Pages. Publish them at 10 AM each day over the next 7 days, with a professional but engaging tone and slight copy adaptations for each platform.
Platform-adapted post copy and an automated publishing schedule for the next week.
I have a product demo video and a cover image. Upload and publish them to TikTok, YouTube, and Pinterest. Generate suitable titles, descriptions, and tags for each platform, and make sure the media formats are usable.
Media uploaded, platform-specific copy generated, and content published to the selected video platforms.
Check the publishing status of our last 20 social media posts across LinkedIn, Discord, Telegram, and Reddit. List published, failed, and pending posts, and note failure reasons or items that need retrying.
A clear delivery status report showing successful, failed, pending posts, and error reasons.
Connects Claude Code to SocialClaw for agent-driven social media publishing across 13 platforms through a single workspace API key.
# Required: workspace API key from https://getsocialclaw.com/dashboard
export SC_API_KEY="<workspace-key>"
# Verify access
printf 'header = "Authorization: Bearer %s"\n' "$SC_API_KEY" |
curl -sS -K - https://getsocialclaw.com/v1/keys/validate
# Install CLI (optional but recommended)
npm install -g [email protected]
socialclaw login --api-key <workspace-key>
socialclaw accounts list --json
If not connected:
socialclaw accounts connect --provider x --open
socialclaw accounts connect --provider linkedin --open
socialclaw assets upload --file ./image.png --json
# → { "asset_id": "..." }
{
"posts": [
{
"provider": "x",
"account_id": "<account-id>",
"text": "Post text here",
"scheduled_at": "2026-06-01T10:00:00Z"
}
]
}
socialclaw validate -f schedule.json --json
socialclaw apply -f schedule.json --json
# → { "run_id": "..." }
socialclaw status --run-id <run-id> --json
socialclaw posts list --json
| Provider | Key |
|---|---|
| X (Twitter) | x |
| LinkedIn profile | linkedin |
| LinkedIn page | linkedin_page |
| Instagram Business | instagram_business |
| Instagram standalone | instagram |
| Facebook Page | facebook |
| TikTok | tiktok |
| YouTube | youtube |
reddit | |
| WordPress | wordpress |
| Discord | discord |
| Telegram | telegram |
pinterest |
getsocialclaw.com onlySC_API_KEY is a workspace-scoped keyx-api — direct X/Twitter API operationssocial-graph-ranker — network analysis for outreach targetingnpm install -g [email protected]Handle returns, refunds, fraud checks, and warranty claim decisions efficiently.
Use Bun for runtime, bundling, testing, packages, and Node migration decisions.
Use the correct Ethereum Keccak-256 hashing in Node.js and TypeScript.
Apply Nuxt 4 patterns for SSR safety, performance, and data fetching.
Generate images, videos, and audio with one unified AI media workflow.
Design Quarkus 3 backend patterns for messaging, APIs, data, and async workflows.
Schedule and publish social content across platforms from one automated workspace.
Schedule and publish social content across multiple platforms from one workflow.
Automate multi-platform social publishing with task management and validation.
Publish, schedule, and analyze social posts across nine platforms efficiently.
Draft, schedule, and publish social posts across platforms with human approval.
Post and schedule social content across multiple platforms directly from AI chats.