socialclaw

Automate social media publishing workflows via the SocialClaw hosted service.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/kaifashraff/jarvis-research --skill socialclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: socialclaw
Source: https://github.com/kaifashraff/jarvis-research/tree/main/skills/socialclaw
Command: npx skills add https://github.com/kaifashraff/jarvis-research --skill socialclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

SocialClaw provides an instruction layer to enable AI agents to manage social publishing across major platforms by interfacing with a hosted SocialClaw service, handling account connections, media uploads, and scheduling workflows.

Core Features & Use Cases

  • Connect or disconnect social accounts in a SocialClaw workspace
  • Upload media and obtain hosted delivery URLs
  • Validate, preview, and apply schedules; inspect posts, campaigns, and analytics

Quick Start

Obtain a workspace API key from the dashboard, set SC_API_KEY, and begin by connecting an account or validating a schedule.

Frequently Asked Questions about socialclaw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate social media publishing workflows with AI agents?

Automating social media publishing with AI agents requires interfacing with a hosted service via a workspace API key. This layer handles connecting accounts, uploading media, validating schedules, and inspecting posts or analytics across multiple providers.

What do I need to start scheduling social posts through a workspace API?

Scheduling social posts through a workspace API requires obtaining a valid workspace API key from the dashboard and setting it as the SC_API_KEY environment variable. You can then connect accounts and validate schedules using HTTP requests or an optional CLI.

Can AI agents upload media and get hosted URLs for social campaigns?

AI agents can upload media to a hosted service and obtain hosted delivery URLs for social campaigns. This functionality is part of the social publishing workflow that operates through the workspace API using the Authorization header.

Does social publishing automation support inspecting post analytics and campaign performance?

Social publishing automation supports inspecting post analytics and campaign performance. After connecting accounts and applying schedules through the workspace API, AI agents can inspect posts, campaigns, and analytics across multiple providers.

What is the best way to connect and disconnect social accounts in an automated publishing workflow?

The best way to connect and disconnect social accounts in an automated publishing workflow is through a hosted service's workspace API. AI agents use the Authorization header with a valid API key to manage these account connections across multiple providers.

Are there limitations when validating and applying schedules for social posts via an API?

Validating and applying schedules for social posts via an API requires a valid workspace API key and the Authorization header. The workflow defaults to the HTTP API but can leverage an optional CLI if installed, limiting execution to these interface methods.