Habilidades twitter-automation
🐦

twitter-automation

Baixo Risco ⚙️ Comandos externos🌐 Acesso à rede

自動化 Twitter/X 貼文與互動

Também disponível em: inference-sh,toolshell,sickn33,skillssh,tul-sh,inference-sh-9,inference-shell,inferen-sh

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

Suporta: Claude Codex Code(CC)
⚠️ 66 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "twitter-automation". Post a tweet saying 'Just launched my new product!'

Resultado esperado:

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

A utilizar "twitter-automation". Like the tweet from @OpenAI about their latest announcement

Resultado esperado:

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

Auditoria de Segurança

Baixo Risco
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
Arquivos analisados
155
Linhas analisadas
3
achados
1
Total de auditorias

Problemas de Alto Risco (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.
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
85
Conteúdo
21
Comunidade
80
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

社群媒體管理員

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

內容創作者

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

開發者整合

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

Tente Estes Prompts

發布簡單貼文
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}

Melhores Práticas

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

Evitar

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

Perguntas Frequentes

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

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md