Learn-skills.dev facebook-automation
Automate Facebook tasks via Rube MCP (Composio): pages, posts, insights, comments, and ad accounts. Always search tools first for current schemas.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/aaaaqwq/agi-super-skills/facebook-automation" ~/.claude/skills/neversight-learn-skills-dev-facebook-automation && rm -rf "$T"
manifest:
data/skills-md/aaaaqwq/agi-super-skills/facebook-automation/SKILL.mdsource content
Facebook Automation via Rube MCP
Automate Facebook operations through Composio's Facebook toolkit via Rube MCP.
Prerequisites
- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
- Active Facebook connection via
with toolkitRUBE_MANAGE_CONNECTIONSfacebook - Always call
first to get current tool schemasRUBE_SEARCH_TOOLS
Setup
Get Rube MCP: Add
https://rube.app/mcp as an MCP server in your client configuration.
- Verify Rube MCP is available by confirming
respondsRUBE_SEARCH_TOOLS - Call
with toolkitRUBE_MANAGE_CONNECTIONSfacebook - If connection is not ACTIVE, follow the returned auth link to complete Facebook OAuth
- Confirm connection status shows ACTIVE before running any workflows
Core Workflows
1. Page Management
- Search:
with query "facebook page"RUBE_SEARCH_TOOLS - List pages, get page details, update page info
2. Post Management
- Create posts (text, photo, video, link)
- Schedule posts for future publishing
- Edit and delete existing posts
- Get post insights and engagement metrics
3. Comments & Replies
- List comments on posts
- Reply to comments
- Hide/unhide comments
- Get comment insights
4. Page Insights
- Get page-level analytics (reach, engagement, followers)
- Post-level performance metrics
- Audience demographics
5. Ad Account (if available)
- List ad accounts
- Get campaign performance
- Manage ad sets and ads
Tool Discovery Pattern
Always start with tool search:
RUBE_SEARCH_TOOLS query="facebook" toolkit="facebook"
Then use the exact tool names and schemas returned.
Important Notes
- Facebook API has strict rate limits — batch operations when possible
- Page tokens expire; reconnect via RUBE_MANAGE_CONNECTIONS if auth fails
- Some features require Facebook Business verification