# Send Messenger to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "messenger",
    "name": "Messenger",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/codedao12/messenger",
    "canonicalUrl": "https://clawhub.ai/codedao12/messenger",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/messenger",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=messenger",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/permissions-and-tokens.md",
      "references/messaging.md",
      "references/webhooks.md",
      "references/conversation-patterns.md",
      "references/messenger-api-overview.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "messenger",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T13:30:34.549Z",
      "expiresAt": "2026-05-07T13:30:34.549Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=messenger",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=messenger",
        "contentDisposition": "attachment; filename=\"messenger-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "messenger"
      },
      "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/messenger"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/messenger",
    "downloadUrl": "https://openagent3.xyz/downloads/messenger",
    "agentUrl": "https://openagent3.xyz/skills/messenger/agent",
    "manifestUrl": "https://openagent3.xyz/skills/messenger/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/messenger/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: codedao12
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T13:30:34.549Z
- Expires at: 2026-05-07T13:30:34.549Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/messenger)
- [Send to Agent page](https://openagent3.xyz/skills/messenger/agent)
- [JSON manifest](https://openagent3.xyz/skills/messenger/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/messenger/agent.md)
- [Download page](https://openagent3.xyz/downloads/messenger)