plugins marketplace
← All plugins

hermes-tweet

v0.1.6

Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated tweet actions through Hermes Tweet

CodexClaude Code1 skill

by XquikMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

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

Layout

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

Skills1

hermes-tweetskills/hermes-tweet/SKILL.md

Install and operate Hermes Tweet, a Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated tweet actions. Use this skill when installing Hermes Tweet, researching X/Twitter accounts, monitoring launch signals, investigating mentions, auditing giveaways, or preparing guarded tweet actions. Use proactively when a Hermes Agent workflow needs current X/Twitter context. Requires XQUIK_API_KEY for read and action tools.

Manifests2

plugins/hermes-tweet/.codex-plugin/plugin.json
{
  "name": "hermes-tweet",
  "version": "0.1.6",
  "description": "Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated tweet actions through Hermes Tweet",
  "skills": "./skills/",
  "author": {
    "name": "Xquik",
    "url": "https://github.com/Xquik-dev"
  },
  "homepage": "https://github.com/Xquik-dev/hermes-tweet#readme",
  "repository": "https://github.com/Xquik-dev/hermes-tweet",
  "license": "MIT",
  "interface": {
    "displayName": "Hermes Tweet",
    "shortDescription": "Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated tweet actions…",
    "category": "marketing"
  }
}
plugins/hermes-tweet/.claude-plugin/plugin.json
{
  "name": "hermes-tweet",
  "version": "0.1.6",
  "description": "Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated tweet actions through Hermes Tweet",
  "author": {
    "name": "Xquik",
    "url": "https://github.com/Xquik-dev"
  },
  "homepage": "https://github.com/Xquik-dev/hermes-tweet#readme",
  "repository": "https://github.com/Xquik-dev/hermes-tweet",
  "license": "MIT",
  "category": "marketing"
}