自动化管理 Facebook 页面内容发布、消息互动与受众运营流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "Facebook Automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/facebook-automation/SKILL.md 2. 保存为 ~/.claude/skills/facebook-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Facebook Page operations -- create and schedule posts, upload videos, manage Messenger conversations, retrieve page insights, and handle scheduled content -- all orchestrated through the Composio MCP integration.
Toolkit docs: composio.dev/toolkits/facebook
https://rube.app/mcpFACEBOOK_* tools become available for executionList all Facebook Pages you manage to get page IDs and access tokens for subsequent operations.
Tool: FACEBOOK_LIST_MANAGED_PAGES
| Parameter | Type | Required | Description |
|---|---|---|---|
fields | string | No | Comma-separated fields (default: id,name,access_token,category,tasks,about,link,picture) |
limit | integer | No | Max pages per request (default: 25) |
user_id | string | No | User ID (default: me) |
Always run this first to cache page_id values. Avoid repeating discovery calls -- cache the results.
Publish or schedule text posts with optional links on a Facebook Page.
Tool: FACEBOOK_CREATE_POST
| Parameter | Type | Required | Description |
|---|---|---|---|
page_id | string | Yes | Numeric Page ID from managed pages |
message | string | Yes | Text content of the post |
published | boolean | No | true to publish immediately, false for draft/scheduled (default: true) |
scheduled_publish_time | integer | No | Unix UTC timestamp; must be at least 10 minutes in the future |
link | string | No | URL to include in the post |
targeting | object | No | Audience targeting specifications |
When scheduling: Set published=false and provide scheduled_publish_time as a Unix UTC timestamp.
Upload and schedule video content on a Facebook Page.
Tool: FACEBOOK_CREATE_VIDEO_POST
| Parameter | Type | Required | Description |
|---|---|---|---|
page_id | string | Yes | Numeric Page ID |
file_url | string | Conditional | URL of the video file (provide file_url or video) |
video | object | Conditional | Local file upload with name, mimetype, s3key |
title | string | No | Video title |
description | string | No | Video description |
published | boolean | No | Publish immediately (default: true) |
scheduled_publish_time | integer | No | Unix timestamp for scheduled publishing |
Review, reschedule, update, or publish scheduled content.
Tools:
FACEBOOK_GET_SCHEDULED_POSTS -- List scheduled/unpublished posts for a page
page_id (required), fields, limit (max 100)FACEBOOK_RESCHEDULE_POST -- Change the scheduled publish timeFACEBOOK_UPDATE_POST -- Edit caption/text on an existing postFACEBOOK_PUBLISH_SCHEDULED_POST -- Publish a scheduled post immediatelyRetrieve inbox conversations and message threads between users and your Page.
Tool: FACEBOOK_GET_PAGE_CONVERSATIONS
| Parameter | Type | Required | Description |
|---|---|---|---|
page_id | string | Yes | The Facebook Page ID |
fields | string | No | Fields to return (default: participants,updated_time,id) |
limit | integer | No | Conversations to return, max 25 |
Then retrieve full message threads:
Tool: FACEBOOK_GET_CONVERSATION_MESSAGES
| Parameter | Type | Required | Description |
|---|
…
通过 Rube MCP 自动执行 Langbase 相关任务并按最新工具 schema 操作。
通过 Rube MCP 自动执行 Minerstat 相关运维与管理任务
通过 Rube MCP 自动执行 Moosend 邮件营销与订阅管理相关任务
通过 Rube MCP 自动化执行 Feathery 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动执行 Fibery 任务,并先检索最新工具与字段结构。
通过 Rube MCP 自动化 Formsite 表单相关任务,提升收集与处理效率。
帮助用户通过 Facebook Graph API 自动管理主页发帖、互动与数据分析。
帮助用户通过官方接口管理Facebook主页发布、审核评论并查看数据分析。
自动化管理 Spotify 播放列表、搜索音乐并控制播放与账户信息。
通过 Customer.io 自动化客户触达、分群管理、消息分析与简报追踪。
帮助用户通过 Meta Graph API 管理 Facebook 页面、分析表现并发布内容。
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。