rema1000-cli AGENTS.md

rema1000-cli AGENTS.md is an instructions file for Codex, OpenCode from Alfredvc/rema1000-cli. It costs 712 tokens per session, scanned A, original, MIT.

A reference guide for a command-line tool that connects to REMA 1000, a supermarket chain, and returns information as JSON. It includes browser-based phone authentication and commands for customers, offers, products, and stores.

In plain words
What is it for?
Checking account details, finding offers and sales campaigns, searching products, retrieving product images, checking store information, and managing login status.
Why use it?
It gives an agent the commands, authentication steps, and output rules needed to use the service consistently from a terminal.

Instructions file for CodexOpenCode

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/alfredvc/rema1000-cli/agents-md
Clone the repo
git clone --depth 1 https://github.com/Alfredvc/rema1000-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 rema1000-cli AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alfredvc/rema1000-cli/agents-md.svg)](https://agentmods.dev/instructions/alfredvc/rema1000-cli/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/alfredvc/rema1000-cli/agents-md"><img src="https://agentmods.dev/badge/instructions/alfredvc/rema1000-cli/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 712 This file is loaded in full into every session.
When invoked 712 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.00712 $0.00712
Opus 5 $0.00356 $0.00356
Sonnet 5 $0.00142 $0.00142
Haiku 4.5 $0.00071 $0.00071

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

Security

Grade A, and why

rema1000-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 3d 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 · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

REMA 1000 CLI — Agent Reference

Quick Start

# Authenticate (one-time, requires browser)
rema auth login

# Verify auth
rema auth status

Commands

All commands output JSON to stdout. Errors go to stderr as {"error": "..."}.

Global Flags

  • --json — compact JSON (overrides TTY pretty-printing)
  • --fields f1,f2 — return only these fields (reduces tokens)

Authentication

Command Description
rema auth login Browser-based phone auth
rema auth status Auth state and token expiry
rema auth logout Delete tokens

Read Commands (GET)

Command Auth Description
rema version No App version and maintenance status
rema customer get Yes Full customer profile
rema customer minimal Yes Bonus balance + primary store
rema offers list Yes Offers, missions, price cuts
rema campaigns list [--type SP] Yes Sales campaigns with products
rema articles search <query> [--rows N] Yes Product search
rema articles image <gtin> [--output file] Yes Product image (binary)
rema stores get <workplace-id> Yes Store details
rema stores search <query> Yes Search stores
rema stores hours <store-number> Yes Weekly opening hours
rema transactions list Yes Transaction history headers
rema transactions get <transaction-id> Yes Line items + payments for one transaction
rema lists list Yes All shopping lists
rema lists get <list-id> Yes List with items
rema lists image <list-id> [--output file] Yes List custom image (binary)

Write Commands (POST/PUT)

Command Description
rema customer update --home-store <id> Set home store
rema lists create <name> [--emoji X] [--theme COLOR] Create list
rema lists delete <list-id> Delete list
rema lists share <list-id> --name <name> Generate share link
rema items add <list-id> <name> [--gtin X] [--description X] [--quantity N] [--store-area N] Add item
rema items update <list-id> <item-id> [--state Active|Inactive] [--name X] [--quantity N] Update item
rema items delete <list-id> <item-id> Delete item
rema items clear <list-id> Remove checked-off items
rema items activate <list-id> Uncheck all items

Read the full file on GitHub · 68 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. 3d ago First seen · 68 lines · 712 tokens per session scan A c9ef50873d0e

Subscribe to this mod's changes

rema1000-cli AGENTS.md is an instructions file published in the GitHub repository Alfredvc/rema1000-cli (11 stars, last pushed 4mo ago), licensed MIT. It adds 712 tokens to every session, about $0.0036 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.

Related

Other instructions, from other repositories