Install
openclaw skills install hermes-tweetUse Xquik from Hermes Agent for X search, posting, replies, likes, retweets, follows, DMs, monitors, extraction jobs, draws, media, and trends.
openclaw skills install hermes-tweetUse Hermes Tweet when the user wants to automate or inspect X through Xquik.
Use this skill for Hermes Agent sessions that need X/Twitter data or controlled X actions through the Hermes Tweet plugin.
Use tweet_explore first when the user asks for a capability, endpoint, route,
or Xquik API surface. Use tweet_read only after a read-only endpoint is known.
Use tweet_action only after the user requests a write, private read, monitor,
webhook, extraction job, giveaway draw, or media operation that requires action
permissions.
tweet_explore to find the endpoint.tweet_read for public read-only endpoints.tweet_action only for writes or private reads after stating the exact endpoint and payload.tweet_explore with a short
query.GET and the catalog does not mark it as an
action, THEN call tweet_read.GET, or the route touches private account
state, THEN call tweet_action only when actions are enabled and the user has
approved the operation.tweet_action is unavailable or disabled, THEN explain that action tools
are intentionally gated by HERMES_TWEET_ENABLE_ACTIONS=true.XQUIK_API_KEY is missing, THEN ask the user to set it in the Hermes
runtime environment without requesting the key value in chat./api/v1/... endpoints.tweet_action.tweet_explore.hermes tools for scripted diagnostics. Run
hermes tools list instead.Search tweets:
{"query":"tweet search","method":"GET"}
Then call:
{"path":"/api/v1/x/tweets/search","query":{"q":"AI agents","limit":25}}
Post a tweet:
{"query":"post tweet","include_actions":true}
Then call tweet_action with:
{"path":"/api/v1/x/tweets","method":"POST","body":{"account":"@example","text":"Hello from Hermes Tweet"},"reason":"Post the user-approved tweet."}
After installing or upgrading the plugin in Hermes Agent:
hermes plugins enable hermes-tweet.hermes tools list and confirm the hermes-tweet toolset is enabled.tweet_explore is available without XQUIK_API_KEY.tweet_read appears only when XQUIK_API_KEY is configured.tweet_action stays hidden or disabled unless HERMES_TWEET_ENABLE_ACTIONS=true.Useful CLI checks:
hermes plugins enable hermes-tweet
hermes tools list