Loading...
Loading...
Agent-driven scheduling and publishing of social media posts across 13 platforms via SocialClaw. Use when the user wants to publish to X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, or Pinterest — or when managing campaigns, uploading media, or monitoring post delivery status.
npx skill4agent add affaan-m/everything-claude-code social-publisher# Required: workspace API key from https://getsocialclaw.com/dashboard
export SC_API_KEY="<workspace-key>"
# Verify access
curl -sS -H "Authorization: Bearer $SC_API_KEY" https://getsocialclaw.com/v1/keys/validate
# Install CLI (optional but recommended)
npm install -g socialclaw@0.1.12
socialclaw login --api-key <workspace-key>socialclaw accounts list --jsonsocialclaw accounts connect --provider x --open
socialclaw accounts connect --provider linkedin --opensocialclaw 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 --jsonsocialclaw apply -f schedule.json --json
# → { "run_id": "..." }socialclaw status --run-id <run-id> --json
socialclaw posts list --json| Provider | Key |
|---|---|
| X (Twitter) | |
| LinkedIn profile | |
| LinkedIn page | |
| Instagram Business | |
| Instagram standalone | |
| Facebook Page | |
| TikTok | |
| YouTube | |
| |
| WordPress | |
| Discord | |
| Telegram | |
|
getsocialclaw.comSC_API_KEYx-apisocial-graph-rankernpm install -g socialclaw@0.1.12