instagram-cli AGENTS.md

instagram-cli AGENTS.md is an instructions file for Codex, OpenCode from supreme-gg-gg/instagram-cli. It costs 983 tokens per session, scanned A, original, MIT.

Repository instructions for an Instagram command-line program written in TypeScript. They describe its project layout, commands, interface conventions, and testing practices.

In plain words
What is it for?
Use it when building, testing, or changing the Instagram command-line tool, especially its terminal screens, authenticated requests, and realtime connections.
Why use it?
They help a coding agent work in the correct TypeScript code instead of the older Python version, while following the project's existing patterns.

Instructions file for CodexOpenCode

About the project

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.

supreme-gg-gg/instagram-cli · 2,132 stars · on GitHub

Install

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.

agentmods
npx agentmods add instructions/supreme-gg-gg/instagram-cli/agents-md
Clone the repo
git clone --depth 1 https://github.com/supreme-gg-gg/instagram-cli

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for instagram-cli AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/supreme-gg-gg/instagram-cli/agents-md.svg)](https://agentmods.dev/instructions/supreme-gg-gg/instagram-cli/agents-md)
Your own site
<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>
Per session 983 This file is loaded in full into every session.
When invoked 983 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 260a0793178b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 60 lines

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 in tests/.
  • 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>; use useInstagramClient to fetch authenticated clients.
  • Maintain ClientContext boundaries, inject dependencies into hooks (useStories, etc.) for testability, and call InstagramClient.shutdown() when tearing down realtime sessions.
  • Keep ESM imports with explicit .js extensions; mirror existing logging setup via initializeLogger() and createContextualLogger.
  • API work lives in source/client.ts plus helpers like utils/message-parser.ts; extend these surfaces rather than scattering raw API calls.
  • Place stateless Ink pieces in ui/components, orchestration in ui/views, and derived state in ui/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, and npm test locally before submitting work.
  • Prefer mock runs (npm run start:mock -- --chat|--feed|--story) during UI work; update source/mocks/mock-data.ts if expectations shift.
  • TUI testing quirks: Ink renders to a string buffer, not a real terminal. Use render() from ink-testing-library and assert against lastFrame() 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.

Read the full file on GitHub · 60 lines

Changes

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.

  1. 5d ago First seen · 60 lines · 983 tokens per session scan A 260a0793178b

Subscribe to this mod's changes

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.