social-publishing
v1.0.0Schedule 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
By ndesv21License: MIT39.9k GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install social-publishing for Codex and Claude Code
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add social-publishing@claude-code-workflowsPaste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.
Compatibility: the page URL and API slug “social-publishing” remain stable.
- Codex:
social-publishing@agent-plugin-marketplace→social-publishing@claude-code-workflows
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wshobson/agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/social-publishing/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/social-publishing/SKILL.md
Included Skills1
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.
Plugin manifests2
{
"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"
}
}{
"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"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[social-publishing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/social-publishing)