skills$openclaw/messenger
codedao128.9k

by codedao12

messenger – OpenClaw Skill

messenger is an OpenClaw Skills integration for security workflows. OpenClaw skill for Facebook Messenger Platform workflows, including messaging, webhooks, and Page inbox operations using direct HTTPS requests.

8.9k stars8.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namemessenger
descriptionOpenClaw skill for Facebook Messenger Platform workflows, including messaging, webhooks, and Page inbox operations using direct HTTPS requests. OpenClaw Skills integration.
ownercodedao12
repositorycodedao12/messenger
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @codedao12/messenger
last updatedFeb 7, 2026

Maintainer

codedao12

codedao12

Maintains messenger in the OpenClaw Skills directory.

View GitHub profile
File Explorer
10 files
.
references
conversation-patterns.md
644 B
messaging.md
513 B
messenger-api-overview.md
478 B
permissions-and-tokens.md
484 B
request-templates.md
805 B
webhook-event-map.md
383 B
webhooks.md
394 B
_meta.json
451 B
SKILL.md
1.7 KB
SKILL.md

name: messenger description: OpenClaw skill for Facebook Messenger Platform workflows, including messaging, webhooks, and Page inbox operations using direct HTTPS requests.

Facebook Messenger API Skill (Advanced)

Purpose

Provide a production-oriented guide for Messenger Platform workflows: sending messages, handling webhooks, and managing Page messaging using direct HTTPS calls.

Best fit

  • You need bot-style messaging in Facebook Messenger.
  • You want clean webhook handling and message UX.
  • You prefer direct HTTP requests rather than SDKs.

Not a fit

  • You need advanced Graph API Ads or Marketing workflows.
  • You must use complex browser-based OAuth flows.

Quick orientation

  • Read references/messenger-api-overview.md for base URLs and core object map.
  • Read references/webhooks.md for verification and signature validation.
  • Read references/messaging.md for Send API fields and message types.
  • Read references/permissions-and-tokens.md for token flow and required permissions.
  • Read references/request-templates.md for concrete HTTP payloads.
  • Read references/conversation-patterns.md for UX flows (get started, menu, fallback).
  • Read references/webhook-event-map.md for event types and routing.

Required inputs

  • Facebook App ID and App Secret.
  • Page ID and Page access token.
  • Webhook URL and verify token.
  • Message UX and allowed interactions.

Expected output

  • A clear messaging workflow plan, permissions checklist, and operational guardrails.

Operational notes

  • Validate signatures on all webhook events.
  • Keep replies short and acknowledge quickly.
  • Handle rate limits and retries with backoff.

Security notes

  • Never log tokens or app secrets.
  • Use least-privilege permissions.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

- Never log tokens or app secrets. - Use least-privilege permissions.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install messenger?

Run openclaw add @codedao12/messenger in your terminal. This installs messenger into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/codedao12/messenger. Review commits and README documentation before installing.