← 返回
未分类 Key

Facebook Pages

Publish and manage Facebook Page content through a preconfigured MyBrandMetrics API connection. Use this skill to connect Facebook Pages, list connected acco...
通过预先配置的 MyBrandMetrics API 连接,发布和管理 Facebook 页面内容。使用此技能连接 Facebook 页面,列出已连接的账户。
clawbus
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 189
下载
💾 0
安装
1
版本
#comments#facebook#facebook-pages#insights#latest#mybrandmetrics#publishing#social-media

概述

Facebook Pages

Publish Facebook Page posts, photos, and videos; read Page feeds and comments;

moderate comments; and fetch Page or post insights through the MyBrandMetrics

Facebook Pages API.

Use this skill when the user wants to connect Facebook Pages, list available

Pages, post to a Facebook Page, publish a Page photo, upload a Page video, read

Page posts, reply to Page comments, hide or unhide comments, delete comments, or

check Page and post insights.

Website: https://www.clawbus.com/

MyBrandMetrics API: https://mybrandmetrics.com/

Why This Facebook Pages Skill

This skillBuilding your own Facebook Pages integration
------
Use one MyBrandMetrics connection for Facebook Pages.Set up and maintain your own Meta app, auth flow, and Page token storage.
Target a Page by page_id, account_id, or connection_id when supported.Build your own account and Page resolution layer before each request.
Publish feed posts, photos, and videos through one script.Implement separate Page post, photo, and video endpoints yourself.
Read feeds, comments, Page insights, and post insights from the same tool.Wire together multiple Graph API read paths, fields, pagination, and metrics.
Create, edit, hide, unhide, and delete comments with explicit commands.Build your own comment moderation workflow and safety checks.
Return the real MyBrandMetrics JSON response.Build response normalization, error handling, and retry decisions yourself.

Use this when you want Facebook Page publishing, moderation, and insights

without building a full Facebook Pages backend yourself.

Core Capabilities

CapabilityDetails
------
Connect PagesStart the Facebook Pages OAuth connection flow through MyBrandMetrics.
List connectionsList connected Meta accounts for the facebook_pages source.
List PagesList available Facebook Pages for the connected account.
Publish feed postsCreate Page feed posts with text, links, optional picture URLs, and optional unpublished mode.
Publish photosPublish Page photo posts from public image URLs.
Publish videosPublish Page video posts from public video URLs.
Read Page feedFetch Page feed posts with configurable fields, limit, and pagination cursors.
Read commentsFetch comments for a post or object with fields, limit, and pagination cursors.
Manage commentsCreate comments, edit comment text, hide or unhide comments, and delete comments.
Page insightsFetch Page insight metrics with period and date range options.
Post insightsFetch post insight metrics by post_id or object_id.

Setup Flow

  1. Open https://mybrandmetrics.com/ and sign in.
  2. Connect Facebook Pages through MyBrandMetrics.
  3. Get a MyBrandMetrics bearer token or API key.
  4. Install the clawbus-facebook-pages skill.
  5. Provide credentials through command-line arguments, environment variables, or

a workspace config.json.

  1. List connections and available Pages if you do not already know the target.
  2. Run the publish, feed, comment, or insights workflow.

For photos and videos, the media URL must be publicly reachable.

Credentials

Use a MyBrandMetrics bearer token or API key. You can provide it through command

line flags, environment variables, or a workspace config file. If the target

Page is already known, provide page_id; otherwise list available Pages first.

For the full credential shape, see references/configuration.md.

Workflow

Use natural-language prompts after the skill is installed. Include:

  • the task: connect, list Pages, publish, read feed, manage comments, or fetch

insights;

  • the target page_id, account_id, or connection_id;
  • the post message, link, photo URL, or video URL for publishing;
  • the object_id, post_id, or comment_id for comment and insights work;
  • the fields, metrics, period, date range, limit, or pagination cursor when

needed.

Before creating, updating, hiding, unhiding, deleting, or publishing anything,

confirm the target Page, content, IDs, and intended visibility. Read-only list,

feed, comments, and insights calls can run after the target is clear.

Use The Script Directly

Use scripts/facebook_pages.py.

List available Pages:

python3 scripts/facebook_pages.py list-accounts

Publish a Page post:

python3 scripts/facebook_pages.py publish-post \
  --page-id "PAGE_ID" \
  --message "Hello from the Pages API!" \
  --link "https://www.mybrandmetrics.com"

Publish a Page photo:

python3 scripts/facebook_pages.py publish-photo \
  --page-id "PAGE_ID" \
  --url "https://example.com/image.jpg" \
  --caption "Photo from the Pages API"

Read comments:

python3 scripts/facebook_pages.py comments \
  --page-id "PAGE_ID" \
  --object-id "POST_ID" \
  --limit 25

Hide a comment:

python3 scripts/facebook_pages.py comment-update \
  --page-id "PAGE_ID" \
  --comment-id "COMMENT_ID" \
  --hide

Fetch Page insights:

python3 scripts/facebook_pages.py insights \
  --page-id "PAGE_ID" \
  --metrics "page_impressions,page_fans"

Commands

CommandPurpose
------
connectStart the Facebook Pages OAuth connect flow.
list-connectionsList connected Meta accounts.
list-accountsList available Facebook Pages.
publish-postCreate a Page feed post.
publish-photoCreate a Page photo post from a public image URL.
publish-videoCreate a Page video post from a public video URL.
feedRead Page feed posts.
commentsRead comments for a post or object.
comment-createCreate a comment on a post or object.
comment-updateEdit, hide, or unhide a comment.
comment-deleteDelete a comment.
insightsRead Page insight metrics.
post-insightsRead post insight metrics.

Reference Files

FilePurpose
------
references/configuration.mdCredential setup, auth modes, base URL, and config examples.
references/examples.mdConcrete invocation examples for each workflow.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-29 21:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Instagram Publisher

clawbus
发布 Instagram 图片、Reels、轮播,查看发布状态,获取近期私信,发送私信……
★ 0 📥 778

Google Workspace

clawbus
Manage Google Calendar, Google Drive, and Google Sheets through MyBrandMetrics-connected Google data sources and the loc
★ 0 📥 729

Google Search Console

clawbus
Google Search Console sitemap 状态技能(用于 MyBrandMetrics)。可查询已关联的 Google Search Console sitemap 数据、已提交的 URL 数量、已索引的 URL 等。
★ 0 📥 370