plugins marketplace
← All plugins

hermes-tweet

v0.1.6

Native Hermes Agent X/Twitter plugin for Xquik automation with read-first workflows and approval-gated actions.

Claude Code1 skill

by XquikMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/hermes-tweet/ inside the repository.

Layout

plugins/community/hermes-tweet/
├── .claude-plugin/plugin.json
└── skills/hermes-tweet/SKILL.md

Skills1

hermes-tweetskills/hermes-tweet/SKILL.md

Uses Xquik from Hermes Agent for X research, monitoring, and approval-gated actions. Use when the user requests X data or an approved X action. Trigger with "search X", "monitor X", "post tweet", or "X trends".

Manifests1

plugins/community/hermes-tweet/.claude-plugin/plugin.json
{
  "name": "hermes-tweet",
  "version": "0.1.6",
  "description": "Native Hermes Agent X/Twitter plugin for Xquik automation with read-first workflows and approval-gated actions.",
  "author": {
    "name": "Xquik",
    "url": "https://github.com/Xquik-dev"
  },
  "license": "MIT",
  "homepage": "https://github.com/Xquik-dev/hermes-tweet#readme",
  "repository": "https://github.com/Xquik-dev/hermes-tweet",
  "keywords": [
    "hermes-agent",
    "hermes-plugin",
    "xquik",
    "twitter",
    "x",
    "social-media",
    "automation"
  ]
}