Install skill
The skill ships via the standard Claude Code skill-install flow.It works in Cursor and Codex as well, following each client skill-loading convention.
Skill capabilities
- Authenticate the CLI: runs
hookmyapp login, surfaces the browser step to the human. - Connect your own Facebook Page (and the Instagram account linked to it) through Meta, or start a Facebook sandbox session.
- Pull env values with
hookmyapp sandbox env --write .envorhookmyapp channels env <channel>. - Set a webhook URL via
hookmyapp channels webhook setand verify withchannels webhook show. - Send a test message with
hookmyapp sandbox sendto confirm the receiver can receive Messenger messages. - Reply to Page comments, publish posts and reels, and read insights through the
hookmyapp facebookcommands. - Set your alert phone with
hookmyapp alerts phone setandalerts phone verify, so HookMyApp can reach you if the integration breaks later. - Apply the development advice while building, and run the health check when something stops working.
Skill safety rules
- Never pastes tokens into chat output.
Tokens stay in.envfiles. - Never runs
hookmyapp channels webhook setagainst your own channel without explicit confirmation. - Never runs
hookmyapp channels disablewithout explicit confirmation. - Never deletes a post or a comment without explicit confirmation.
- Never modifies
.envfiles without telling you which keys will change.
Next steps
- Facebook quickstart: The runtime the skill wires into.
- CLI: The command surface the skill drives.