Agent skill
messenger
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/messenger
SKILL.md
Messenger Integration Guide
Goal
Provide a practical baseline for integrating Facebook Messenger: app setup, webhooks, messaging flows, and safe operations.
Use when
- You need a Messenger bot for notifications or support.
- You need to describe webhook validation and event handling.
- You want a security/rate-limit checklist.
Do not use when
- The request involves policy violations or spam.
Core topics
- App and Page setup, tokens, permissions.
- Webhook verification and signature checks.
- Message types: text, templates, attachments.
- Ops: rate limits, retries, logging.
Required inputs
- App/Page ownership and use case.
- Deployment model and environment.
- Access control and compliance constraints.
Expected output
- A clear integration plan with a technical checklist.
Notes
- Never expose Page access tokens.
- Validate webhooks and handle retries safely.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?