facebook-page-managerManage Facebook Pages via Meta Graph API. Post content (text, photos, links), list posts, manage comments (list/reply/hide/delete). Use when user wants to publish to Facebook Page, check Page posts, or handle comments.
Install via ClawdBot CLI:
clawdbot install longmaba/facebook-page-managerSkill để quản lý Facebook Page qua Meta Graph API.
cd skills/facebook-page
cp .env.example .env
# Edit .env với App ID và Secret
cd scripts
npm install
node auth.js login
Script sẽ:
code=...)~/.config/fbpage/tokens.jsonnode cli.js pages
node cli.js post create --page PAGE_ID --message "Hello world"
node cli.js post create --page PAGE_ID --message "Caption" --photo /path/to/image.jpg
node cli.js post create --page PAGE_ID --message "Check this out" --link "https://example.com"
node cli.js post list --page PAGE_ID --limit 10
node cli.js comments list --post POST_ID
node cli.js comments reply --comment COMMENT_ID --message "Thanks!"
node cli.js comments hide --comment COMMENT_ID
node cli.js comments delete --comment COMMENT_ID
pages_show_list - list pagespages_read_engagement - đọc posts/commentspages_manage_posts - đăng/sửa/xoá bàipages_manage_engagement - quản lý commentsGenerated Mar 1, 2026
A local cafe uses this skill to schedule daily posts with photos of new menu items and respond to customer comments on their Facebook Page. It helps maintain an active online presence and engage with the community directly from a terminal or script.
A marketing agency manages multiple client Facebook Pages by posting promotional content, listing posts for performance review, and handling comments to improve customer service. This automates routine social media tasks across different accounts.
A charity organization posts updates about events and campaigns, lists posts to track engagement, and manages comments to foster donor interactions. It streamlines communication efforts without needing a full social media team.
An online store uses the skill to post product announcements and links, list posts for feedback analysis, and reply to or hide comments to address customer inquiries and maintain a positive brand image.
A corporation monitors its Facebook Page by listing posts to assess public sentiment, posting official statements, and managing comments to control misinformation. It integrates with internal reporting tools for compliance and PR management.
Offer this skill as part of a SaaS platform where businesses pay a monthly fee for automated Facebook Page management, including posting, analytics, and comment moderation. Revenue comes from tiered plans based on usage limits and features.
Marketing agencies bundle this skill into their service packages, charging clients for managed social media campaigns that include content creation, posting, and engagement handling. Revenue is generated through project-based or retainer fees.
Freelancers and consultants use this skill to offer social media management as a standalone service, charging per post or on an hourly basis for tasks like scheduling posts and moderating comments. Revenue comes from direct client payments.
💬 Integration Tip
Ensure proper OAuth setup and token storage to avoid security issues; test with a Facebook App in Development mode first to verify permissions before scaling.
Manage Trello boards, lists, and cards via the Trello REST API.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...