socialclaw — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited socialclaw (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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 --jsonX, LinkedIn (profile + page), Instagram (Business + standalone), Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest
npx skills add ndesv21/socialclawsocialclaw 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~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.