Creator Profile Teardown
Breaks down a creator or brand social account into positioning, content pillars, outlier posts and hooks so you know exactly what to copy or test.
Marketing & SEOIntermediate★ 2,350⑂ 27AI score 7/10Last updated: Aug 26, 2026
What it does
Turns a social account into an actionable teardown instead of a bland profile summary, focusing on repeatable mechanics.
- Pulls profile metadata and recent posts
- Flags outlier posts that outperform the baseline
- Defines positioning: who they serve, the promise, the voice
- Extracts content pillars, hooks, formats, CTAs and visual patterns
- Produces a table-based report plus a "tests for us" list
Who it's for
- Marketers doing competitor content research
- Creators and short-form producers building a swipe file
- Brand managers vetting influencers before a partnership
Examples
- "Analyze why this TikTok account grew so fast in the last 3 months" → outlier post table plus recurring hook patterns
- "Pull formats we should steal from our competitor's Instagram" → content pillar table and a "what not to copy" list
- "Build a swipe file from this founder's LinkedIn" → hook/CTA library plus five tests for next month
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/ScrapeCreators/social-media-research-skills/HEAD/skills/creator-profile-teardown/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/creator-profile-teardown folder from the GitHub repo ScrapeCreators/social-media-research-skills into my ~/.claude/skills/creator-profile-teardown/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/ScrapeCreators/social-media-research-skills.git && mkdir -p ~/.claude/skills && cp -r social-media-research-skills/skills/creator-profile-teardown ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/ScrapeCreators/social-media-research-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r social-media-research-skills/skills/creator-profile-teardown ~/.claude/skills/ - Get an API key at https://scrapecreators.com
- Export it:
export SCRAPECREATORS_API_KEY=your_key(add it to~/.zshrcto persist) - Restart Claude Code and ask something like "tear down this creator's profile".
View source on GitHub ↗License: MIT