
Facebook Automation
- 85 installs
- 82 repo stars
- Updated August 2, 2026
- aaaaqwq/claude-code-skills
facebook-automation is a Claude Code skill that automates Facebook pages, posts, comments, insights, and ad accounts through Composio's Facebook toolkit via Rube MCP.
About
facebook-automation is a Claude Code skill that drives Facebook operations through Composio's Facebook toolkit via Rube MCP. It manages pages, creates and schedules posts, replies to comments, and pulls page and post insights. A developer or marketer uses it to run Facebook page tasks from the agent without hand-coding the API. It requires an active Facebook OAuth connection and reads current tool schemas before each workflow.
- Automates Facebook pages, posts, comments, and insights via Rube MCP (Composio)
- Handles OAuth connection setup and requires an ACTIVE facebook connection
- Reads current tool schemas via RUBE_SEARCH_TOOLS before running workflows
Facebook Automation by the numbers
- 85 all-time installs (skills.sh)
- Ranked #457 of 853 Sales & Marketing skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
facebook-automation capabilities & compatibility
Free skill; requires a connected Rube MCP (rube.app/mcp) and a Facebook OAuth connection.
- Capabilities
- social post · post scheduling · comment management · page insights · ad account management
- Use cases
- marketing
- Pricing
- Bring your own API key
What facebook-automation says it does
Automate Facebook operations through Composio's Facebook toolkit via Rube MCP.
Always call `RUBE_SEARCH_TOOLS` first to get current tool schemas
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill facebook-automationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 85 |
|---|---|
| repo stars | ★ 82 |
| Last updated | August 2, 2026 |
| Repository | aaaaqwq/claude-code-skills ↗ |
What it does
A marketer manages Facebook pages, posts, comments, and insights from the agent through the Rube MCP Facebook toolkit.
Who is it for?
Marketers and developers automating Facebook page management and posting through Rube MCP.
Skip if: Anyone without a Rube MCP connection or an active Facebook OAuth connection, since both are required.
When should I use this skill?
When you need to manage Facebook pages, publish or schedule posts, reply to comments, or read page insights.
What you get
Agent-driven Facebook page management and posting with current, discovered tool schemas.
- Published or scheduled Facebook posts
- Comment replies
- Page and post insight reports
By the numbers
- 5 documented core workflows (page, post, comments, insights, ad account)
Files
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_CONNECTIONSwith toolkitfacebook - Always call
RUBE_SEARCH_TOOLSfirst 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_TOOLSwith 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
Related skills
FAQ
What does it need to run?
Rube MCP connected with RUBE_SEARCH_TOOLS available and an ACTIVE Facebook connection via RUBE_MANAGE_CONNECTIONS.
How are tools called?
It always calls RUBE_SEARCH_TOOLS first to get current tool names and schemas before running workflows.