hermes-tweet
v0.1.6Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated tweet actions through Hermes Tweet
by XquikMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/hermes-tweet/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/hermes-tweet/SKILL.md
Skills1
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
{
"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"
}
}{
"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"
}