← ClaudeAtlas

socialclawlisted

Social media scheduling and publishing via SocialClaw. Use when connecting accounts, scheduling posts, uploading media, or managing campaigns on X, LinkedIn, Instagram, Facebook, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, or Pinterest.
ndesv21/socialclaw · ★ 25 · AI & Automation · score 82
Install: claude install-skill ndesv21/socialclaw
# SocialClaw 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: - get or use a workspace API key - call the SocialClaw HTTP API - understand provider and account-type caveats - optionally use the separate `socialclaw` CLI if it is already installed This 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: - connect or disconnect social accounts in a SocialClaw workspace - upload media and get SocialClaw-hosted delivery URLs - validate, preview, apply, or inspect scheduled posts and campaigns - inspect connected account capabilities, publish settings, actions, jobs, health, or analytics Do not use this skill for editing the SocialClaw codebase itself. This is for operating a deployed SocialClaw workspace. ## Defaults - Base URL: `https://getsocialclaw.com` - Auth: workspace API key in `Authorization: Bearer <key>` - Preferred interface: `socialclaw` CLI when installed - Fallback interface: SocialClaw HTTP API ## Runtime requirements - Required env: `SC_API_KEY` - Hosted base URL: `https://getsocialclaw.com` - Optional CLI: `socialclaw` or `social` if already installed - Workspace status: an active trial or paid plan is required for CLI/API execution through the workspace key ## Optional CLI SocialClaw has a separate npm CLI package named `socialcl