fb-audience-insights
Read a Facebook Page and its audience from real data. Pull any Page's public stats (yours or a competitor's): followers, likes, categories, intro, websites.…
Reverse-engineer the hook from a high-share Facebook Page post, from its URL or pasted text. Identifies which of the 10 canonical 2026 Facebook formulas it uses (one-line opinion, tiny number, ask-the-page question, this-or-that, behind-the-scenes, story post, announcement,
$ npx -y skills add sergebulaev/facebook-skills --skill fb-hook-extractor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fb-hook-extractorContext preview
The summary Claude sees to decide when to auto-load this skill.
Reverse-engineer the hook from a high-share Facebook Page post, from its URL or pasted text. Identifies which of the 10 canonical 2026 Facebook formulas it uses (one-line opinion, tiny number, ask-the-page question, this-or-that, behind-the-scenes, story post, announcement,
name: fb-hook-extractor description: "Reverse-engineer the hook from a high-share Facebook Page post, from its URL or pasted text. Identifies which of the 10 canonical 2026 Facebook formulas it uses (one-line opinion, tiny number, ask-the-page question, this-or-that, behind-the-scenes, story post, announcement, spotlight), explains why it earned shares or comments, and returns a blank template mapped to your topic. Use to learn from a Page post you admire. Not for writing your own (use fb-post-writer)."
Paste a high-share Page post URL (or the text). Get back: which hook formula it uses, the exact structure, why it worked, and a blank template you can fill with your own voice.
A Facebook Page post URL (any of the many shapes: `/posts/`, `permalink.php`, `/watch/`, `share/p/`). For a `share/p/` link the page and post ids are hidden behind an opaque token, so paste the post text. The bundle has no built-in Page reader, so the user pastes the post text either way.
a confidence score
user's topic
dashes over the cap, an AI-vocab cluster, "We are thrilled to announce", engagement bait, 5+ hashtags)
1. **Parse the URL.** `lib.url_parser.parse_facebook_url(url)` returns `page`, `post_id`, `share_token`, `url_type`. If `url_type` is "share", tell the user the ids are hidden and ask for the post text. 2. **Get the text.** This bundle has no built-in Page reader, so ask the user to paste the post (and any first comments, if relevant). If they later wire an Apify Page actor, read it automatically. 3. **Detect the container.** A short post (one line / under ~80 chars) or a longer story post. 4. **Classify against the 10 formulas** using features:
(FB3)? a binary this-or-that (FB4)? a relatable shared moment (FB5)? a behind-the-scenes glimpse (FB6)? a usable tip (FB7)?
customer/team spotlight (FB10)? 5. **Score confidence.** If two formulas fit, return the top 2 with fit scores. 6. **Extract structure.** Label each part by its role. For a story post, map the first line (the "See more" tap), the beats, and the closer. 7. **Name the primary goal** the original optimized for (shares / comments / reactions). 8. **Generate a blank template** with `{slot}` markers matched to the original shape and the user's topic. 9. **Audit the source.** Flag any AI tells in the original so the user does not copy them.
See `references/examples.md` for worked teardowns.
See `../../references/hook-formulas.md` for the 10 canonical Facebook formulas with full skeletons and goal tags.
Part of the linkedin-skills family (400+ stars). Same voice engine and approve-before-publish flow, now for Facebook. Also available for Instagram · X · YouTube · TikTok · Threads. 8 skills that turn Claude Code and Codex into your Facebook Page content team.
Read a Facebook Page and its audience from real data. Pull any Page's public stats (yours or a competitor's): followers, likes, categories, intro, websites.…
Generate a weekly Facebook Page content plan from a theme, audience, and content pillars. Produces per-day picks (short post vs story post, hook formula,…
Draft replies to comments on your Facebook Page's posts, in your Page voice. Use when the user pastes the comments under one of their Page posts and wants…
Remove the AI tells readers react to in a Facebook Page post: 2026 vocabulary by density, reveal bridges, staccato stacks, stacked triads, performed sincerity,…
Audit and rewrite a Facebook Page for 2026: Page name, username and vanity URL, profile picture and cover photo, Intro/About and category, the CTA button…
Draft a short punchy Facebook Page post, or a longer story post, using a 2026 Facebook hook formula (one-line opinion, tiny number, ask-the-page question,…