Automate Facebook tasks via Rube MCP (Composio): pages, posts, insights, comments, and ad accounts. Always search tools first for current schemas.
Scanned 5/29/2026
Install via CLI
openskills install aAAaqwq/AGI-Super-Team---
name: facebook-automation
description: "Automate Facebook tasks via Rube MCP (Composio): pages, posts, insights, comments, and ad accounts. Always search tools first for current schemas."
requires:
mcp: [rube]
---
# 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 `RUBE_MANAGE_CONNECTIONS` with toolkit `facebook`
- Always call `RUBE_SEARCH_TOOLS` first to get current tool schemas
## Setup
**Get Rube MCP**: Add `https://rube.app/mcp` as an MCP server in your client configuration.
1. Verify Rube MCP is available by confirming `RUBE_SEARCH_TOOLS` responds
2. Call `RUBE_MANAGE_CONNECTIONS` with toolkit `facebook`
3. If connection is not ACTIVE, follow the returned auth link to complete Facebook OAuth
4. Confirm connection status shows ACTIVE before running any workflows
## Core Workflows
### 1. Page Management
- Search: `RUBE_SEARCH_TOOLS` with query "facebook page"
- 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
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...
Develop and operate a local Paperclip instance — start and stop servers, pull updates from master, run builds and tests, manage worktrees, back up databases, and diagnose problems. Use whenever you need to work on the Paperclip codebase itself or keep a running instance healthy.
Guide for creating, updating, and deprecating hybrid cloud RPC services in Sentry. Use when asked to "add RPC method", "create RPC service", "hybrid cloud service", "new RPC model", "deprecate RPC method", "remove RPC endpoint", "cross-silo service", "cell RPC", or "control silo service". Covers service scaffolding, method signatures, RPC models, cell resolvers, testing, and safe deprecation workflows.