From socialclaw
Schedules posts, connects accounts, uploads media, and manages campaigns on social platforms via SocialClaw API or CLI for X, LinkedIn, Instagram, Facebook, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest.
npx claudepluginhub ndesv21/socialclaw --plugin socialclawThis skill uses the workspace's default tool permissions.
SocialClaw is a workspace-scoped social publishing service at `https://getsocialclaw.com`.
Provides Late API reference for scheduling posts across 13 social media platforms like Twitter, Instagram, LinkedIn. Covers authentication, endpoints, webhooks, media, analytics.
Create, schedule, and manage social media posts across Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, Bluesky via Post Bridge API. Supports media upload, platform configs, drafts, analytics, tracking.
Schedules social media posts to Twitter/X, Instagram, LinkedIn, TikTok, YouTube, or Pinterest with platform-specific formatting, optimal timing, hashtags, and engagement setup. Use for multi-platform publishing.
Share bugs, ideas, or general feedback.
SocialClaw is a workspace-scoped social publishing service at https://getsocialclaw.com.
This skill is an instruction layer for the hosted SocialClaw service. It teaches Claude Code how to:
socialclaw CLI if it is already installedThis skill can work without the CLI. The CLI is only an optional client for the same hosted service.
Use this skill when the user wants to:
Do not use this skill for editing the SocialClaw codebase itself. This is for operating a deployed SocialClaw workspace.
https://getsocialclaw.comAuthorization: Bearer <key>socialclaw CLI when installedSC_API_KEYhttps://getsocialclaw.comsocialclaw or social if already installedSocialClaw has a separate npm CLI package named socialclaw.
Prefer it when it is already installed or the user wants command-line examples. The CLI is a client for the hosted SocialClaw service. It can:
socialclaw install --claudeIf the user explicitly wants the CLI and it is not installed yet:
npm install -g socialclaw
If the user does not have a workspace API key yet:
open https://getsocialclaw.com/dashboard
Tell them:
Set:
export SC_API_KEY="<workspace-key>"
If the CLI is installed, log in with it:
socialclaw login --api-key <workspace-key>
Otherwise validate the key over HTTP:
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/keys/validate"
If execution fails with plan_required, subscription_inactive, subscription_past_due, subscription_paused, or subscription_canceled, direct the user to:
https://getsocialclaw.com/pricinghttps://getsocialclaw.com/dashboardhttps://getsocialclaw.com/dashboard to sign in with Google and create one.socialclaw login --api-key <workspace-key>
Install the packaged command file:
socialclaw install --claude
socialclaw accounts list --json
socialclaw accounts capabilities --account-id <account-id> --json
socialclaw accounts settings --account-id <account-id> --json
socialclaw accounts actions --account-id <account-id> --json
socialclaw accounts connect --provider <provider> --open
socialclaw accounts connect --provider telegram --bot-token <token> --chat-id @yourchannel --json
socialclaw accounts connect --provider discord --webhook-url <url> --json
socialclaw accounts status --connection-id <id> --json
socialclaw accounts disconnect --account-id <id> --json
socialclaw assets upload --file ./image.png --json
socialclaw assets delete --asset-id <id> --retention-days 7 --json
socialclaw validate -f schedule.json --json
socialclaw campaigns preview -f schedule.json --json
socialclaw apply -f schedule.json --json
socialclaw campaigns inspect --run-id <id> --json
socialclaw campaigns clone --run-id <id> --output cloned.json --json
socialclaw publish-draft --run-id <id> --start-at 2026-03-25T10:00:00.000Z --json
socialclaw posts list --limit 20 --json
socialclaw posts get --post-id <id> --json
socialclaw posts attempts --post-id <id> --json
socialclaw posts reconcile --post-id <id> --json
socialclaw runs inspect --run-id <id> --json
socialclaw status --run-id <id> --json
socialclaw retry --post-id <id> --json
socialclaw cancel --post-id <id> --json
socialclaw view --run-id <id> --format terminal
socialclaw analytics post --post-id <id> --json
socialclaw analytics account --account-id <id> --json
socialclaw analytics run --run-id <id> --json
socialclaw analytics refresh --post-id <id> --json
socialclaw workspace health --json
socialclaw connections health --json
socialclaw jobs list --limit 20 --json
socialclaw usage --json
If the CLI is not available, use the HTTP API directly.
Common header:
-H "Authorization: Bearer $SC_API_KEY"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/keys/validate"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/accounts"
curl -sS -X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"youtube"}' \
"https://getsocialclaw.com/v1/connections/start"
Then poll:
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/connections/<connection-id>"
curl -sS -X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"telegram","botToken":"<bot-token>","chatId":"@yourchannel"}' \
"https://getsocialclaw.com/v1/connections/start"
curl -sS -X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"discord","webhookUrl":"<discord-webhook-url>"}' \
"https://getsocialclaw.com/v1/connections/start"
curl -sS -X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-F "file=@./image.png" \
"https://getsocialclaw.com/v1/assets/upload"
curl -sS -X POST \
-H "Authorization: Bearer $SC_API_KEY" \
-H "Content-Type: application/json" \
-d @schedule.json \
"https://getsocialclaw.com/v1/posts/apply"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/posts?limit=20"
curl -sS \
-H "Authorization: Bearer $SC_API_KEY" \
"https://getsocialclaw.com/v1/posts/<post-id>"
Facebook — Facebook Pages only (facebook). Personal profiles are not publish targets.
Instagram Business (instagram_business) — professional/business accounts linked to a Facebook Page only. Requires media.
Instagram standalone (instagram) — standalone professional accounts through Instagram Login. Separate from instagram_business. Requires media.
X — text posts, up to four images or one video, reply steps in campaign flows.
LinkedIn profile (linkedin) — text and native image or video. Up to twenty images or one video per post.
LinkedIn page (linkedin_page) — separate from member profiles. Same media limits.
Pinterest (pinterest) — board-centric. Standard pins, video pins, multi-image pins. Use discovery actions to inspect boards, sections, and catalogs. Product, collection, and idea surfaces are capability-gated or beta.
TikTok (tiktok) — video only. Requires a public or SocialClaw-hosted video URL.
Telegram (telegram) — bot-based posting. Connected manually with a bot token and chat_id or @channelusername, not via OAuth. One optional image or video per post.
Discord (discord) — channel posting via webhook URL. Connected manually, not via OAuth. One optional image or video per post.
YouTube (youtube) — channel video uploads. One video per post. Community posts and Shorts-specific flows are not supported.
Reddit (reddit) — self posts and link posts. Requires a subreddit setting. Native media upload is not supported.
WordPress (wordpress) — WordPress.com or Jetpack-connected sites. SocialClaw uploads remote media before publishing.
Legacy Meta (meta) — older workspaces only. Prefer explicit facebook and instagram_business for new workspaces.