A professional toolkit for integrating Facebook Messenger Platform workflows, including bot-style messaging and secure webhook handling.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install messenger
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install messenger using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers to build and manage production-ready Facebook Messenger integrations using direct HTTPS requests. It bypasses heavy SDKs in favor of clean, granular control over the Messenger Platform, including Page inbox operations and automated messaging flows. By leveraging Openclaw Skills, developers can implement bot-style interactions while ensuring strict security and operational standards without the overhead of complex browser-based OAuth flows.
To get started with this skill within your Openclaw Skills environment, ensure you have your Facebook developer credentials ready.
# Configure your environment variables
export FB_APP_ID="your_app_id"
export FB_APP_SECRET="your_app_secret"
export PAGE_ACCESS_TOKEN="your_page_token"
export WEBHOOK_VERIFY_TOKEN="your_secret_verify_token"
Follow the provided reference documentation to map your webhook URL and select the required permissions, such as pages_messaging and pages_manage_metadata.
The skill organizes its operations through structured reference files and specific data objects:
| Component | Description |
|---|---|
| references/messaging.md | Maps Send API fields and supported message types (text, media, buttons). |
| references/webhooks.md | Defines verification logic and secure signature validation steps. |
| request-templates.md | Contains pre-defined JSON payloads for various Messenger interactions. |
| permissions-and-tokens.md | Outlines the lifecycle of access tokens and required OAuth scopes. |
Loading
Converts raw meeting transcripts and notes into structured summaries, clear decisions, and actionable follow-up items.

A production-ready CLI for managing Google Sheets via service accounts, supporting advanced formatting and batch operations.

A production-grade command-line interface for performing advanced read, write, and formatting operations on Google Sheets using service accounts.

A production-ready skill designed for automating Facebook Page publishing and comment moderation through direct Graph API HTTPS calls.

A powerful interface to programmatically manage, trigger, and troubleshoot n8n workflows and executions.

A centralized skill for designing reliable n8n workflows and operating them via the public REST API.








































