技能 twitter-automation
🐦

twitter-automation

低風險 ⚙️ 外部命令🌐 網路存取

自動化 Twitter/X 貼文與互動

也可從以下取得: inference-sh

透過 inference.sh CLI 自動化您的 Twitter/X 工作流程,包括發布貼文、按讚、轉發、私訊和追蹤用戶。非常適合社群媒體管理員和內容創作者。

支援: Claude Codex Code(CC)
📊 70 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「twitter-automation」。 Post a tweet saying 'Just launched my new product!'

預期結果:

The skill runs: infsh app run x/post-tweet --input '{"text": "Just launched my new product!"}' and returns confirmation with tweet ID and metadata.

正在使用「twitter-automation」。 Like the tweet from @OpenAI about their latest announcement

預期結果:

The skill retrieves the tweet ID and executes: infsh app run x/post-like --input '{"tweet_id": "..."}' confirming the like was successful.

安全審計

低風險
v1 • 2/25/2026

Static analysis flagged 48 potential issues, but evaluation reveals all are false positives. External command detections are markdown documentation examples, not actual execution. Network URLs are legitimate inference.sh service endpoints. The pipe-to-shell install method uses SHA-256 verification as documented mitigation. This is a standard Twitter API client skill with acceptable risk for marketplace publication.

1
已掃描檔案
155
分析行數
3
發現項
1
審計總數

高風險問題 (1)

Pipe to Shell Installation
The CLI installation uses curl | sh pattern to install the inference.sh CLI. While common for software installation, piping downloaded scripts to shell carries inherent risk.
審計者: claude

品質評分

38
架構
100
可維護性
85
內容
50
社群
80
安全
91
規範符合性

你能建構什麼

社群媒體管理員

自動化在多個 Twitter 帳戶上發布內容、對競爭對手的貼文按讚以提高互動,並追蹤相關用戶。

內容創作者

生成 AI 圖片或影片,並自動發布到 Twitter 並附上標題。

開發者整合

透過將 inference.sh CLI 與其他 AI 應用程式鏈接,來建立自訂 Twitter 工作流程。

試試這些提示

發布簡單貼文
Use the twitter-automation skill to post a tweet that says: {tweet_text}
發布帶圖片貼文
Use the twitter-automation skill to post a tweet with the image at {media_url} and caption: {caption}
與貼文互動
Use the twitter-automation skill to like the tweet at {tweet_url} and then follow the author
AI 圖片到 Twitter 工作流程
First generate an image using the falai/flux-dev-lora app with prompt: {image_prompt}, then use twitter-automation to post it with caption: {caption}

最佳實務

  • 發布前務必檢查貼文文字,以避免錯字或非預期的內容
  • 分散自動化操作以尊重 Twitter 的速率限制
  • 使用具有適當權限層級的 Twitter 開發者憑證

避免

  • 不要用於垃圾訊息或違反 Twitter 條款的攻擊性自動化互動
  • 避免反覆發布相同內容而無變化
  • 不要嘗試以超過速率限制的速度自動化操作

常見問題

我需要 Twitter 開發者帳戶嗎?
是的,您需要透過 inference.sh 設定 Twitter/X API 憑證才能使用此技能。
我可以提前排程貼文嗎?
此技能會立即發布。若要排程,請使用外部排程器或 cron 工作來在 desired times 觸發發布。
這對企業帳戶安全嗎?
是的,在 Twitter API 速率限制和服務條款範圍內使用是安全的。發布前務必檢視自動化內容。
如果 Twitter 對我實施速率限制會怎麼樣?
API 會傳回錯誤。實作指數退避的重試邏輯或降低自動化頻率。
我可以用此技能刪除貼文嗎?
是的,使用 x/post-delete 應用程式並提供 tweet_id 來刪除貼文。
這是否支援 X Premium 功能?
功能可用性取決於您的 Twitter API 層級。基本發布功能可免費層級使用。

開發者詳情

檔案結構

📄 SKILL.md