Hermes tweet
Use Hermes Tweet with Hermes Agent for X/Twitter endpoint discovery, public reads, private action-gated reads, audience analysis, thread planning, and guarded publishing. Use when a project needs Hermes-native social research or publishing workflows.From its SKILL.md
npx -y skills add maystudios/claude-skills --skill hermes-tweetAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- reads credentialsReads from 1 credential source: `XQUIK_API_KEY`.
- 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `hermes plugins install Xquik-dev/hermes-tweet --enable`.
SKILL.md
1.9 KB, 375 tokens by cl100k_base, as published. Nobody here has run it
Hermes Tweet
Hermes Tweet is a Hermes Agent plugin for X/Twitter workflows. It keeps endpoint discovery separate from reads and requires explicit configuration before account data or publishing actions are available.
Install
hermes plugins install Xquik-dev/hermes-tweet --enable
Set XQUIK_API_KEY before using read or action tools. Set
HERMES_TWEET_ENABLE_ACTIONS=true only for projects where publishing actions
are intentionally enabled.
Tool Routes
tweet_explore: discover the bundled X/Twitter endpoint catalog without network access.tweet_read: read public, read-only X/Twitter data from a cataloged GET endpoint whenXQUIK_API_KEYis configured.tweet_action: run private or action-marked GET endpoints, draft, schedule, or publish only whenXQUIK_API_KEYis configured andHERMES_TWEET_ENABLE_ACTIONS=true.
Workflow
- Use
tweet_exploreto find the endpoint that matches the user's request. - Use
tweet_readfor public timelines, profile reads, search, or analytics. - Use
tweet_actionfor connected-account state, private GET endpoints, action-marked endpoints, or publishing after clear user approval. - Report what was read or drafted without exposing private account state.
Safety
- Keep all publishing actions explicit and reviewable.
- Treat private account state as sensitive context.
- Do not enable
tweet_actionfor unattended projects. - Do not store API keys, account data, or drafts in the repository.
Links
- Plugin: https://github.com/Xquik-dev/hermes-tweet
- Hermes Agent: https://github.com/NousResearch/hermes-agent
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.