← ClaudeAtlas

fb-humanizerlisted

Scrub AI tells from any Facebook Page post draft, or audit a finished draft against the 2026 Facebook checklist. Strips em dashes, AI vocabulary (leverage, delve, harness), "We are thrilled to announce" openers, and corporate auto-pilot, then adds human fingerprints. Includes a --mode audit pre-publish check (under-80 sweet spot, hook, engagement bait, hashtag and emoji limits). Triggers on humanize, de-AI my post, audit before posting. Not for writing from scratch (use fb-post-writer).
sergebulaev/facebook-skills · ★ 4 · AI & Automation · score 77
Install: claude install-skill sergebulaev/facebook-skills
# Facebook Page Humanizer Rewrites any Facebook Page post to remove AI tells, and audits a finished draft against the 2026 Facebook ranking checklist. Based on Wikipedia's "Signs of AI writing" taxonomy plus Facebook-Page-specific patterns (the under-80 sweet spot, the "See more" fold, the "We are thrilled to announce" corporate tell, and the meaningful-interactions model). ## When to use - Before publishing any AI-drafted Page post (rewrite mode) - Pre-publish review of a finished draft (audit mode, see `sub-skills/post-audit.md`) - When a draft feels corporate or off and you cannot pinpoint why ## Input Any text: a short Page post, a longer story post, or a comment reply draft. Optional: target voice samples (the Page's past posts). ## Output - Rewritten text with AI tells removed - A diff showing what changed and why - Char count, with a flag when a post crosses the 80-char sweet spot - Confidence: "human", "mixed", "AI-likely" ## Modes ```bash # Default: scrub AI tells and fix Facebook-format issues fb-humanizer <text> # Forensic only - minimum touch, just kill model leakage fb-humanizer --mode forensic <text> # Audit - detection-only pass-fail review, no rewrite # Runs the 2026 Facebook checklist: under-80 sweet spot, first-line hook, # engagement bait, hashtag/emoji limits, link-post reach warning, goal clarity. # Returns Blockers + Warnings + suggested fixes. See sub-skills/post-audit.md. fb-humanizer --mode audit <text> ``` ## The three passes ### Pass 1