Real commands. Real file paths. Real cost reductions. Open the repo and grep for any of these — they exist.
SKILL 1 / 7
/linkedin SAVES $99/mo
Scrape. Enrich. DM. Connect.
An in-house Voyager API client for LinkedIn. Scrapes profiles, harvests post commenters, sends connection requests, posts updates, replies to comments, and runs DMs — all from one prompt. Persistent daily rate tracking prevents bans, lockfile prevents parallel-tab 429s, and every action writes back to Postgres for full attribution.
200+ files of business logic in departments/sales/scripts/lib/linkedin.ts — exposed to Claude as one markdown command.
SKILL 2 / 7
/ad-spy SAVES $99/mo
Every competitor ad. Every day.
Pulls every active ad from Meta Ad Library, Google Ad Transparency Center, and TikTok Creative Center for your competitor list. Scores by relevance, captures the creative, summarizes hooks/offers/audience targeting, and writes a daily intelligence report to your repo. No Foreplay subscription, no exports.
Reads departments/ads/competitors.json, writes departments/ads/reports/ad-spy-{date}.md.
SKILL 3 / 7
/ig-scroll SAVES $80/mo
45 minutes of doom scrolling → a 5-minute report.
Opens Instagram with a Playwright session, scrolls reels with human-like behavior (variable watch times, pauses), scores each one against your ICP, captures lead-magnet farming patterns, saves every ad, and trains the algorithm by liking + following 8+ creators per day. Within a week your feed is your competitive intel feed.
Output: departments/intelligence/instagram/digest-{date}.json + report-{date}.html.
SKILL 4 / 7
/x-scroll SAVES $49/mo
Feed → action queue. Auto.
Same pattern as ig-scroll, applied to X/Twitter. Scrapes the feed, scores tweets against ICP, builds an action queue (likes, replies, bookmarks, follows), detects 'reply X to get Y' lead magnet patterns and farms them automatically. Bookmarks high-priority tweets for human review. No Tweet Hunter, no Typefully.
Daily digest with image vision analysis (Claude reads ad screenshots and meme posts).
SKILL 5 / 7
/outreach SAVES $97/mo
100 personalized drafts. Your review.
Pulls leads from the CRM (filtered by ICP score), drafts personalized cold emails and LinkedIn DMs based on each lead's recent activity, and queues them in a review interface. You approve, edit, or reject. Approved messages send via Resend (email) or the in-house LinkedIn client (DMs). Every send logs to events for attribution.
Default flow: pull 100 leads → draft → queue → review → send → log.
SKILL 6 / 7
/ebook SAVES $49/mo
Lead magnet. 5 minutes.
Describe a topic and audience. Claude generates the ebook outline, writes each chapter using your brand voice, lays out a branded PDF (using packages/brand for colors + fonts), creates a gated landing page in apps/landing, wires up a Netlify form for email capture, and adds the new lead to the nurture sequence. From idea to live download in one prompt.
Reuses packages/brand/css/ebook-print.css for print-ready PDFs.
SKILL 7 / 7
/aeo SAVES $69/mo
Get cited in AI Overviews.
Scans Google AI Overviews and Perplexity for 40+ priority keywords, finds where competitors are cited and you're not, scrapes the cited pages to identify the answer pattern (comparison tables, FAQ schema, methodology sections), updates your pages to match, deploys, and re-scans in 2 weeks to verify lift. The whole loop in one command.
Citation monitor at departments/marketing/aeo/citation-monitor.mjs uses Playwright.