From b19619df1dfaf0a613ea4d7d012c2dc3f194f5e5 Mon Sep 17 00:00:00 2001 From: ndesv21 <147517448+ndesv21@users.noreply.github.com> Date: Mon, 25 May 2026 14:21:10 +0200 Subject: [PATCH] fix: add When to Activate header, pin npm version per CodeRabbit review --- skills/social-publisher/SKILL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/skills/social-publisher/SKILL.md b/skills/social-publisher/SKILL.md index f8538350..b29e5d1e 100644 --- a/skills/social-publisher/SKILL.md +++ b/skills/social-publisher/SKILL.md @@ -8,7 +8,7 @@ origin: community Connects Claude Code to [SocialClaw](https://getsocialclaw.com) for agent-driven social media publishing across 13 platforms through a single workspace API key. -Use this skill when the user needs to: +## When to Activate - publish content to X, LinkedIn, Instagram, TikTok, or other platforms - schedule a post campaign across multiple platforms at once @@ -26,7 +26,7 @@ export SC_API_KEY="" curl -sS -H "Authorization: Bearer $SC_API_KEY" https://getsocialclaw.com/v1/keys/validate # Install CLI (optional but recommended) -npm install -g socialclaw +npm install -g socialclaw@0.1.12 socialclaw login --api-key ``` @@ -111,6 +111,5 @@ socialclaw posts list --json ## Source -- GitHub: https://github.com/ndesv21/socialclaw -- npm: `npm install -g socialclaw` +- npm: `npm install -g socialclaw@0.1.12` - Dashboard: https://getsocialclaw.com/dashboard