Instagram CLI is an unofficial command-line and terminal interface for using Instagram without a graphical app. It is for people who want keyboard-controlled access to messages, posts, and stories from a terminal while reducing distractions.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/supreme-gg-gg/instagram-cli/agents-mdgit clone --depth 1 https://github.com/supreme-gg-gg/instagram-cliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/supreme-gg-gg/instagram-cli/agents-md)<a href="https://agentmods.dev/instructions/supreme-gg-gg/instagram-cli/agents-md"><img src="https://agentmods.dev/badge/instructions/supreme-gg-gg/instagram-cli/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00983 | $0.00983 |
| Opus 5 | $0.00491 | $0.00491 |
| Sonnet 5 | $0.00197 | $0.00197 |
| Haiku 4.5 | $0.00098 | $0.00098 |
Grade A, and why
instagram-cli AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Coding Assistant Context
This documentation provides context for AI coding tools like VSCode, Cursor, Gemini CLI, Claude Code, etc.
Project Overview
- Instagram CLI implemented in TypeScript with Pastel (CLI scaffolding), Ink (React TUI), and Instagram Private API + MQTT for backend interactions.
- Primary work happens in
source/, tests are contained intests/. - Old Python version lives under
instagram-py/, work on typescript client unless the user specifies otherwise.
Build & Test Commands
- Install:
npm ci - Development:
npm run dev - Build:
npm run build - Run CLI:
npm run start -- <command> - Tests:
npm test
Code Style & Implementation Guidelines
- Pastel command contract: export
args(zod tuple) and a default React component; render full-screen UIs inside<AltScreen>; useuseInstagramClientto fetch authenticated clients. - Maintain
ClientContextboundaries, inject dependencies into hooks (useStories, etc.) for testability, and callInstagramClient.shutdown()when tearing down realtime sessions. - Keep ESM imports with explicit
.jsextensions; mirror existing logging setup viainitializeLogger()andcreateContextualLogger. - API work lives in
source/client.tsplus helpers likeutils/message-parser.ts; extend these surfaces rather than scattering raw API calls. - Place stateless Ink pieces in
ui/components, orchestration inui/views, and derived state inui/hooks; reuse existing visual patterns (gradients, status bars) for consistency. - When working with existing components and systems, first check their design description in
docs/ - Use linter exceptions (
eslint-disable-next-line) sparingly; prefer fixing the underlying issue. If a disable is unavoidable, scope it to the narrowest region (single line when possible) and add a brief justification.
Testing Instructions
- Ink smoke tests reside in
tests/using Ava +ink-testing-library; update or extend them when view output changes. - When pre-commit hooks are unavailable, run
npm run format,npm run lint-check, andnpm testlocally before submitting work. - Prefer mock runs (
npm run start:mock -- --chat|--feed|--story) during UI work; updatesource/mocks/mock-data.tsif expectations shift. - TUI testing quirks: Ink renders to a string buffer, not a real terminal. Use
render()fromink-testing-libraryand assert againstlastFrame()output. For visual elements like unread indicators or selection highlights, check for the expected Unicode/ANSI characters in the frame string (e.g.,t.truthy(output?.includes('●'))). - What to test: Component rendering with mock data, keyboard input handling (
stdin.write()), edge cases like empty states and Unicode text. Do not test Instagram API calls directly — mock the client.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 60 lines · 983 tokens per session scan A 260a0793178b
instagram-cli AGENTS.md is an instructions file published in the GitHub repository supreme-gg-gg/instagram-cli (2,132 stars, last pushed today), licensed MIT. It adds 983 tokens to every session, about $0.0049 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
pvetui AGENTS.md
AGENTS.md instructions for devnullvoid/pvetui, covering agent instructions, initial setup, development workflow, quick reference and code quality standards.
pvetui CLAUDE.md
Claude Code instructions for devnullvoid/pvetui: Canonical instructions live in AGENTS.md.
FluffyUI AGENTS.md
Instructions for odvcencio/FluffyUI, covering agents.md - contribution guide for fluffyui, project overview, directory structure, architecture and message-loop architecture.
ebman CLAUDE.md
Claude Code instructions for tombaldwin/ebman, covering ai working rules for ebman, what this project is, where to start, mandatory loop for autonomous work and stop conditions — skip and continue, don't halt.
open-carrusel CLAUDE.md
Instructions for Hainrixz/open-carrusel, covering open carrusel, architecture, key files, api routes and conventions.
zget AGENTS.md
AGENTS.md instructions for bubroz/zget, covering openspec instructions, ai assistant instructions: zget, key files, run and rules.