| name | gram-cli |
| description | Instagram operations through the gram/glam CLI for login/cookie auth, profile post downloads, stories/highlights capture, and account checks. Use when asked to read or download Instagram content, verify gram-cli auth, or run publication asset collection flows from gram-cli. |
| cluster | social-media |
| version | 1.0.0 |
Gram CLI
Overview
Use this skill to operate Instagram workflows via a deterministic wrapper:
scripts/run-glam.sh (which prefers <gram-cli-repo>/.venv/bin/glam).
Default behavior is read/download mode. Treat auth persistence updates as state-changing.
If you need a custom binary path, set GRAM_CLI_BIN.
Capability Map
- Identity/preflight:
check, whoami
- Auth setup:
login (browser profile cookie extraction, optional save)
- Read/download:
profile, post, stories, highlights
- Global behavior:
--json, --quiet, --output, config loading via --config
Load command specifics from references/commands.md and auth details from references/authentication.md.