← Back to Skills Marketplace
mcbaivn

Facebook Page Manager

by MCB AI · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcbaivn-facebook-page-manager
Description
Quản lý và đăng nội dung tự động lên Facebook Fanpage qua Graph API. Hỗ trợ đầy đủ: post text/ảnh, carousel (nhiều ảnh), video, Reels, Story (ảnh/video), hẹn...
Usage Guidance
This skill implements exactly what it says: it posts and manages Facebook Page content via Graph API. Before installing: (1) Understand it needs a Page Access Token and Page ID — store these securely (prefer env vars or a protected config file) and add the config file to .gitignore as recommended. (2) Avoid using a never-expiring token if you can; prefer short-lived tokens exchanged for long-lived tokens only when necessary and rotate/revoke tokens if compromised. (3) Confirm you trust the skill owner and review the included fb_post.py (it only calls facebook.com endpoints and opens files you supply). (4) Be aware autonomous agent invocation is enabled by default — an agent with access to your token could post or upload files without additional prompts. If you have strict security requirements, run the script locally with tokens you control rather than granting broad agent access.
Capability Analysis
Type: OpenClaw Skill Name: mcbaivn-facebook-page-manager Version: 1.0.1 The skill is a legitimate tool for managing Facebook Fanpages via the official Graph API (v19.0). The Python script (scripts/fb_post.py) implements standard API interactions for posting content, scheduling, and managing comments without any signs of malicious intent, obfuscation, or unauthorized data exfiltration. Documentation (references/get-token.md) correctly guides users through the official Meta developer portal to obtain credentials and includes security warnings about protecting access tokens.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
Name/description match the code and docs: the script and references implement posting text/photo/video/carousel/story, scheduled posts, and comment management via Facebook Graph API v19.0. The required operations (upload files, call facebook.com endpoints) are expected for this purpose.
Instruction Scope
SKILL.md and the script instruct the user to create a local fb_config.json or set FB_ACCESS_TOKEN/FB_PAGE_ID env vars and to upload local media files. That scope is appropriate, but SKILL.md does not enumerate the optional env vars the code will read (FB_ACCESS_TOKEN, FB_PAGE_ID). The instructions also recommend creating long-lived (never-expiring) Page tokens — a security decision the user should consider carefully.
Install Mechanism
This is an instruction-only skill with a small Python script and no automated install spec; SKILL.md suggests installing the single dependency 'requests' via pip. No remote downloads or archives are performed by the skill itself.
Credentials
The skill requires a Facebook Page Access Token (sensitive credential) and Page ID. The registry metadata declares no required credentials/primaryEnv, but the code will read FB_ACCESS_TOKEN and FB_PAGE_ID or a local fb_config.json — this mismatch should be documented. The references encourage obtaining a long-lived/never-expiring Page token, which increases risk if that token is leaked or committed. Ensure tokens are stored securely and not shared or committed.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs as a CLI-style script invoked by the agent; autonomous invocation is allowed (platform default), which means an agent could call it without further prompts — normal for skills but worth noting when granting token access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcbaivn-facebook-page-manager
  3. After installation, invoke the skill by name or use /mcbaivn-facebook-page-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add EN/VI descriptions
Metadata
Slug mcbaivn-facebook-page-manager
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Facebook Page Manager?

Quản lý và đăng nội dung tự động lên Facebook Fanpage qua Graph API. Hỗ trợ đầy đủ: post text/ảnh, carousel (nhiều ảnh), video, Reels, Story (ảnh/video), hẹn... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Facebook Page Manager?

Run "/install mcbaivn-facebook-page-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Facebook Page Manager free?

Yes, Facebook Page Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Facebook Page Manager support?

Facebook Page Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Facebook Page Manager?

It is built and maintained by MCB AI (@mcbaivn); the current version is v1.0.1.

💬 Comments