skills$openclaw/facebook
codedao124.5k

by codedao12

facebook – OpenClaw Skill

facebook is an OpenClaw Skills integration for security workflows. OpenClaw skill for Facebook Graph API workflows focused on Pages posting, comments, and Page management using direct HTTPS requests.

4.5k stars7.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namefacebook
descriptionOpenClaw skill for Facebook Graph API workflows focused on Pages posting, comments, and Page management using direct HTTPS requests. OpenClaw Skills integration.
ownercodedao12
repositorycodedao12/facebook
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @codedao12/facebook
last updatedFeb 7, 2026

Maintainer

codedao12

codedao12

Maintains facebook in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
references
comments-moderation.md
625 B
graph-api-overview.md
810 B
http-request-templates.md
762 B
page-posting.md
918 B
permissions-and-tokens.md
719 B
webhooks.md
519 B
_meta.json
449 B
SKILL.md
1.6 KB
SKILL.md

name: facebook description: OpenClaw skill for Facebook Graph API workflows focused on Pages posting, comments, and Page management using direct HTTPS requests.

Facebook Graph API Skill (Advanced)

Purpose

Provide a production-oriented guide for building Facebook Graph API workflows for Pages: publishing posts, managing comments, and operating Page content safely using direct HTTPS calls.

Best fit

  • You need Page posting and comment workflows.
  • You want a professional command design and safe operational guidance.
  • You prefer direct HTTP requests rather than SDKs.

Not a fit

  • You need advanced ads or marketing APIs.
  • You must use complex browser-based OAuth flows.

Quick orientation

  • Read references/graph-api-overview.md for base URLs, versions, and request patterns.
  • Read references/page-posting.md for Page publishing workflows and fields.
  • Read references/comments-moderation.md for comment actions and moderation flows.
  • Read references/permissions-and-tokens.md for access types and scope guidance.
  • Read references/webhooks.md for subscriptions and verification steps.
  • Read references/http-request-templates.md for concrete HTTP request payloads.

Required inputs

  • Facebook App ID and App Secret.
  • Target Page ID(s).
  • Token strategy: user token → Page access token.
  • Required permissions and review status.

Expected output

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

Operational notes

  • Use least-privilege permissions.
  • Handle rate limits and retries.
  • Log minimal identifiers only.

Security notes

  • Never log tokens or app secrets.
  • Validate webhook signatures.
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. - Validate webhook signatures.

Requirements

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

FAQ

How do I install facebook?

Run openclaw add @codedao12/facebook in your terminal. This installs facebook 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/facebook. Review commits and README documentation before installing.