twitter-automation
Automate Twitter and X with MCP Tools
متاح أيضًا من: inference-sh-8,inference-sh-9,inference-sh
Managing Twitter presence manually consumes significant time and effort. This skill automates posts, searches, bookmarks, lists, and user interactions through Composio integration with Rube MCP.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "twitter-automation". Search for tweets about "climate change" from verified users
النتيجة المتوقعة:
Returns 20 recent tweets with author information, engagement metrics, and tweet text matching the search query
استخدام "twitter-automation". Create a post with media attachment
النتيجة المتوقعة:
Media uploaded successfully with media_id, post created with attached image and confirmation with post URL
التدقيق الأمني
مخاطر منخفضةStatic analyzer flagged 83 external_commands patterns and 1 network pattern, but all are false positives. The detected patterns are markdown code formatting (inline code spans with backticks) documenting MCP tool names, not actual shell command execution. The skill uses Rube MCP to access Twitter API through Composio - legitimate functionality. No malicious intent detected. Minor risk from external API dependency on Twitter and Rube MCP services.
مشكلات منخفضة المخاطر (1)
عوامل الخطر
🌐 الوصول إلى الشبكة (1)
⚙️ الأوامر الخارجية
درجة الجودة
ماذا يمكنك بناءه
Social Media Manager
Schedule and publish posts, monitor brand mentions through search, and organize content with lists for efficient social media management.
Content Researcher
Search tweets by topic or hashtag, bookmark relevant posts for later reference, and track specific users or conversations.
Personal Automation
Automate personal posting workflows, manage saved tweets in bookmarks, and interact with content from curated lists.
جرّب هذه الموجهات
Help me post a tweet with the text "Hello Twitter! This is my first automated post." using the Twitter automation skill.
Search for recent tweets about "AI automation" from the past 24 hours and show me the top 5 results.
Upload an image from /path/to/image.jpg and create a post with the caption "Check out this amazing view!" attaching the uploaded media.
Search for tweets mentioning @mybrand from the last 7 days, excluding retweets. For each result, look up the user profile and bookmark important mentions for follow-up.
أفضل الممارسات
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing any workflow
- Call TWITTER_USER_LOOKUP_ME to get authenticated user ID before operations requiring user context
- Implement deduplication logic for automated posting to avoid duplicate tweets on retry
تجنب
- Do not retry post creation on timeout without checking if the post was already created
- Do not pass integer values for media IDs or user IDs - always use numeric strings
- Do not skip OAuth connection verification before running Twitter workflows