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/alfredvc/rema1000-cli/agents-mdgit clone --depth 1 https://github.com/Alfredvc/rema1000-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/alfredvc/rema1000-cli/agents-md)<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>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.00712 | $0.00712 |
| Opus 5 | $0.00356 | $0.00356 |
| Sonnet 5 | $0.00142 | $0.00142 |
| Haiku 4.5 | $0.00071 | $0.00071 |
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.
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 |
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.
- 3d ago First seen · 68 lines · 712 tokens per session scan A c9ef50873d0e
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.
Other instructions, from other repositories
Meta-Spatial-SDK-Samples AGENTS.md
Instructions for meta-quest/Meta-Spatial-SDK-Samples, covering meta spatial sdk — samples and docs.
Meta-Spatial-SDK-Samples meta-quest.instructions.md
Instructions for meta-quest/Meta-Spatial-SDK-Samples: For this repository, prefer Meta Quest Agentic Tools, the Meta Horizon VS Code/Cursor extension, and the hzdb MCP server.
Unity-TheWorldBeyond copilot-instructions.md
Instructions for oculus-samples/Unity-TheWorldBeyond: This is a Meta Quest / Horizon OS sample.
Unity-TheWorldBeyond GEMINI.md
Instructions for oculus-samples/Unity-TheWorldBeyond, a project described as: Presence Platform showcase demonstrating usage of Scene, Passthrough, Interaction, Voice, and Spatializer. The Oculus SDK and other supporting material is subject to the Oculus proprietary license. Multiple licenses may apply.
Unity-TheWorldBeyond AGENTS.md
Instructions for oculus-samples/Unity-TheWorldBeyond, covering agent instructions — the world beyond, quest / horizon-specific notes and meta quest tooling.
Unity-Phanto AGENTS.md
Instructions for oculus-samples/Unity-Phanto, covering agent instructions — project phanto, quest / horizon-specific notes and meta quest tooling.