bundled-skills/socialclaw/SKILL.md
Agent-first social media publishing skill — schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via a single workspace API key.
npx skillsauth add FrancoStino/opencode-skills-antigravity socialclawInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
SocialClaw is an agent-first social media publishing skill that lets you schedule and publish posts across 13 platforms using a single workspace API key. No per-platform OAuth setup required — one key covers everything.
npx skills add ndesv21/socialclaw
Or install the npm package directly:
npm install [email protected]
Set your workspace API key:
export SOCIALCLAW_API_KEY=your_workspace_api_key
Get your API key at getsocialclaw.com.
Define your campaign with target platforms, content, and schedule.
Upload images or videos to attach to posts.
Confirm platform-specific timing rules are met (e.g., rate limits, posting windows).
Publish immediately or schedule for a future time across all selected platforms simultaneously.
Retrieve post performance metrics after publishing.
/social-publishing
Create a campaign for our product launch:
- Platforms: X, LinkedIn, Instagram
- Message: "Excited to announce our new feature! Check it out at example.com #launch #product"
- Schedule: Tomorrow at 9am PST
GitHub: ndesv21/socialclaw Website: getsocialclaw.com
development
Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI — no yt-dlp, no Google API key, works from any cloud server.
development
Passive income portfolio analysis — activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.
devops
End-to-end production QA, build verification, and launch-readiness checklist for fullstack Next.js apps. Covers TypeScript, linting, tests, build, SEO tags, route regression, and sitemap validation.
development
Safe production cleanup and hardening for vibe-coded fullstack apps (Next.js, React, Node.js, etc.). Removes dead imports, unused files, and broken references without breaking routes or APIs.