← 返回 Skills 市场
mcbaivn

Facebook Page Manager

作者 MCB AI · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcbaivn-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...
安全使用建议
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.
功能分析
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.
能力标签
requires-oauth-token
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcbaivn-facebook-page-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcbaivn-facebook-page-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add EN/VI descriptions
元数据
Slug mcbaivn-facebook-page-manager
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Facebook Page Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcbaivn-facebook-page-manager」即可一键安装,无需额外配置。

Facebook Page Manager 是免费的吗?

是的,Facebook Page Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Facebook Page Manager 支持哪些平台?

Facebook Page Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Facebook Page Manager?

由 MCB AI(@mcbaivn)开发并维护,当前版本 v1.0.1。

💬 留言讨论