grok-register-panel: Instructions file for Codex

AGENTS.md

grok-register-panel AGENTS.md is an instructions file for Codex, OpenCode from lij768423-svg/grok-register-panel. It costs 2,420 tokens per session, scanned A, original, MIT.

Repository instructions for an AI coding agent working on a Camoufox-based registration workflow and its local operations panel. They describe project ownership, runtime flows, setup, and safety boundaries.

In plain words
What is it for?
Use them when changing the registration flow, browser sessions, batch supervision, multi-batch control, authentication conversion, or related provider code in this repository.
Why use it?
They give the agent a shared map of the codebase and rules for keeping changes narrow and preserving existing behavior. They also prohibit using real operator credentials and adding features for unauthorized abuse.

Instructions file for CodexOpenCode

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

This is lij768423-svg/grok-register-panel's own configuration. It tells Codex and OpenCode how to work on grok-register-panel 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 grok-register-panel configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lij768423-svg/grok-register-panel. 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/lij768423-svg/grok-register-panel/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/lij768423-svg/grok-register-panel

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 grok-register-panel AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lij768423-svg/grok-register-panel/agents-md/github.svg)](https://agentmods.dev/instructions/lij768423-svg/grok-register-panel/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/lij768423-svg/grok-register-panel/agents-md"><img src="https://agentmods.dev/badge/instructions/lij768423-svg/grok-register-panel/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for grok-register-panel AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/lij768423-svg/grok-register-panel/agents-md"><img src="https://agentmods.dev/badge/instructions/lij768423-svg/grok-register-panel/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 2,420 This file is loaded in full into every session.
When invoked 2,420 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.02420 $0.02420
Opus 5 $0.01210 $0.01210
Sonnet 5 $0.00484 $0.00484
Haiku 4.5 $0.00242 $0.00242

Measured 6d ago against content hash bef7e2c7a221, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

grok-register-panel 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 6d 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 · 213 lines

How it starts

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

AGENTS.md

This file is the working contract for AI coding agents in this repository. Keep changes narrow, preserve existing runtime behavior, and never use real operator credentials as fixtures or examples.

Project Scope

Grok Register + Live Panel is a Camoufox-based registration workflow with a local operations panel. It is intended for authorized research, integration, and personal environments. Do not add features intended to evade access controls, scrape or distribute third-party proxies, or conceal unauthorized bulk abuse.

Architecture And Ownership

  • register_flow.py, browser_session.py, and camoufox_adapter.py own the browser registration flow, session lifecycle, exit checks, and Camoufox integration.
  • run_batch_headless.py starts a batch. batch_supervisor.py supervises its child process, restarts driver crashes or idle runs, and resumes only the remaining slots through an atomic progress file.
  • run_until_100.py owns multi-batch orchestration and runtime control state.
  • sso_to_auth_json.py owns SSO/device OAuth conversion and CPA/Grok2API auth output. Successful output is not rolled back when a later slot fails.
  • email_providers/ contains provider adapters. Keep provider-specific API behavior there instead of branching throughout the registration flow.
  • webui/monitor.py owns the HTTP server and embedded UI. Its focused stores and operations live in webui/*_store.py and webui/*_ops.py.
  • webui/sso_state_ops.py owns the deprecated SSO botFlag / policy scan job. Reports must not include raw SSO tokens; clean exports stay in log/sso_clean.txt. Do not use this scan as a live risk gate.
  • quality_probe.py and webui/quality_ops.py own the 降智测试: short streamed chat replies over 家宽/proxy pool (early-stop after thinking). Registration stamps quality_* onto CPA/Grok2API auth only when quality_probe_on_register is on (default off). Panel exports must not include access tokens. Prefer home proxies from proxy_store.worker_proxy_details().
  • webui/proxy_store.py owns proxy import, normalization, health, cooldown, and redacted API views. webui/email_provider_store.py owns provider config and secret-preserving updates. webui/email_domain_store.py owns domain rotation and rejection state.
  • runtime_platform.py owns interpreter discovery, Xvfb selection, and process group flags. webui/process_utils.py owns project-scoped process discovery and termination.
  • static_asset_cache.py is opt-in infrastructure. Its default-off behavior and request exclusions are security boundaries, not implementation details.
  • batch_traffic.py owns the per-batch loopback proxy meter and aggregate byte state. It must never persist upstream proxy URLs, credentials, or content.

Read the full file on GitHub · 213 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. 6d ago Changed · +3 lines · +56 tokens per session bef7e2c7a221
  2. 8d ago Changed · +7 lines · +121 tokens per session 3339f948e1c5
  3. 12d ago First seen · 203 lines · 2,243 tokens per session scan A 6f092aad7afe

Subscribe to this mod's changes

grok-register-panel AGENTS.md is an instructions file published in the GitHub repository lij768423-svg/grok-register-panel (901 stars, last pushed yesterday), licensed MIT. It adds 2,420 tokens to every session, about $0.0121 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

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,126 tokens

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,153 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

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

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