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/atxp-dev/atxp/gemini-mdgit clone --depth 1 https://github.com/atxp-dev/atxpWhat 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.02023 | $0.02023 |
| Opus 5 | $0.01012 | $0.01012 |
| Sonnet 5 | $0.00405 | $0.00405 |
| Haiku 4.5 | $0.00202 | $0.00202 |
Grade A, and why
atxp GEMINI.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 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.
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 — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ATXP — Agent Infrastructure & Paid Tools
ATXP gives your agent a funded identity: a wallet, an email address, a phone number, and access to paid API tools. If you need to search the web, generate images, create videos or music, search X/Twitter, send and receive email, make phone calls, send SMS, call LLMs, or spend money on any paid API — use ATXP.
Getting Started (Agent Self-Bootstrap)
No human configuration needed. If you don't have ATXP credentials yet, self-register using the atxp_register tool:
- Call the
atxp_registertool — this creates an account instantly with a wallet, email, 10 IOU tokens, and a connection string. Credentials are saved to~/.atxp/configautomatically. - Call
atxp_whoamito verify your account info. - Call
atxp_balanceto check your starting balance. - Start using any tool — search, image, video, music, email, phone, etc.
That's it. No browser, no human login, no settings to configure.
Local MCP Tools (Always Available)
These tools work immediately via the local atxp MCP server. They use ~/.atxp/config for authentication — no manual settings required after registration.
Account & Wallet
| Tool | Cost | Description |
|---|---|---|
atxp_register |
Free | Self-register as an agent (creates wallet, email, 10 IOU tokens) |
atxp_login |
Free | Authenticate with a connection string |
atxp_whoami |
Free | Account info (ID, type, email, wallet, owner) |
atxp_balance |
Free | Check balance across all chains |
atxp_fund |
Free | Show funding options (crypto addresses + Stripe payment link). Use amount param for a specific payment link. |
atxp_transactions |
Free | View recent transaction history |
Paid API Tools
| Tool | Cost | Description |
|---|---|---|
atxp_search |
Paid | Real-time web search |
atxp_image |
Paid | AI image generation (returns URL) |
atxp_video |
Paid | AI video generation (returns URL) |
atxp_music |
Paid | AI music generation (returns URL) |
atxp_x_search |
Paid | Live X/Twitter search |
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.
- 2d ago First seen · 156 lines · 2,023 tokens per session scan A e0121b5919dd
atxp GEMINI.md is an instructions file published in the GitHub repository atxp-dev/atxp (38 stars, last pushed 6mo ago), licensed MIT. It adds 2,023 tokens to every session, about $0.0101 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
research-cli AGENTS.md
Instructions for rmedranollamas/research-cli, covering agent notes, architecture, gemini cli extension, security notes and development.
gemini-cli-extension GEMINI.md
Instructions for pinecone-io/gemini-cli-extension, covering pinecone extension for gemini cli, available agent skills, key concepts & setup and available mcp tools.
gemini-faf-mcp GEMINI.md
Instructions for Wolfe-Jam/gemini-faf-mcp, covering gemini.md — gemini-faf-mcp, test & verify, where things live, stack and before changing things.
everything-gemini-code GEMINI.md
Instructions for Jamkris/everything-gemini-code, covering project instructions, prompt defense baseline and guidelines.
google-ads-gemini-extension GEMINI.md
Instructions for itallstartedwithaidea/google-ads-gemini-extension, covering google ads agent extension, mcp tools — read & analysis, mcp tools — write (gated, confirmation required), mcp tools — auth (method 2) and slash commands.
gemini-faf-mcp CLAUDE.md
Instructions for Wolfe-Jam/gemini-faf-mcp, covering claude.md — gemini-faf-mcp, what this is, stack and context.