Saving Reels Is Pointless Unless You Use This One Claude Hack (Here Is How I Got To 77K Followers In 3 Months)

Saving reels is pointless unless you use this one Claude hack that turns every saved post into a piece of original

May 24, 2026

Saving Reels Is Pointless Unless You Use This One Claude Hack (Here Is How I Got To 77K Followers In 3 Months)

Saving reels is pointless unless you use this one Claude hack that turns every saved post into a piece of original content.

I’ve been doing this for 3 months and it’s how I went from 0 to over 77,000 followers, and I haven’t run out of content ideas since I built it. Here is the architecture, the schema, and the prompt that turns one saved post into 5 filming-ready scripts in 30 seconds.

The setup is one Python script + a Notion database + a scheduled task. Total build time was about 4 hours. Total ongoing cost is zero.

Here is the architecture, the schema, and the prompt that turns one saved post into 5 filming-ready scripts in 30 seconds.

The architecture

Three components, each doing one thing well.

Component 1: the Instagram saves puller. A Python script that authenticates to Instagram via the Instagrapi library, pulls every newly-saved post from your “Content Inspiration” collection (or your default Saved folder), and returns metadata for each one: URL, creator handle, caption, engagement, media type.

Component 2: the Notion writer. Each pulled post writes one row to a Notion database with structured fields. Caption + hook text + creator + engagement + topic tags + inferred performance tier + status. Dedupe on URL so re-runs don’t create duplicates.

Component 3: the scheduler. A launchd job (Mac) or Windows Scheduled Task fires the puller twice a day at 9 AM and 9 PM. State is persisted in a small JSON file so the scheduler skips already-processed posts. If the machine is off at the trigger time, it fires within a minute of next boot.

The whole thing is about 400 lines of Python. You can build it in a 4-hour Claude Code session if you can read code at all. If you can’t, paste the brief into Claude Code and it will build it for you in under an hour.

The Notion schema

The fields matter more than people think. The schema you choose at week 1 determines what your content engine can do at month 6.

  • URL (URL field): the saved post
  • Creator (text): the handle of the original creator
  • Caption (text): the full caption
  • Hook (text): the first 1-2 sentences extracted as the hook
  • Performance Tier (select: Outlier / Strong / Average / Underperformer): inferred from engagement metrics relative to creator’s median
  • Topic Tags (multi-select): topic categories you care about (AI, productivity, fitness, etc.)
  • Status (select: Captured / Scripted / Filmed / Posted): tracks where the inspiration is in your pipeline
  • Generated Scripts (relation): rolls up to a child DB of scripts generated from this save
  • Saved At (date): timestamp of when you saved it
  • Synced At (date): timestamp of when the sync wrote it to Notion

Performance Tier is the field that compounds. The first month you have data, you can filter the DB to “Outlier” only and immediately see what high-performing creators in your niche are doing. That filtered view is your strategic intelligence layer.

The “give me 5 scripts” prompt

This is where saves become content.

Open any saved post row inside Claude Code (or use the Notion MCP). Run this prompt:

Read this saved IG post.

1. Identify the hook framework being used (Pattern A through Pattern E
   from my hook library).
2. Identify the topic and the structural beats (hook, body sections,
   close, CTA).
3. Identify what makes this post Outlier-tier (or why it's not).
4. Apply my proven hook frameworks and voice rules.
5. Generate 5 fully formatted scripts in MY voice that adapt the
   structure to MY niche.

Each script must include:
- Hook (3 variations using different patterns A-E)
- Body (4-5 sections with [SCREEN] / [FACE] tags)
- Close (dual-CTA: save + comment + bio link)
- Caption (1 line + CTA + 5 hashtags)
- Text overlays (timed)

Filming-ready, not generic ideas.

Cooper’s voice is encoded in a separate skill (or system prompt) that this prompt references. The output is 5 scripts you could film tomorrow, not “5 generic ideas about productivity.”

The cycle time

One saved post becomes 5 scripts in 30 seconds.

If you save 5 posts a day (most people save more than 20), you generate 25 scripts a day. Even if 90 percent of them are not worth filming, that’s 2-3 winners per day. Per day.

The blank-page problem disappears because the page is never blank. It’s always pre-populated with structural inspiration tagged with your own performance criteria.

Why this beats every paid creative-partner app

Paid creative-partner apps charge $20-50/month. They give you a wrapper around the same vision model + LLM you can already call directly. They give you generic ideas. They do not integrate with your actual content pipeline. They do not learn your voice over time.

Cooper’s skill is free (build it once). Syncs to your own Notion. Plugs into your full content pipeline. Outputs scripts in your voice.

You own the stack. You do not rent the wrapper.

The bigger play is that the saves DB becomes a structured training corpus for your content engine. After 6 months, you have a database of every piece of content you thought was worth saving, tagged by topic and performance tier. That corpus is more valuable than the daily generation. It is the dataset that teaches your content engine what works for YOUR audience.

The category shift

Content ideation used to be “what should I make today?”

Then it became “what tool generates ideas for me?”

Now it is “what does my pipeline already know about the content I think is interesting?”

The third question is the one operators are starting to ask. The first two are saturated and getting throttled by the algorithm because everyone is asking them the same way.

What to do this week

  1. Open Claude Code. Tell it to build a Python script that pulls your IG saves to Notion (paste the brief from the free guide).
  2. Set up a Notion database with the schema above.
  3. Schedule the sync to run twice a day.
  4. Run the “give me 5 scripts” prompt against your first batch.
  5. Film the highest-scoring one.

Day 94 of building personal software with AI.

Full Claude skill + Notion schema + the “give me 5 scripts” prompt is at: theactionableai.com/posts/sf136-ig-saves-unlimited-content