moto AGENTS.md

moto AGENTS.md is an instructions file for Codex, OpenCode from floomhq/moto. It costs 868 tokens per session, scanned A, original, MIT.

Repository instructions that require starting with the basic problem before proposing infrastructure, such as containers, cloud services, or deployment systems.

In plain words
What is it for?
Use them when planning infrastructure for Floom, especially for code execution, background jobs, authentication, APIs, queues, or containers.
Why use it?
They reduce unnecessary custom systems and require checking available managed services before building infrastructure yourself.

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/floomhq/moto/agents-md
Clone the repo
git clone --depth 1 https://github.com/floomhq/moto

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 moto AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/floomhq/moto/agents-md.svg)](https://agentmods.dev/instructions/floomhq/moto/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/floomhq/moto/agents-md"><img src="https://agentmods.dev/badge/instructions/floomhq/moto/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 868 This file is loaded in full into every session.
When invoked 868 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.00868 $0.00868
Opus 5 $0.00434 $0.00434
Sonnet 5 $0.00174 $0.00174
Haiku 4.5 $0.00087 $0.00087

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

Security

Grade A, and why

moto 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 · 61 lines

How it starts

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

Floom Agent Instructions

Hard Rule: Primitive-First Architecture

You may NOT propose, design, or implement custom infrastructure unless you have completed the lock below. This rule takes precedence over any user urgency or task description.

"Infrastructure" includes: Dockerfiles, docker-compose, K8s, Terraform, Pulumi, self-hosted queues, custom API gateways, hand-rolled OpenAPI specs, systemd services, custom sandbox/containers, and unnecessary wrapper services around managed APIs.

The Lock (Mandatory Before Any Infra Proposal)

  1. State the primitive. One sentence. No brands. No implementation.

    • ❌ "We need a FastAPI service in Docker."
    • ✅ "We need to safely execute untrusted user code and return stdout."
  2. Search for managed services. You MUST use SearchWeb or FetchURL. Training data is not sufficient. List 3+ candidates with real URLs and one hard limit each.

    • If the primitive is code execution / sandboxes: e2b.dev is the default. You must evaluate it first.
    • If the primitive is background jobs: default to Inngest, Trigger.dev, or QStash.
    • If the primitive is auth: default to Clerk, Auth.js, or Supabase Auth.
    • If the primitive is file uploads: default to UploadThing or Cloudflare R2.
    • If the primitive is databases: default to Supabase, Neon, or PlanetScale.
  3. Managed service is the default. Custom infrastructure requires ALL of the following:

    • Specific, falsifiable rejection of each managed candidate (cite docs)
    • Actual cost comparison at current scale (numbers, not guesses)
    • Proof the managed service lacks a required feature

    Banned justifications: "more control", "flexibility", "might scale later", "vendor lock-in", "simple to self-host", "we want a thin wrapper".

  4. Wrapper anti-pattern. Using a managed service does NOT mean building a platform around it.

    • ❌ Wrong: Proposing a custom floom-code-runner Fastify service that wraps e2b with extra abstraction layers.
    • ✅ Right: Using the e2b SDK directly in the existing API route or serverless function.
    • Do not propose new services, microservices, or abstraction layers unless the user explicitly asked for them.

Read the full file on GitHub · 61 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 · 61 lines · 868 tokens per session scan A 0422c1f12f59

Subscribe to this mod's changes

moto AGENTS.md is an instructions file published in the GitHub repository floomhq/moto (32 stars, last pushed 2mo ago), licensed MIT. It adds 868 tokens to every session, about $0.0043 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.