ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 3/5

facebook

Manage Facebook Pages, posts, and insights via Graph API. Post content, read comments, and analyze engagement.

Why use this skill?

Automate your Facebook marketing with the OpenClaw Facebook skill. Manage posts, reply to comments, and analyze page insights via AI-driven API integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mrgoodb/facebook
Or

What This Skill Does

The Facebook skill for OpenClaw provides a robust interface for interacting with the Facebook Graph API to manage your social media presence programmatically. It acts as an automated bridge between your OpenClaw agent and your Facebook Page, allowing for the retrieval of real-time engagement data, the creation of text and photo posts, and the management of community interactions. By centralizing these operations within an AI workflow, users can automate content distribution and audience engagement without needing to manually log into the Meta Business Suite. The skill leverages standard RESTful commands to ensure secure authentication via Page Access Tokens, providing a reliable way to monitor page performance, extract insights, and facilitate dynamic communication with your follower base.

Installation

To integrate this skill into your OpenClaw instance, run the following command in your terminal:

clawhub install openclaw/skills/skills/mrgoodb/facebook

After installation, you must configure your environment variables to allow the agent to authenticate with your Facebook Page. Ensure you have obtained a valid Page Access Token from the Facebook Developer Portal. Set the following variables in your environment:

  • FACEBOOK_ACCESS_TOKEN: Your unique long-lived Page Access Token.
  • FACEBOOK_PAGE_ID: The unique numeric identifier for your Facebook Page.

Use Cases

  • Automated Social Marketing: Schedule and publish recurring promotional posts or daily updates directly from your project management board or Notion workspace.
  • Community Management: Use the agent to automatically scan for comments on specific posts and reply to common customer queries, improving response times.
  • Engagement Analysis: Pull daily page insights such as impressions and engaged users to feed into external reporting dashboards or Slack alerts.
  • Content Repurposing: Programmatically share image assets stored in cloud storage to your Facebook feed with pre-configured captions.

Example Prompts

  1. "Check the current follower count for my Facebook page and tell me how many people have engaged with my posts in the last 24 hours."
  2. "Get the latest post on my page and draft a polite reply for every comment that mentions the word 'price'."
  3. "Create a new Facebook photo post using the image located at https://example.com/promo.jpg and set the caption to 'Check out our latest update!'"

Tips & Limitations

  • Rate Limiting: Be mindful that the Facebook Graph API enforces rate limits based on your application and page size. Excessive polling might lead to temporary suspension of API access.
  • Permissions: Ensure your Page Access Token has the required scopes (pages_manage_posts, pages_read_engagement, pages_read_user_content) granted during the token generation process in the Meta App Dashboard.
  • Post Types: While the skill supports image posts and text feeds, complex video uploads or multi-image carousels may require additional API configuration not covered by the standard command set.
  • Data Privacy: Always sanitize content being sent to the API to avoid accidental exposure of PII when processing user comments.

Metadata

Author@mrgoodb
Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mrgoodb-facebook": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#social#facebook#marketing#automation#api
Safety Score: 3/5

Flags: network-access, external-api