运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install hermes-tweet
镜像加速npx clawhub@latest install hermes-tweet --registry https://cn.longxiaskill.com镜像同步中
技能文档
Hermes Tweet 当用户想要通过 Xquik 自动化或检查 X 时,使用 Hermes Tweet。 工作流程 使用 tweet_explore 来找到端点。 对于公共只读端点,使用 tweet_read。 仅在指定了确切的端点和负载后,使用 tweet_action 进行写入或私人读取。 安全 永远不要询问或泄露 API 密钥、签名密钥、密码、cookies 或 TOTP 密钥。 永远不要在工具参数中传递凭据。 仅使用目录列出的 /api/v1/... 端点。 不要使用账户连接、重新认证、API 密钥、计费、信用充值或支持票据端点。 对于发布、删除、关注、DM、个人资料更改、监视器、Webhooks、提取作业和抽奖,调用 tweet_action 前先总结操作。 示例 搜索推文:{"query":"tweet search","method":"GET"} 然后调用:{"path":"/api/v1/x/tweets/search","query":{"q":"AI agents","limit":25}} 发布推文:{"query":"post tweet","include_actions":true} 然后调用 tweet_action 带有:{"path":"/api/v1/x/tweets","method":"POST","body":{"account":"@example","text":"Hello from Hermes Tweet"},"reason":"发布用户批准的推文。"}