facebook-page-manager-1-0-0Manage 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...
Install via ClawdBot CLI:
clawdbot install Loui1979/facebook-page-manager-1-0-0Skill để 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 the skill to schedule daily posts showcasing menu items and promotions, and to engage with customer comments for community building. It helps maintain an active online presence without manual browser access.
An agency manages multiple client Facebook Pages, posting content and monitoring interactions to report on engagement metrics. The skill automates posting and comment moderation across different accounts.
A charity organization shares updates, event photos, and donation links to supporters, while replying to comments to foster donor relationships. It streamlines outreach efforts on a limited budget.
An online store posts new product images and links to drive traffic to their website, and handles customer inquiries in comments to improve service. This supports sales and customer engagement directly from the Page.
Offer the skill as part of a monthly service where businesses pay for automated posting and comment management. Revenue comes from tiered plans based on the number of Pages or posts per month.
Freelancers use the skill to provide managed services for clients, charging per project or hour for content creation and engagement. It reduces manual work, allowing them to handle more accounts efficiently.
Integrate the skill into a larger platform where agencies rebrand it as their own tool for client management. Revenue is generated through licensing fees or a percentage of agency subscriptions.
💬 Integration Tip
Ensure proper OAuth setup and token storage to avoid security issues; test permissions thoroughly in Meta App settings before deployment.
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...