Automate Twitter/X with posting, engagement, and user management via inference.sh CLI. Apps: x/post-tweet, x/post-create (with media), x/post-like, x/post-retweet, x/dm-send, x/user-follow. Capabilities: post tweets, schedule content, like posts, retweet, send DMs, follow users, get profiles. Use for: social media automation, content scheduling, engagement bots, audience growth, X API. Triggers: twitter api, x api, tweet automation, post to twitter, twitter bot, social media automation, x automa
通过 inference.sh CLI 自动化 Twitter/X 操作。

bash
安装说明: 安装脚本 仅检测您的操作系统/架构,从 dist.inference.sh 下载匹配的二进制文件,并验证其 SHA-256 校验和。无需提升权限或后台进程。也可使用手动安装与验证。
| 应用 | 应用 ID | 描述 |
|---|---|---|
| 发布推文 | x/post-tweet | 发布文本推文 |
| 创建帖子 |
bash
infsh app run x/post-tweet --input {text: 刚发布了一个新功能!🚀}
bash
infsh app sample x/post-create --save input.json
infsh app run x/post-create --input input.json
bash
infsh app run x/post-like --input {tweet_id: 1234567890}
bash
infsh app run x/post-retweet --input {tweet_id: 1234567890}
bash
infsh app run x/dm-send --input {
recipientid: userid_here,
text: 嘿!感谢关注。
}
bash
infsh app run x/user-follow --input {username: elonmusk}
bash
infsh app run x/user-get --input {username: OpenAI}
bash
infsh app run x/post-get --input {tweet_id: 1234567890}
bash
infsh app run x/post-delete --input {tweet_id: 1234567890}
bash
bash
bash
浏览所有应用:infsh app list
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 twitter-automation-1776352272 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 twitter-automation-1776352272 技能
skillhub install twitter-automation-1776352272
文件大小: 2.29 KB | 发布时间: 2026-4-17 15:34