返回顶部
t

twitter-automation推特自动化

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.5
安全检测
已通过
2,191
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

twitter-automation

Twitter/X 自动化

通过 inference.sh CLI 自动化 Twitter/X 操作。

Twitter/X 自动化

快速开始

bash

安装 CLI


curl -fsSL https://cli.inference.sh | sh && infsh login

发布推文

infsh app run x/post-tweet --input {text: 来自 inference.sh 的问候!}

安装说明: 安装脚本 仅检测您的操作系统/架构,从 dist.inference.sh 下载匹配的二进制文件,并验证其 SHA-256 校验和。无需提升权限或后台进程。也可使用手动安装与验证

可用应用

应用应用 ID描述
发布推文x/post-tweet发布文本推文
创建帖子
x/post-create | 发布带媒体的帖子 | | 点赞帖子 | x/post-like | 点赞推文 | | 转发 | x/post-retweet | 转发帖子 | | 删除帖子 | x/post-delete | 删除推文 | | 获取帖子 | x/post-get | 按 ID 获取推文 | | 发送私信 | x/dm-send | 发送私信 | | 关注用户 | x/user-follow | 关注用户 | | 获取用户 | x/user-get | 获取用户资料 |

示例

发布推文

bash
infsh app run x/post-tweet --input {text: 刚发布了一个新功能!🚀}

发布带媒体的帖子

bash
infsh app sample x/post-create --save input.json

编辑 input.json:

{

text: 看看这张 AI 生成的图片!,

media_url: https://your-image-url.jpg

}

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}

工作流:生成 AI 图片并发布

bash

1. 生成图片


infsh app run falai/flux-dev-lora --input {prompt: 山上的日落} > image.json

2. 使用图片 URL 发布到 Twitter

infsh app run x/post-create --input { text: AI 生成的艺术日落 🌅, media_url: <步骤1中的图片URL> }

工作流:生成并发布视频

bash

1. 生成视频


infsh app run google/veo-3-1-fast --input {prompt: 海滩上的波浪} > video.json

2. 发布到 Twitter

infsh app run x/post-create --input { text: AI 生成的视频 🎬, media_url: <步骤1中的视频URL> }

相关技能

bash

完整平台技能(150+ 应用)


npx skills add inference-sh/skills@inference-sh

图片生成(创建图片用于发布)

npx skills add inference-sh/skills@ai-image-generation

视频生成(创建视频用于发布)

npx skills add inference-sh/skills@ai-video-generation

AI 虚拟形象(创建演示视频)

npx skills add inference-sh/skills@ai-avatar-video

浏览所有应用:infsh app list

文档

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 twitter-automation-1776352272 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 twitter-automation-1776352272 技能

通过命令行安装

skillhub install twitter-automation-1776352272

下载

⬇ 下载 twitter-automation v0.1.5(免费)

文件大小: 2.29 KB | 发布时间: 2026-4-17 15:34

v0.1.5 最新 2026-4-17 15:34
- Expanded documentation with detailed CLI usage examples for posting, engagement, and user management on Twitter/X.
- Clarified available apps and their usage, including new examples for posting media, liking, retweeting, DMs, following users, and more.
- Added workflow examples to automate posting of AI-generated images and videos.
- Provided installation, security notes, and links to related skills and platform documentation.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部