# Instasights > Downloadable Instagram analytics skill bundle for humans and agents. Use Instasights to authenticate a professional Instagram account, sync Insights data, inspect media and snapshots through the bundled CLI, and generate a portable HTML report. Download: ```curl -L https://kingscrosslabs.com/instasights/download/file -o instasights-skill.zip``` Install example: - `mkdir -p ~/.claude/skills` - `unzip -o instasights-skill.zip -d ~/.claude/skills` Read first: - `~/.claude/skills/instasights/SKILL.md` Launcher: - `cd ~/.claude/skills/instasights` - `./instasights auth login` - `./instasights setup status` Bundle contents: - The zip expands to a top-level instasights/ folder. - Start from ./instasights so the launcher can find bin/ and local auth state. Human-facing page: - https://kingscrosslabs.com/instasights View the source: - https://github.com/nickcruz/instasights