tenfoldmarc

Script Skill — Data skill for Claude Code

Data community

Generate video scripts that sound like YOU — not like AI.

How to install Script Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tenfoldmarc/script-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Script Skill does

Generate video scripts that sound like YOU — not like AI. Claude Code skill that analyzes your real videos, studies competitor outliers, builds a hooks database, and writes scripts in your actual voice.

Alternatives in Data

  • HTML Anything — ✨ The agentic HTML editor — your local AI agent writes the HTML, you ship it 8.5k ★
  • Context Mode — Benchmark Results — Benchmarked against real outputs from popular Claude Code MCP servers, Skills, and dev tools 5.6k ★
  • HTML Video — Programmatic video for coding agents — HTML to video on your laptop 4.5k ★

README

Script Skill

A Claude Code Skill by [@tenfoldmarc](https://www.instagram.com/tenfoldmarc)

Generate ready-to-record video scripts that sound like YOU — not like AI. Script Skill analyzes your real videos, studies your competitors' top performers, builds a hooks database, and writes scripts calibrated to your actual voice.

**Your scripts get better every time you use it. Your hooks database grows every week.**


What It Does

  1. Analyzes your Instagram videos to learn how you actually talk
  2. Scrapes your competitors' top-performing videos for hooks and patterns
  3. Builds a personal hooks database from competitor outliers
  4. Generates scripts in YOUR voice with hooks proven to stop the scroll
  5. Runs a De-AI checklist + humanizer pass so nothing sounds robotic
  6. Optionally auto-refreshes your competitor data every 7 days

What You'll Need

  • A Mac or Linux computer
  • Claude Code installed
  • An Apify account (free tier works — pay-per-scrape)
  • An Instagram account with posted videos (so the skill can study your voice)
  • 5–10 competitor Instagram handles in your niche

That's it. The skill installs everything else for you.


Install

Step 1 — Open your terminal

**Mac:** Press `Command + Space`, type `Terminal`, hit Enter.

Step 2 — Run this command

git clone https://github.com/tenfoldmarc/script-skill ~/.claude/skills/script-skill

Step 3 — Connect Apify

If you don't already have Apify connected to Claude Code:

  1. Create a free account at apify.com
  2. Go to Settings → Integrations and copy your API token
  3. Open ~/.claude.json in any text editor and add this under "mcpServers":
{
  "apify": {
    "command": "npx",
    "args": ["-y", "@anthropic-ai/apify-mcp-server@latest"],
    "env": {
      "APIFY_TOKEN": "your_token_here"
    }
  }
}

If you already have other MCP servers in that file, just add th