hermes-tweet
v0.1.13Hermes Agent plugin for Twitter search, monitoring, follower exports & approved X actions. Not affiliated with X Corp.
By XquikLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hermes-tweet for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add hermes-tweet@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “hermes-tweet-4” remain stable.
- Codex:
hermes-tweet-4@agent-plugin-marketplace→hermes-tweet@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/Xquik-dev/hermes-tweet/.
Plugin files
├── .codex-plugin/plugin.json└── skills/hermes-tweet/SKILL.md
Included Skills1
Use Xquik in Hermes Agent for public X research, monitoring, thread summaries, creator discovery & approved actions. Not affiliated with X Corp. Use when the user requests X data or a named action. Trigger with "search X", "monitor X", "post tweet", or "X trends".
Plugin manifests1
{
"name": "hermes-tweet",
"version": "0.1.13",
"description": "Hermes Agent plugin for Twitter search, monitoring, follower exports & approved X actions. Not affiliated with X Corp.",
"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",
"commit": "c6ebdd7060965dd16a89e8cc12675ff834b5cc94",
"verified": true,
"license": "MIT",
"keywords": [
"hermes-agent",
"hermes-plugin",
"xquik",
"twitter",
"x",
"social-media",
"automation",
"codex-plugin"
],
"skills": "./skills/",
"interface": {
"displayName": "Hermes Tweet",
"shortDescription": "Search and monitor X/Twitter with approved actions.",
"longDescription": "Hermes Tweet adds Twitter search, tweet replies, monitoring, and approved X actions to Hermes Agent. It keeps account changes behind explicit approval.",
"developerName": "Xquik",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/Xquik-dev/hermes-tweet#readme",
"privacyPolicyURL": "https://github.com/Xquik-dev/hermes-tweet/security/policy",
"termsOfServiceURL": "https://github.com/Xquik-dev/hermes-tweet/blob/master/LICENSE",
"defaultPrompt": [
"Use Hermes Tweet to research this X/Twitter topic.",
"Use Hermes Tweet to read public replies and summarize the thread.",
"Use Hermes Tweet to prepare an approval-gated X/Twitter action."
],
"brandColor": "#111827",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg",
"screenshots": [
"./assets/screenshot.svg"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hermes-tweet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hermes-tweet-4)