Install and operate Hermes Tweet, a Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated private or state-changing o
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-hermes-tweet-70b33be4d508 ,按照其中的说明把「hermes-tweet」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
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 workflows where private or state-changing operations stay explicit.
Use this skill when the user wants to:
Install and enable the plugin through Hermes:
hermes plugins install Xquik-dev/hermes-tweet --enable
Hermes scans plugins during installation and updates. Review each warning. A dangerous verdict blocks installation or disables an update.
Set the API key on the Hermes runtime host:
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 an approved private read, write, monitor, webhook, extraction,
draw, or media operation.
Ask for these inputs before selecting routes:
XQUIK_API_KEYtweet_explore to find matching routes.tweet_read after selecting a catalog route.tweet_action for private or state-changing routes only after explicit approval.| Tool | Purpose |
|---|---|
tweet_explore | Search the bundled endpoint catalog without using the API key. |
tweet_read | Call catalog-listed public read-only endpoints when XQUIK_API_KEY is set. |
tweet_action | Call private reads, writes, monitors, webhooks, extractions, draws, and media operations only when action gating is enabled. |
Return concise operational output:
Summary:
- What was checked and why
Read routes:
- Catalog path, input, and result summary
Action plan:
- Proposed private or state-changing operations, each awaiting explicit approval
Next check:
- Follow-up route or monitoring cadence when useful
Research an account before drafting a reply:
Use Hermes Tweet to inspect recent public context for @example before drafting a reply.
Keep actions disabled.
Monitor a launch keyword:
Track X/Twitter mentions for "Example Launch" today.
Summarize themes and notable accounts. Do not post.
Prepare a guarded post:
Draft a launch tweet and list the exact tweet_action call you would use.
Wait for approval before any action route.
Capture structured route notes:
{
"objective": "support-triage",
"route": "/api/v1/x/search",
"action_gate": "disabled",
"approval_required": true
}
tweet_explore appears, configure XQUIK_API_KEY on the Hermes runtime
host and reload or restart the active Hermes session.HERMES_TWEET_ENABLE_ACTIONS=true only for an approved private or
state-changing operation.tweet_explore again and choose a catalog-listed
path instead of guessing endpoints.tweet_read or tweet_action.The social-publishing plugin complements Hermes Tweet for broad multi-platform publishing. Hermes Tweet is focused on the Hermes Agent X/Twitter toolset and its read-first, approval-gated operating model.
See the endpoint and approval contract when a route boundary is unclear. See the official guide at https://github.com/Xquik-dev/hermes-tweet#readme.