From f52f261d722c762257beb79a41af0d3e48ea1909 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Tue, 30 Jun 2026 05:24:15 +0300 Subject: [PATCH 1/3] Add Hermes Tweet plugin listing --- .agents/plugins/marketplace.json | 12 ++++++++++++ .claude-plugin/marketplace.json | 11 +++++++++++ README.md | 6 +++++- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 20245a05..8a5a5c41 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -124,6 +124,18 @@ }, "category": "Browser" }, + { + "name": "hermes-tweet", + "source": { + "source": "url", + "url": "https://github.com/Xquik-dev/hermes-tweet.git" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" + }, { "name": "nuxt-ui", "source": { diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 75fef36c..b7cba0d8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -117,6 +117,17 @@ "repo": "ChromeDevTools/chrome-devtools-mcp" } }, + { + "name": "hermes-tweet", + "description": "Hermes Agent X/Twitter plugin with read tools, gated action tools, and bundled agent skill guidance", + "category": "productivity", + "keywords": ["hermes-agent", "twitter", "x", "social-media"], + "tags": ["social", "hermes-agent"], + "source": { + "source": "github", + "repo": "Xquik-dev/hermes-tweet" + } + }, { "name": "nuxt-ui", "description": "The Intuitive Vue UI Library powered by Reka UI & Tailwind CSS.", diff --git a/README.md b/README.md index 885150cb..90082bd8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ Control and inspect a live Chrome browser through MCP — automate actions, debu **Install:** `/plugin install chrome-devtools-mcp@pleaseai` | **Repository:** [ChromeDevTools/chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) +#### Hermes Tweet +Hermes Agent X/Twitter plugin with read tools, gated action tools, and bundled agent skill guidance. + +**Install:** `/plugin install hermes-tweet@pleaseai` | **Repository:** [Xquik-dev/hermes-tweet](https://github.com/Xquik-dev/hermes-tweet) #### Playwright CLI Token-efficient browser automation CLI for coding agents — navigate, interact, screenshot, and test web apps. @@ -88,6 +92,7 @@ Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents S --- + ### Built-in Plugins #### Please Plugins (Plugin Recommender) @@ -688,4 +693,3 @@ This marketplace is licensed under the [MIT License](LICENSE). Please refer to individual plugin repositories for their respective licenses. --- - From 3697c4da8eb17fd01aa42c7322b46e37a62163d6 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Tue, 30 Jun 2026 05:38:46 +0300 Subject: [PATCH 2/3] Address marketplace README feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90082bd8..2ee917f9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents S --- - ### Built-in Plugins #### Please Plugins (Plugin Recommender) @@ -526,6 +525,7 @@ Once the marketplace is added (or files copied), the following plugins are avail /plugin install firebase@pleaseai /plugin install grafana@pleaseai /plugin install chrome-devtools-mcp@pleaseai +/plugin install hermes-tweet@pleaseai /plugin install playwright-cli@pleaseai /plugin install vercel@pleaseai /plugin install gemini@pleaseai From ca9298241edaf294d581bdc3d57e437cdcdbdb55 Mon Sep 17 00:00:00 2001 From: Minsu Lee <1964421+amondnet@users.noreply.github.com> Date: Tue, 30 Jun 2026 13:47:16 +0900 Subject: [PATCH 3/3] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2ee917f9..1769c1ac 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents S **Install:** `/plugin install cloudflare@pleaseai` | **Repository:** [cloudflare/skills](https://github.com/cloudflare/skills) ---- ### Built-in Plugins