plugins marketplace
← All plugins

social-publishing

v1.0.0

Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business + Standalone, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw — one workspace API key covers everything

CodexClaude Code1 skill

by ndesv21MIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/social-publishing/ inside the repository.

Layout

plugins/social-publishing/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/social-publishing/SKILL.md

Skills1

social-publishingskills/social-publishing/SKILL.md

Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via the SocialClaw API. Use when the user wants to publish, schedule, or manage social media content programmatically. Requires SOCIALCLAW_API_KEY.

Manifests2

plugins/social-publishing/.codex-plugin/plugin.json
{
  "name": "social-publishing",
  "version": "1.0.0",
  "description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business + Standalone, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw — one workspace API key covers everything",
  "skills": "./skills/",
  "author": {
    "name": "ndesv21",
    "url": "https://github.com/ndesv21"
  },
  "homepage": "https://getsocialclaw.com",
  "license": "MIT",
  "interface": {
    "displayName": "Social Publishing",
    "shortDescription": "Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business +…",
    "category": "Coding"
  }
}
plugins/social-publishing/.claude-plugin/plugin.json
{
  "name": "social-publishing",
  "version": "1.0.0",
  "description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn Profile + Page, Instagram Business + Standalone, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw — one workspace API key covers everything",
  "author": {
    "name": "ndesv21",
    "url": "https://github.com/ndesv21"
  },
  "homepage": "https://getsocialclaw.com",
  "license": "MIT"
}