MoaV: Instructions file for Codex

AGENTS.md

MoaV AGENTS.md is an instructions file for Codex, OpenCode from MotherofallVPNs/MoaV. It costs 2,658 tokens per session, scanned C, original, MIT.

An operations guide for MoaV, a Docker-based server that provides several ways to bypass internet censorship and can create user connection packages. It covers setup, daily operation, dashboards, access, and safety rules.

In plain words
What is it for?
Use it to install or operate a MoaV server, add users, check health, read logs, provide dashboard access, and develop changes to its protocols or scripts.
Why use it?
It gives an agent the project context and warns which server data and credentials are sensitive. It also identifies actions that need the owner's explicit approval, such as removing users or Docker storage.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

This is MotherofallVPNs/MoaV's own configuration. It tells Codex and OpenCode how to work on MoaV itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything MoaV configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MotherofallVPNs/MoaV. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MotherofallVPNs/MoaV/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/MotherofallVPNs/MoaV

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/motherofallvpns/moav/agents-md.svg)](https://agentmods.dev/instructions/motherofallvpns/moav/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/motherofallvpns/moav/agents-md"><img src="https://agentmods.dev/badge/instructions/motherofallvpns/moav/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,658 This file is loaded in full into every session.
When invoked 2,658 The same file — it is already loaded in full.
Security scan C 2 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.1 $0.02658 $0.02658
Opus 5 $0.01329 $0.01329
Sonnet 5 $0.00532 $0.00532
Haiku 4.5 $0.00266 $0.00266

Measured 2d ago against content hash 155324afc212, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

MoaV AGENTS.md scanned grade C with 2 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 2d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://moav.sh/install.sh | bash # or: git clone … && ./moav.sh install

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://moav.sh/install.sh | bash # or: git clone … && ./moav.sh install
AGENTS.md · 165 lines

How it starts

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

AGENTS.md — running & operating a MoaV server with an AI agent

This guide is mainly for an agent operating a MoaV server on the owner's behalf — installing it, adding users, checking health, reading logs, handing the owner their dashboards. If you are instead editing the code (fixing a bug, adding a protocol), jump to Developing MoaV and the dev docs.

Humans: start with README.md; public docs are at moav.sh/docs. A one-fetch index for agents is llms.txt.

Safety first. Set the server up over an SSH key, never a password, and never paste the owner's ADMIN_PASSWORD, private keys, or a user's share-link into anything public (issues, PRs, pastebins). Treat everything under state/ and outputs/ as secret. Don't run destructive commands (uninstall, user revoke, docker volume rm) without the owner's explicit go-ahead.

What MoaV is

A single-host, Docker-Compose, multi-protocol Internet-censorship-circumvention stack. moav.sh is a bash dispatcher over lib/*.sh modules; it bootstraps keys/certs, generates per-user bundles (configs, QR codes, a V2Ray subscription), and runs 16+ transports plus an optional Prometheus/Grafana monitoring stack. Protocol servers run as containers; provisioning and the CLI are bash. The install lives in /opt/moav by default.

Install & run

Install the global moav command, then run the guided setup (asks for domain, ACME email, admin password, then bootstraps keys/certs and starts the stack):

curl -fsSL https://moav.sh/install.sh | bash    # or: git clone … && ./moav.sh install
moav                                             # guided config + bootstrap + start

The moav.sh/install.sh one-liner installs the latest stable release. To fresh-install the latest dev code instead (e.g. to test an unreleased fix), fetch and run install.sh from the branch and tell it to clone that branch:

curl -fsSL https://raw.githubusercontent.com/MotherofallVPNs/MoaV/dev/install.sh | bash -s -- -b dev

Read the full file on GitHub · 165 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. 2d ago Changed · +7 tokens per session 155324afc212
  2. 6d ago First seen · 165 lines · 2,651 tokens per session scan C 2eb9d1321f36

Subscribe to this mod's changes

MoaV AGENTS.md is an instructions file published in the GitHub repository MotherofallVPNs/MoaV (429 stars, last pushed yesterday), licensed MIT. It adds 2,658 tokens to every session, about $0.0133 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). 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

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens