From thinking-frameworks-skills
Fetches public subscriber counts and post view counts from Substack pages via WebFetch to supplement stale CSV data. Useful when CSV exports are outdated or external-share attribution needs verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:fetch-public-page-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Supplement CSV with public-page data:
- [ ] Step 1: WebFetch https://thethinkersnotebook.substack.com/ → extract subscriber count
- [ ] Step 2: Compare to csv.subscribers_end; if delta > 5% OR CSV export >24h old, flag as `public > csv`
- [ ] Step 3: For each post with |z| ≥ 1.0 (outliers), WebFetch the post URL
- [ ] Step 4: Extract public "N views" counter; compare to CSV views
- [ ] Step 5: Return {subscribers_public, post_deltas: [...]}
- [ ] Step 6: Cap: ≤10 WebFetch calls per invocation
npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsAutomates Substack stats collection via Chrome browser automation, parsing the dashboard for subscribers, posts, and engagement data into a structured WeekExport object. Primary path for the Growth Analyst; alternative to manual CSV export.
Generates Substack Note ideas by scanning YouTube videos, newsletters, and prior Notes. Orchestrates fetching, processed-log management, duplicate prevention, and delegation to idea extraction. Use for content repurposing and posting cadence.
Writes, optimizes, and grows Substack newsletters and web posts including ghostwriting with voice matching, algorithm optimization, Notes strategy, SEO, growth tactics, and monetization planning.