技能 twitter-automation
🐦

twitter-automation

低风险 ⚙️ 外部命令🌐 网络访问

自动化 Twitter/X 发帖、点赞和关注

也可从以下获取: inferen-sh,tul-sh,inference-sh-8,inference-shell,sickn33,skillssh,toolshell,inference-sh,inference-sh-9

手动管理 Twitter/X 每天需要花费数小时。此技能通过 inference.sh CLI 自动化发帖、互动和用户管理,在保持真实存在感的同时节省时间。

支持: Claude Codex Code(CC)
📊 69 充足
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“twitter-automation”。 发布一条宣布新功能上线的推文

预期结果:

成功发布推文:'我们激动地宣布新功能上线!请访问 example.com/feature 🚀'
推文 ID:1234567890

正在使用“twitter-automation”。 关注最近提及我们账号的用户

预期结果:

正在关注 5 位用户:@user1、@user2、@user3、@user4、@user5
已向所有新关注用户发送欢迎私信

正在使用“twitter-automation”。 发布带有标题的 AI 生成日落图片

预期结果:

生成的图片 URL:https://cdn.example.com/image.jpg
已发布带媒体的推文:'金色时刻的山脉 🌅'
推文 ID:0987654321

安全审计

低风险
v1 • 4/28/2026

Static analysis flagged 45 potential issues. After semantic evaluation: 36 external_command detections are false positives (bash examples in markdown documentation). 2 high-severity cryptographic algorithm detections are false positives (pattern matching misidentified YAML description and markdown table). 7 network detections are legitimate (inference.sh API URLs). No malicious intent detected. This is legitimate documentation for a Twitter/X automation CLI tool.

1
已扫描文件
156
分析行数
4
发现项
1
审计总数

高风险问题 (1)

False Positive: Misidentified Cryptographic Pattern
Static analyzer flagged SKILL.md:3 and SKILL.md:27 as 'weak cryptographic algorithm'. After evaluation, these are false positives. Line 3 is YAML frontmatter description containing plain text. Line 27 is markdown table syntax. No cryptographic code or algorithms present.
中风险问题 (1)
False Positive: Bash Command Documentation
Static analyzer flagged 36 instances of 'Ruby/shell backtick execution'. These are bash command examples in markdown code blocks (belt app run commands). No actual backtick execution or command injection vulnerabilities exist. Commands are hardcoded strings with JSON inputs, not user-controlled.

风险因素

⚙️ 外部命令 (1)
🌐 网络访问 (3)
审计者: claude

质量评分

38
架构
100
可维护性
87
内容
50
社区
75
安全
91
规范符合性

你能构建什么

定时发布社交媒体内容

社交媒体管理人员使用此技能自动化发布内容日历。Claude 生成文本内容,然后此技能在最優时间发布。

自动与关注者互动

社区管理人员使用预定脚本自动点赞和转发提及、关注新粉丝,并发送欢迎私信。

创建 AI 生成内容流水线

与图像/视频生成技能结合,自动发布 AI 创建的内容。在一个工作流中生成图像、提取 URL、发布到 Twitter。

试试这些提示

发布简单推文
使用 twitter-automation 技能发布一条推文,内容为:{tweet_text}
发布 AI 生成的图片
首先用 AI 生成一张图片,然后使用 twitter-automation 发布,并配上标题:{caption}
与提及内容互动
内容日历自动化
创建未来 7 天的内容日历。对于每个帖子,生成适当的文本,并使用 twitter-automation 将它们以不同时间戳排入队列。

最佳实践

  • 使用技能命令之前先通过 inference.sh CLI 进行身份验证
  • 为媒体附件使用可公开访问的 URL
  • 分散自动化操作以避免速率限制

避免

  • 不要在每小时内发布相同内容多次
  • 不要快速连续批量关注用户
  • 不要向用户发送未经请求的私信

常见问题

如何设置 inference.sh CLI?
安装 CLI 后运行 'belt login'。请参阅 raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md 上的安装指南
我可以在推文中附上图片吗?
可以。使用 x/post-create 应用,添加文本字段和指向可公开访问的图片或视频的 media_url。
如何获取要点赞或转发的推文 ID?
使用 x/post-get 并提供推文 URL 或 ID 来获取详情,或通过 x/user-get 获取用户提及。
此技能免费使用吗?
此技能免费,但需要 inference.sh 账户,并可能根据您的套餐有 API 使用限制。
如何发送私信?
使用 x/dm-send,填写收件人的 recipient_id(用户 ID,而非用户名)和文本内容。收件人必须允许所有人发送私信。
我可以将其与 AI 图片生成结合使用吗?
可以。使用其他 inference.sh 应用生成图片,然后将生成的 URL 传递给 x/post-create 进行发布。

开发者详情

文件结构

📄 SKILL.md