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..1769c1ac 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. @@ -86,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 @@ -521,6 +524,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 @@ -688,4 +692,3 @@ This marketplace is licensed under the [MIT License](LICENSE). Please refer to individual plugin repositories for their respective licenses. --- -