twitter-automation

Automate Twitter/X tasks via Rube MCP (Composio): posts, search, users, bookmarks, lists, media. Always search tools first for current schemas.

Content Preview
---
name: twitter-automation
description: "Automate Twitter/X tasks via Rube MCP (Composio): posts, search, users, bookmarks, lists, media. Always search tools first for current schemas."
requires:
  mcp: [rube]
category: social-media
---

# Twitter/X Automation via Rube MCP

Automate Twitter/X operations through Composio's Twitter toolkit via Rube MCP.

**Toolkit docs**: [composio.dev/toolkits/twitter](https://composio.dev/toolkits/twitter)

## Prerequisites

- Rube MCP must be connected (RUBE_
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/twitter-automation.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/twitter-automation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/all-skills/skills/twitter-automation/SKILL.md

Related Skills