From af541c8955ffe8ef6a2bed3e1425475b95190e53 Mon Sep 17 00:00:00 2001 From: ndesv21 <147517448+ndesv21@users.noreply.github.com> Date: Mon, 25 May 2026 21:23:03 +0200 Subject: [PATCH 1/6] feat: add social-publishing plugin via SocialClaw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the social-publishing plugin — an agent + skill for scheduling and publishing posts across 13 social media platforms via the SocialClaw API. Platforms: X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest. Install: npx skills add ndesv21/socialclaw Source: https://github.com/ndesv21/socialclaw Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 13 ++ .../.claude-plugin/plugin.json | 11 ++ .../agents/social-publisher.md | 80 +++++++++++++ .../skills/social-publishing/SKILL.md | 113 ++++++++++++++++++ 4 files changed, 217 insertions(+) create mode 100644 plugins/social-publishing/.claude-plugin/plugin.json create mode 100644 plugins/social-publishing/agents/social-publisher.md create mode 100644 plugins/social-publishing/skills/social-publishing/SKILL.md diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index cca6c5c..525cea2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -699,6 +699,19 @@ "license": "MIT", "category": "marketing" }, + { + "name": "social-publishing", + "source": "./plugins/social-publishing", + "description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw \u2014 one workspace API key covers everything", + "version": "1.0.0", + "author": { + "name": "ndesv21", + "url": "https://github.com/ndesv21" + }, + "homepage": "https://getsocialclaw.com", + "license": "MIT", + "category": "marketing" + }, { "name": "blockchain-web3", "source": "./plugins/blockchain-web3", diff --git a/plugins/social-publishing/.claude-plugin/plugin.json b/plugins/social-publishing/.claude-plugin/plugin.json new file mode 100644 index 0000000..bc52b14 --- /dev/null +++ b/plugins/social-publishing/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "social-publishing", + "version": "1.0.0", + "description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, 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" +} diff --git a/plugins/social-publishing/agents/social-publisher.md b/plugins/social-publishing/agents/social-publisher.md new file mode 100644 index 0000000..04be3c4 --- /dev/null +++ b/plugins/social-publishing/agents/social-publisher.md @@ -0,0 +1,80 @@ +--- +name: social-publisher +description: > + Agent-first social media publishing specialist. Use this agent to schedule and publish + posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, + Telegram, YouTube, Reddit, WordPress, Pinterest) via the SocialClaw API. Invoke for + multi-platform campaigns, content scheduling, media upload, and post analytics. Requires + a SocialClaw workspace API key (SOCIALCLAW_API_KEY). +tools: Read, Write, Bash, WebFetch +--- + +You are an expert social media publishing specialist with deep knowledge of multi-platform +content strategy and the SocialClaw API. You orchestrate social media campaigns across 13 +platforms using a single workspace API key, handling platform-specific formatting, +scheduling constraints, and performance analytics. + +## Core Capabilities + +### Multi-Platform Publishing +Publish to one or many platforms in a single workflow. Handle platform-specific requirements: +- X (Twitter): 280 character limit, thread support, hashtag optimization +- LinkedIn: Professional tone, article vs. post distinction, company page vs. profile +- Instagram: Visual-first captions, hashtag blocks, Business account requirements +- Facebook Pages: Engagement-optimized copy, link preview handling +- TikTok: Short-form video descriptions, sound/trend awareness +- Discord: Server/channel targeting, embed support, role mentions +- Telegram: Markdown formatting, channel vs. group posting +- YouTube: Video description SEO, chapter markers, tags +- Reddit: Subreddit rules compliance, flair, title optimization +- WordPress: SEO metadata, category/tag assignment, scheduling +- Pinterest: Board targeting, rich pin metadata + +### Campaign Orchestration +1. **Intake** — Gather campaign brief: platforms, message, tone, schedule, media assets +2. **Draft** — Generate platform-optimized copy variants for each target platform +3. **Validate** — Check character limits, media specs, scheduling constraints +4. **Schedule** — Queue posts via SocialClaw API with precise timing +5. **Confirm** — Return post IDs, scheduled times, and preview links +6. **Report** — Pull engagement metrics after posts go live + +## Workflow + +When invoked: +1. Identify target platforms from the user's request +2. Draft platform-appropriate content (adapt tone, length, hashtags per platform) +3. Confirm schedule and media with the user before submitting +4. Call SocialClaw API to create/schedule posts +5. Return confirmation with post details + +## Setup Requirements + +```bash +# Install SocialClaw skill +npx skills add ndesv21/socialclaw + +# Set workspace API key +export SOCIALCLAW_API_KEY=your_key_here +``` + +Get an API key at https://getsocialclaw.com + +## Example Invocations + +``` +Announce our product launch on X, LinkedIn, and Discord. +Message: "We just shipped [feature]. Try it at example.com #launch" +Schedule: Tomorrow 9am PST +``` + +``` +Create a 5-day content series for our feature rollout across +Instagram, LinkedIn, and Twitter. Start Monday. +``` + +## Best Practices + +- Always validate scheduling windows (platform rate limits, optimal posting times) +- Adapt messaging for each platform's audience and norms — don't just copy-paste +- Upload media once via SocialClaw, reuse across platforms to avoid re-uploads +- Pull analytics 24-48 hours after publishing to measure initial engagement diff --git a/plugins/social-publishing/skills/social-publishing/SKILL.md b/plugins/social-publishing/skills/social-publishing/SKILL.md new file mode 100644 index 0000000..53109ce --- /dev/null +++ b/plugins/social-publishing/skills/social-publishing/SKILL.md @@ -0,0 +1,113 @@ +--- +name: social-publishing +description: > + 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. +license: MIT +metadata: + version: "1.0" + source: https://github.com/ndesv21/socialclaw + homepage: https://getsocialclaw.com +--- + +# Social Publishing + +Agent-first social media publishing via [SocialClaw](https://getsocialclaw.com). One workspace API key, 13 platforms, zero per-platform OAuth setup. + +## When to Use This Skill + +Use this skill when the user wants to: +- Publish or schedule posts across multiple social media platforms +- Orchestrate a multi-platform content campaign +- Upload and attach media to social posts +- Retrieve post-level engagement analytics +- Manage a content calendar programmatically + +## Supported Platforms + +| Platform | Notes | +|----------|-------| +| X (Twitter) | Profile posts, threads | +| LinkedIn | Profile posts + Company pages | +| Instagram | Business + standalone accounts | +| Facebook Pages | Page posts with link previews | +| TikTok | Video descriptions | +| Discord | Channel targeting, embeds | +| Telegram | Channel/group messaging | +| YouTube | Video descriptions and metadata | +| Reddit | Subreddit posts with flair | +| WordPress | Blog posts with SEO metadata | +| Pinterest | Pins with board targeting | + +## Setup + +```bash +# Install via npx +npx skills add ndesv21/socialclaw + +# Or install as package +npm install socialclaw@0.1.12 + +# Set your workspace API key +export SOCIALCLAW_API_KEY=your_key_here +``` + +Get a workspace API key at [getsocialclaw.com](https://getsocialclaw.com). + +## Workflow + +### Step 1: Define Campaign +Specify platforms, message content, schedule, and any media attachments. + +### Step 2: Draft Platform Variants +Claude generates platform-optimized copy for each channel (character limits, hashtag norms, tone). + +### Step 3: Upload Media (Optional) +Upload images or videos once — SocialClaw stores them for reuse across platforms. + +### Step 4: Validate Schedule +Claude checks platform-specific timing rules and rate limits before submitting. + +### Step 5: Publish or Schedule +Posts queue via the SocialClaw API. Receive post IDs and scheduled times for confirmation. + +### Step 6: Analytics +Pull engagement metrics (impressions, clicks, reactions) 24–48 hours after publishing. + +## Usage Examples + +### Single Platform Post +``` +Post to our company LinkedIn page: +"Excited to announce our Q2 product roadmap — here's what's coming next. +[roadmap image]" +``` + +### Multi-Platform Campaign +``` +Announce our beta launch on X, LinkedIn, Instagram, and Discord. +Message: "Our beta is live! 100 spots available — sign up at example.com #launch" +Schedule for tomorrow 9am PST +``` + +### Content Series +``` +Create a 5-day drip campaign for our feature launch week. +Platforms: X and LinkedIn. +I'll provide copy for each day. +``` + +## Guidelines + +1. **One key, all platforms** — SOCIALCLAW_API_KEY authenticates across all connected accounts +2. **Platform-native copy** — Adapt tone and format for each platform rather than copy-pasting +3. **Validate timing** — Always confirm schedule before submission to avoid rate limit errors +4. **Media reuse** — Upload assets once and reference by ID across multiple posts + +## Limitations + +- Requires active SocialClaw account with connected social accounts +- Platform availability depends on workspace tier +- Some platforms require video content for optimal reach (TikTok, YouTube, Instagram Reels) From 655723aa2d4c01c9c77a8a472da78c7ad43b65e2 Mon Sep 17 00:00:00 2001 From: ndesv21 <147517448+ndesv21@users.noreply.github.com> Date: Mon, 25 May 2026 21:34:09 +0200 Subject: [PATCH 2/6] fix: align SKILL.md metadata version to 1.0.0 Consistent semantic versioning across plugin.json and SKILL.md metadata, as flagged in code review. Co-Authored-By: Claude Sonnet 4.6 --- plugins/social-publishing/skills/social-publishing/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/social-publishing/skills/social-publishing/SKILL.md b/plugins/social-publishing/skills/social-publishing/SKILL.md index 53109ce..54415ff 100644 --- a/plugins/social-publishing/skills/social-publishing/SKILL.md +++ b/plugins/social-publishing/skills/social-publishing/SKILL.md @@ -7,7 +7,7 @@ description: > media content programmatically. Requires SOCIALCLAW_API_KEY. license: MIT metadata: - version: "1.0" + version: "1.0.0" source: https://github.com/ndesv21/socialclaw homepage: https://getsocialclaw.com --- From a85bcb58491e56914c992fbd907f12ac1b3c52b1 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Mon, 25 May 2026 21:33:21 -0400 Subject: [PATCH 3/6] fix: address review feedback for social-publishing plugin - Add model: haiku to agent frontmatter (required by docs/authoring.md) - Rename agent to social-publishing-publisher for plugin-scoped naming - Remove non-standard license: field from SKILL.md frontmatter - Update catalog counts and listings in AGENTS.md, README.md, docs/plugins.md, docs/agents.md, docs/agent-skills.md --- AGENTS.md | 2 +- README.md | 4 ++-- docs/agent-skills.md | 8 +++++++- docs/agents.md | 3 ++- docs/plugins.md | 5 +++-- ...social-publisher.md => social-publishing-publisher.md} | 3 ++- .../social-publishing/skills/social-publishing/SKILL.md | 1 - 7 files changed, 17 insertions(+), 9 deletions(-) rename plugins/social-publishing/agents/{social-publisher.md => social-publishing-publisher.md} (98%) diff --git a/AGENTS.md b/AGENTS.md index 5bb410e..4f10bd0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # claude-agents — multi-harness agentic plugin marketplace -Production-ready agentic-workflow building blocks: **83 plugins** (81 local + 2 external), **191 agents**, **155 skills**, **102 commands**. Native source-of-truth for Claude Code; also consumed by OpenAI Codex CLI, Cursor, OpenCode, and Gemini CLI from a single Markdown source. +Production-ready agentic-workflow building blocks: **84 plugins** (82 local + 2 external), **192 agents**, **156 skills**, **102 commands**. Native source-of-truth for Claude Code; also consumed by OpenAI Codex CLI, Cursor, OpenCode, and Gemini CLI from a single Markdown source. This file is the canonical context file. Codex / Cursor / OpenCode read it directly. Claude Code reads it via `@AGENTS.md` import in `CLAUDE.md`. Gemini CLI reads it via `.gemini/settings.json` (`context.fileName`). diff --git a/README.md b/README.md index 48e499a..035f9dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Agentic Plugin Marketplace -> Production-ready agentic workflow building blocks: **83 plugins**, **191 agents**, -> **155 skills**, **102 commands** — built for Claude Code and consumed natively by +> Production-ready agentic workflow building blocks: **84 plugins**, **192 agents**, +> **156 skills**, **102 commands** — built for Claude Code and consumed natively by > OpenAI Codex CLI, Cursor, OpenCode, and Gemini CLI from a single Markdown source. [![Claude Code](https://img.shields.io/badge/Claude%20Code-native-blueviolet)](#claude-code) [![Codex CLI](https://img.shields.io/badge/Codex%20CLI-supported-black)](docs/harnesses.md) [![Cursor](https://img.shields.io/badge/Cursor-supported-purple)](docs/harnesses.md) [![OpenCode](https://img.shields.io/badge/OpenCode-supported-green)](docs/harnesses.md) [![Gemini CLI](https://img.shields.io/badge/Gemini%20CLI-supported-blue)](GEMINI.md) diff --git a/docs/agent-skills.md b/docs/agent-skills.md index 94af244..77301a7 100644 --- a/docs/agent-skills.md +++ b/docs/agent-skills.md @@ -1,6 +1,6 @@ # Agent Skills -Agent Skills are modular packages that extend Claude's capabilities with specialized domain knowledge, following Anthropic's [Agent Skills Specification](https://github.com/anthropics/skills/blob/main/agent_skills_spec.md). This plugin ecosystem includes **155 local specialized skills** across 41 plugins, enabling progressive disclosure and efficient token usage. +Agent Skills are modular packages that extend Claude's capabilities with specialized domain knowledge, following Anthropic's [Agent Skills Specification](https://github.com/anthropics/skills/blob/main/agent_skills_spec.md). This plugin ecosystem includes **156 local specialized skills** across 41 plugins, enabling progressive disclosure and efficient token usage. ## Overview @@ -336,6 +336,12 @@ Skills provide Claude with deep expertise in specific domains without loading ev | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------- | | **protect-mcp-setup** | Configure Cedar policy enforcement and Ed25519 signed receipts for tool calls; example policies for research/dev/production | +### Social Publishing (1 skill) + +| Skill | Description | +| ---------------------- | ------------------------------------------------------------------------------------------------------------------------ | +| **social-publishing** | Schedule and publish social media posts across 13 platforms via the SocialClaw API | + ## How Skills Work ### Activation diff --git a/docs/agents.md b/docs/agents.md index e84bf98..769d35c 100644 --- a/docs/agents.md +++ b/docs/agents.md @@ -1,6 +1,6 @@ # Agent Reference -Complete reference for all **191 local specialized AI agents** organized by category with model assignments. +Complete reference for all **192 local specialized AI agents** organized by category with model assignments. ## Agent Categories @@ -186,6 +186,7 @@ Complete reference for all **191 local specialized AI agents** organized by cate | Agent | Model | Description | | --------------------------------------------------------------------------------- | ------ | -------------------------------------------- | | [content-marketer](../plugins/content-marketing/agents/content-marketer.md) | sonnet | Blog posts, social media, email campaigns | +| [social-publishing-publisher](../plugins/social-publishing/agents/social-publishing-publisher.md) | haiku | Multi-platform social media publishing via SocialClaw | | [sales-automator](../plugins/customer-sales-automation/agents/sales-automator.md) | haiku | Cold emails, follow-ups, proposal generation | #### Support & Legal diff --git a/docs/plugins.md b/docs/plugins.md index 92deda6..d2eabc8 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -1,6 +1,6 @@ # Complete Plugin Reference -Browse all **83 marketplace plugins** organized by category: 81 local plugins plus 2 externally hosted `git-subdir` entries (`pensyve`, `qa-orchestra`). +Browse all **84 marketplace plugins** organized by category: 82 local plugins plus 2 externally hosted `git-subdir` entries (`pensyve`, `qa-orchestra`). ## Quick Start - Essential Plugins @@ -251,7 +251,7 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p | **api-scaffolding** | REST/GraphQL API generation | `/plugin install api-scaffolding` | | **api-testing-observability** | API testing and monitoring | `/plugin install api-testing-observability` | -### 📢 Marketing (4 plugins) +### 📢 Marketing (5 plugins) | Plugin | Description | Install | | ------------------------------ | --------------------------------------- | -------------------------------------------- | @@ -259,6 +259,7 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p | **seo-technical-optimization** | Meta tags, keywords, and schema markup | `/plugin install seo-technical-optimization` | | **seo-analysis-monitoring** | Content analysis and authority building | `/plugin install seo-analysis-monitoring` | | **content-marketing** | Content strategy and web research | `/plugin install content-marketing` | +| **social-publishing** | Multi-platform social media publishing | `/plugin install social-publishing` | ### 💼 Business (4 plugins) diff --git a/plugins/social-publishing/agents/social-publisher.md b/plugins/social-publishing/agents/social-publishing-publisher.md similarity index 98% rename from plugins/social-publishing/agents/social-publisher.md rename to plugins/social-publishing/agents/social-publishing-publisher.md index 04be3c4..b64fe88 100644 --- a/plugins/social-publishing/agents/social-publisher.md +++ b/plugins/social-publishing/agents/social-publishing-publisher.md @@ -1,11 +1,12 @@ --- -name: social-publisher +name: social-publishing-publisher description: > Agent-first social media publishing specialist. Use this agent to schedule and publish posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via the SocialClaw API. Invoke for multi-platform campaigns, content scheduling, media upload, and post analytics. Requires a SocialClaw workspace API key (SOCIALCLAW_API_KEY). +model: haiku tools: Read, Write, Bash, WebFetch --- diff --git a/plugins/social-publishing/skills/social-publishing/SKILL.md b/plugins/social-publishing/skills/social-publishing/SKILL.md index 54415ff..1510f1b 100644 --- a/plugins/social-publishing/skills/social-publishing/SKILL.md +++ b/plugins/social-publishing/skills/social-publishing/SKILL.md @@ -5,7 +5,6 @@ description: > 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. -license: MIT metadata: version: "1.0.0" source: https://github.com/ndesv21/socialclaw From 10d1e67f9a86e6a722e22f59b3256c03173d993b Mon Sep 17 00:00:00 2001 From: ndesv21 <147517448+ndesv21@users.noreply.github.com> Date: Tue, 26 May 2026 10:16:17 +0200 Subject: [PATCH 4/6] fix: bump plugin count to 84 and clarify 13 platforms breakdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update marketplace metadata: 83 → 84 marketplace plugins - Explicitly list LinkedIn (Profile + Page) and Instagram (Business + Standalone) variants so the 13-platform count is unambiguous Addresses CodeRabbit review feedback. Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 4 ++-- plugins/social-publishing/.claude-plugin/plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 525cea2..0595cb5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ "url": "https://github.com/wshobson" }, "metadata": { - "description": "Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage", + "description": "Production-ready workflow orchestration with 84 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage", "version": "1.7.1" }, "plugins": [ @@ -702,7 +702,7 @@ { "name": "social-publishing", "source": "./plugins/social-publishing", - "description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw \u2014 one workspace API key covers everything", + "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", "version": "1.0.0", "author": { "name": "ndesv21", diff --git a/plugins/social-publishing/.claude-plugin/plugin.json b/plugins/social-publishing/.claude-plugin/plugin.json index bc52b14..b2c03b7 100644 --- a/plugins/social-publishing/.claude-plugin/plugin.json +++ b/plugins/social-publishing/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "social-publishing", "version": "1.0.0", - "description": "Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via SocialClaw — one workspace API key covers everything", + "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" From c8e2c8dd3c3597dace79089d6c54cd0c2c8ddfbb Mon Sep 17 00:00:00 2001 From: ndesv21 <147517448+ndesv21@users.noreply.github.com> Date: Tue, 26 May 2026 10:17:43 +0200 Subject: [PATCH 5/6] fix: restore license field in SKILL.md lost during rebase Co-Authored-By: Claude Sonnet 4.6 --- plugins/social-publishing/skills/social-publishing/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/social-publishing/skills/social-publishing/SKILL.md b/plugins/social-publishing/skills/social-publishing/SKILL.md index 1510f1b..54415ff 100644 --- a/plugins/social-publishing/skills/social-publishing/SKILL.md +++ b/plugins/social-publishing/skills/social-publishing/SKILL.md @@ -5,6 +5,7 @@ description: > 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. +license: MIT metadata: version: "1.0.0" source: https://github.com/ndesv21/socialclaw From 56ba12c138e4ebe5d7ea7deb8b210bf52b434749 Mon Sep 17 00:00:00 2001 From: ndesv21 <147517448+ndesv21@users.noreply.github.com> Date: Tue, 26 May 2026 10:27:02 +0200 Subject: [PATCH 6/6] fix: update agent and skill counts in marketplace metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 1 agent (social-publisher) and 1 skill (social-publishing), so counts go from 191→192 agents and 155→156 skills. Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0595cb5..69a98e7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ "url": "https://github.com/wshobson" }, "metadata": { - "description": "Production-ready workflow orchestration with 84 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage", + "description": "Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage", "version": "1.7.1" }, "plugins": [