Compétences twitter-automation
🐦

twitter-automation

Sûr ⚙️ Commandes externes🌐 Accès réseau

Automate Twitter/X with the belt CLI tool

Également disponible depuis: sickn33,halt-catch-fire,inference-sh-9,inference-sh-skills,inference-sh,infsh-skills,inference-shell,qu-skills,inference-sh-8,inference-skills,inferen-sh,skillssh,toolshell,tul-sh

Managing Twitter/X manually takes hours each day. This skill automates posting, engagement, and user interactions through a simple CLI interface that connects to the X API.

Prend en charge: Claude Codex Code(CC)
📊 71 Adéquat
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "twitter-automation". Post a tweet announcing our new feature launch

Résultat attendu:

Successfully posted: "Excited to announce our new feature! Check it out at example.com/features". Tweet ID: 1234567890. The tweet is now visible on your profile and will appear in followers' timelines.

Utilisation de "twitter-automation". Like and follow the author of tweet ID 9876543210

Résultat attendu:

Liked tweet ID 9876543210. Followed user @example_user. Engagement actions completed successfully.

Audit de sécurité

Sûr
v1 • 5/30/2026

Security evaluation confirms this is legitimate Twitter/X automation skill documentation. Static analyzer flagged 46 potential issues, but manual review determined all findings are false positives or documented CLI usage patterns. The skill documents belt CLI invocations with hardcoded arguments only. No command injection vectors exist. The 'weak cryptographic algorithm' flags were misidentified table elements and app name fragments. No actual security vulnerabilities present.

1
Fichiers analysés
158
Lignes analysées
6
résultats
1
Total des audits

Problèmes à risque élevé (2)

False Positive: Misidentified Cryptographic Pattern (SKILL.md:3)
Static analyzer flagged 'x/post-create' as weak crypto algorithm. This is an app ID in the skill description, not cryptographic code. No actual crypto implementation exists in this skill.
False Positive: Misidentified Cryptographic Pattern (SKILL.md:29)
Static analyzer flagged table header row as weak crypto. This is markdown table formatting, not code. No actual crypto implementation exists in this skill.
Problèmes à risque faible (2)
External Command Examples (False Positive)
Static analyzer flagged 37 instances of external commands. These are documented belt CLI invocations in SKILL.md, not executable code. All arguments are hardcoded strings with no user input injection.
Hardcoded URLs (Informational)
7 URLs to inference.sh documentation are hardcoded. These are legitimate documentation links, not security concerns.
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
81
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

Schedule social media content

Marketing teams can schedule tweets with images by generating content with AI and posting through the CLI. Works well for product announcements and campaign posts.

Automate engagement workflows

Community managers can automate liking and retweeting specific content, or send welcome DMs to new followers based on their username.

Build content pipelines

Creators can combine AI image and video generation skills with Twitter posting to create automated content pipelines that generate and publish social media posts.

Essayez ces prompts

Post a simple tweet
Use the twitter-automation skill to post a tweet saying "{tweet_text}" to my Twitter account.
Post tweet with image
Use the twitter-automation skill to post a tweet with image. The text should be "{tweet_text}" and the media URL is {image_url}.
Engage with a tweet
Use the twitter-automation skill to like the tweet at {tweet_url} and then follow its author.
AI content pipeline
Generate an image using AI with the prompt "{image_prompt}", then post it to Twitter with the caption "{caption}" using the twitter-automation skill.

Bonnes pratiques

  • Always authenticate with belt login before running any Twitter commands
  • Test commands with sample data using belt app sample before full automation
  • Monitor X API rate limits and implement delays between bulk operations

Éviter

  • Do not post the same content repeatedly without variation to avoid spam detection
  • Do not attempt actions beyond your API permissions level
  • Do not store API credentials in skill documentation or comments

Foire aux questions

How do I set up the twitter-automation skill?
Install the belt CLI with npx skills add belt-sh/cli, run belt login to authenticate with inference.sh, and set up your X API credentials in the inference.sh dashboard.
What X API permissions do I need?
You need read and write permissions to post, like, retweet, and send DMs. User follow requires write permissions. Profile reading requires read permissions.
Can I schedule tweets for later?
This skill posts tweets immediately. For scheduling, combine it with a task scheduler or cron job, or use external scheduling tools with the belt CLI.
What happens if my tweet fails?
The belt CLI will return an error message with the failure reason. Common issues include rate limit exceeded, invalid media URL, or insufficient API permissions.
How do I add images or videos to my tweets?
Use the x/post-create app and include a media_url field pointing to a publicly accessible image or video URL. The AI image generation skill can create images you can use.
Is this skill safe to use with my main Twitter account?
Yes, but use caution with automation frequency. Twitter may flag accounts for excessive automated activity. Start with small volumes and monitor your account status.

Détails du développeur

Structure de fichiers

📄 SKILL.md