From all-skills
Schedules and publishes social media posts to X, LinkedIn, Instagram, Facebook, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest via SocialClaw. Handles account connection, media upload, and campaign validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:socialclawThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SocialClaw is a workspace-scoped social publishing service at `https://getsocialclaw.com`.
SocialClaw is a workspace-scoped social publishing service at https://getsocialclaw.com.
This skill teaches Claude Code how to:
SC_API_KEY — workspace API key from the SocialClaw dashboardnpm install -g socialclaw# Get a workspace API key
open https://getsocialclaw.com/dashboard
# Set it in your environment
export SC_API_KEY="<workspace-key>"
# Or use the CLI
socialclaw login --api-key <workspace-key>
# List connected accounts
socialclaw accounts list --json
# Upload media and schedule a post
socialclaw assets upload --file ./image.png --json
socialclaw validate -f schedule.json --json
socialclaw apply -f schedule.json --json
X, LinkedIn (profile + page), Instagram (Business + standalone), Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest
npx skills add ndesv21/socialclaw
socialclaw login # Authenticate with workspace API key
socialclaw accounts list --json # List connected accounts
socialclaw accounts connect --provider x --open # Connect X account
socialclaw assets upload --file ./image.png --json # Upload media
socialclaw validate -f schedule.json --json # Validate schedule
socialclaw apply -f schedule.json --json # Apply schedule / create run
socialclaw status --run-id <id> --json # Check run status
socialclaw posts list --json # List posts
socialclaw analytics post --post-id <id> --json # Post analytics
socialclaw workspace health --json # Workspace health
npx claudepluginhub davepoon/buildwithclaude --plugin all-skillsSchedules and publishes social media posts across 13 platforms (X, LinkedIn, Instagram, TikTok, etc.) via SocialClaw. Manages campaigns, uploads media, validates schedules, and monitors delivery.
Schedules and publishes social media posts via SocialClaw. Connects accounts, uploads media, and manages campaigns on X, LinkedIn, Instagram, Facebook, TikTok, and more.
Schedule and publish social media posts across 13 platforms including X, LinkedIn, Instagram, Facebook, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, and Pinterest with a single API key.