{
  "schemaVersion": "1.0",
  "item": {
    "slug": "facebook",
    "name": "Facebook",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/codedao12/facebook",
    "canonicalUrl": "https://clawhub.ai/codedao12/facebook",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/facebook",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=facebook",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/permissions-and-tokens.md",
      "references/comments-moderation.md",
      "references/webhooks.md",
      "references/graph-api-overview.md",
      "references/page-posting.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "facebook",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T03:08:52.605Z",
      "expiresAt": "2026-05-10T03:08:52.605Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=facebook",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=facebook",
        "contentDisposition": "attachment; filename=\"facebook-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "facebook"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/facebook"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/facebook",
    "agentPageUrl": "https://openagent3.xyz/skills/facebook/agent",
    "manifestUrl": "https://openagent3.xyz/skills/facebook/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/facebook/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Purpose",
        "body": "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."
      },
      {
        "title": "Best fit",
        "body": "You need Page posting and comment workflows.\nYou want a professional command design and safe operational guidance.\nYou prefer direct HTTP requests rather than SDKs."
      },
      {
        "title": "Not a fit",
        "body": "You need advanced ads or marketing APIs.\nYou must use complex browser-based OAuth flows."
      },
      {
        "title": "Quick orientation",
        "body": "Read references/graph-api-overview.md for base URLs, versions, and request patterns.\nRead references/page-posting.md for Page publishing workflows and fields.\nRead references/comments-moderation.md for comment actions and moderation flows.\nRead references/permissions-and-tokens.md for access types and scope guidance.\nRead references/webhooks.md for subscriptions and verification steps.\nRead references/http-request-templates.md for concrete HTTP request payloads."
      },
      {
        "title": "Required inputs",
        "body": "Facebook App ID and App Secret.\nTarget Page ID(s).\nToken strategy: user token → Page access token.\nRequired permissions and review status."
      },
      {
        "title": "Expected output",
        "body": "A clear Page workflow plan, permissions checklist, and operational guardrails."
      },
      {
        "title": "Operational notes",
        "body": "Use least-privilege permissions.\nHandle rate limits and retries.\nLog minimal identifiers only."
      },
      {
        "title": "Security notes",
        "body": "Never log tokens or app secrets.\nValidate webhook signatures."
      }
    ],
    "body": "Facebook Graph API Skill (Advanced)\nPurpose\n\nProvide 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.\n\nBest fit\nYou need Page posting and comment workflows.\nYou want a professional command design and safe operational guidance.\nYou prefer direct HTTP requests rather than SDKs.\nNot a fit\nYou need advanced ads or marketing APIs.\nYou must use complex browser-based OAuth flows.\nQuick orientation\nRead references/graph-api-overview.md for base URLs, versions, and request patterns.\nRead references/page-posting.md for Page publishing workflows and fields.\nRead references/comments-moderation.md for comment actions and moderation flows.\nRead references/permissions-and-tokens.md for access types and scope guidance.\nRead references/webhooks.md for subscriptions and verification steps.\nRead references/http-request-templates.md for concrete HTTP request payloads.\nRequired inputs\nFacebook App ID and App Secret.\nTarget Page ID(s).\nToken strategy: user token → Page access token.\nRequired permissions and review status.\nExpected output\nA clear Page workflow plan, permissions checklist, and operational guardrails.\nOperational notes\nUse least-privilege permissions.\nHandle rate limits and retries.\nLog minimal identifiers only.\nSecurity notes\nNever log tokens or app secrets.\nValidate webhook signatures."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/codedao12/facebook",
    "publisherUrl": "https://clawhub.ai/codedao12/facebook",
    "owner": "codedao12",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/facebook",
    "downloadUrl": "https://openagent3.xyz/downloads/facebook",
    "agentUrl": "https://openagent3.xyz/skills/facebook/agent",
    "manifestUrl": "https://openagent3.xyz/skills/facebook/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/facebook/agent.md"
  }
}