Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Comment thread
amondnet marked this conversation as resolved.

#### Playwright CLI
Token-efficient browser automation CLI for coding agents — navigate, interact, screenshot, and test web apps.
Expand All @@ -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

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

---

Loading