Agent skill · Workflow & Productivity

hermes-tweet

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.

Seth Hobson38,331★ · +219/wk · 1 repos on radarProfile →
claude-codecodexcopilotcursorMIT
Install
npx skills add wshobson/agents --skill hermes-tweet --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 0.1.6
Path: plugins/hermes-tweet/skills/hermes-tweet/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 38,479 · +148 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Hermes Tweet Hermes Tweet adds an X/Twitter toolset to Hermes Agent. It is useful for social listening, account research, launch monitoring, support triage, giveaway audits, and controlled publishing workflows where actions stay explicit. ## When to Use This Skill Use this skill when the user wants to: - Install Hermes Tweet into a Hermes Agent runtime - Discover available X/Twitter read and action routes - Read X/Twitter account, tweet, trend, monitor, or search data - Summarize public signal before drafting responses or campaigns - Keep account-changing actions gated behind explicit operator intent ## Setup Install the package into the Hermes Python environment, then enable the plugin: ```bash ~/.hermes/hermes-agent/venv/bin/python -m pip install hermes-tweet hermes plugins enable hermes-tweet ``` Set the API key on the Hermes runtime host: ```bash export XQUIK_API_KEY="<your-key>" export HERMES_TWEET_ENABLE_ACTIONS="false" ``` Keep `HERMES_TWEET_ENABLE_ACTIONS` false for read-first sessions. Set it to `true` only for sessions that intentionally need posting, replies, DMs, follows, webhooks, monitors, media changes, or other account-changing routes. ## Inputs Ask for these inpu

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Setup
  3. Inputs
  4. Workflow
  5. Tool Model
  6. Output Format
  7. Usage Examples
  8. Troubleshooting
  9. Best Practices
  10. See Also
Ships with 1 file
  • references/workflows.md
Commands it runs
hermes plugins enable hermes-tweet
export XQUIK_API_KEY="<your-key>"
export HERMES_TWEET_ENABLE_ACTIONS="false"
More from agents
All skills →
About this skill
What does the hermes-tweet skill do?

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.

How do I install it?

Run `npx skills add wshobson/agents --skill hermes-tweet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From wshobson/agents, a repository with 38,479 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going