← All skills
Tencent SkillHub · Developer Tools

Facebook Page Manager 1.0.0

Manage Facebook Pages via Meta Graph API. Post content (text, photos, links), list posts, manage comments (list/reply/hide/delete). Use when user wants to pu...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage Facebook Pages via Meta Graph API. Post content (text, photos, links), list posts, manage comments (list/reply/hide/delete). Use when user wants to pu...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
env_example.md, references/graph-api.md, scripts/auth.js, scripts/cli.js, scripts/fb_post.js, scripts/package-lock.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

Facebook Page

Skill để quản lý Facebook Page qua Meta Graph API.

Chức năng

List các Page mà user quản lý Đăng bài (text, ảnh, link) List bài đăng của Page List/reply/hide/delete comment

1. Tạo Meta App

Vào https://developers.facebook.com/apps/ → Create App Chọn "Other" → "Business" (hoặc Consumer tuỳ use-case) Điền tên app, email Vào App settings > Basic: lấy App ID và App Secret

2. Cấu hình OAuth

Vào Add Product → thêm Facebook Login Trong Facebook Login > Settings: Valid OAuth Redirect URIs: để trống (dùng manual code flow) Vào App Roles > Roles → thêm account làm Admin/Developer

3. Cấu hình .env

cd skills/facebook-page cp .env.example .env # Edit .env với App ID và Secret

4. Cài dependencies và lấy token

cd scripts npm install node auth.js login Script sẽ: In ra URL để user mở browser, đăng nhập, approve permissions User copy URL sau khi approve (chứa code=...) Paste URL vào terminal Script exchange code → long-lived token → page tokens Lưu tokens vào ~/.config/fbpage/tokens.json

List pages

node cli.js pages

Đăng bài text

node cli.js post create --page PAGE_ID --message "Hello world"

Đăng bài có ảnh

node cli.js post create --page PAGE_ID --message "Caption" --photo /path/to/image.jpg

Đăng bài có link

node cli.js post create --page PAGE_ID --message "Check this out" --link "https://example.com"

List posts

node cli.js post list --page PAGE_ID --limit 10

List comments của post

node cli.js comments list --post POST_ID

Reply comment

node cli.js comments reply --comment COMMENT_ID --message "Thanks!"

Hide comment

node cli.js comments hide --comment COMMENT_ID

Delete comment

node cli.js comments delete --comment COMMENT_ID

Permissions cần thiết

pages_show_list - list pages pages_read_engagement - đọc posts/comments pages_manage_posts - đăng/sửa/xoá bài pages_manage_engagement - quản lý comments

Lưu ý

Token Page không hết hạn (nếu lấy từ long-lived user token) Không log/print token ra output App ở Testing mode chỉ hoạt động với accounts trong Roles

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • env_example.md Docs
  • references/graph-api.md Docs
  • scripts/auth.js Scripts
  • scripts/cli.js Scripts
  • scripts/fb_post.js Scripts
  • scripts/package-lock.json Config