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/iron-mark/hackathon-stellaroid_earn/agents-mdgit clone --depth 1 https://github.com/Iron-Mark/Hackathon-Stellaroid_EarnWrote 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/iron-mark/hackathon-stellaroid_earn/agents-md)<a href="https://agentmods.dev/instructions/iron-mark/hackathon-stellaroid_earn/agents-md"><img src="https://agentmods.dev/badge/instructions/iron-mark/hackathon-stellaroid_earn/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.01752 | $0.01752 |
| Opus 5 | $0.00876 | $0.00876 |
| Sonnet 5 | $0.00350 | $0.00350 |
| Haiku 4.5 | $0.00175 | $0.00175 |
Grade A, and why
Hackathon-Stellaroid_Earn 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 — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
What this repo is
This is the Stellar PH Bootcamp bootcamp repository — a participant-facing guide, not a production codebase. It packages:
README.md— 5-step walkthrough: install toolchain → complete assigned Soroban contract →cargo test(≥3 tests) → deploy to Stellar testnet → submit on Rise In.docs/reference/pre-workshop-setup-guide.pdf— participant install guide (Rust, Stellar CLI, WASM target, Freighter).docs/reference/freighter-integration.md— generalized Next.js + Soroban + Freighter integration recipe.frontend/— Next.js 16 (App Router) + React 19 dApp using@stellar/stellar-sdkand@stellar/freighter-api. Composition:app/(layout, page,/about,/app,/issuer,/issuer/register,/issuer/batch,/proof,/proof/[hash],/proof/[hash]/embed),components/(about/,actions/,activity/,app/,demo/,issuer/,landing/,layout/,milestones/,onboarding/,proof/,ui/,wallet/),hooks/,lib/(config, contract-client, contract-read-server, demo-data, errors, events, format, freighter, i18n, issuer-registry, motion, proof-metadata, types, utils, with-timeout, batch-issuance),styles/globals.css(Tailwind v4@themedesign tokens). Security: HTTP security headers + CSP innext.config.ts; dynamic proof routes cached withrevalidate=60and guarded with a hex-format check before any RPC call.docs/archive/bootcamp-setup-2026-04/setup-todo.md— archived local setup progress tracker (A–E sections: Environment, Manual pre-workshop, Contract deploy, Rise In, Phase 2 fullstack).docs/archive/bootcamp-setup-2026-04/fullstack-prompt-template.md— archived v3 prompt template for generating a Stellar dApp idea + Soroban contract files + frontend design brief. Used in Phase 2 after the Contract ID is deployed. Refined against thestellar-dev,ui-ux-pro-max, andsuperpowers/writing-skillsplugins.
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 · 88 lines · 1,752 tokens per session scan A d990535968c0
Hackathon-Stellaroid_Earn AGENTS.md is an instructions file published in the GitHub repository Iron-Mark/Hackathon-Stellaroid_Earn (6 stars, last pushed 3d ago), licensed MIT. It adds 1,752 tokens to every session, about $0.0088 per session on Opus 5. A static security scan graded it A with 0 findings. It comes from a forked repository.
Other instructions, from other repositories
lyra-web3-playground copilot-instructions.md
Copilot instructions for nirholas/lyra-web3-playground, covering lyra-web3-playground and terminal management.
lyra-web3-playground GEMINI.md
Gemini CLI instructions for nirholas/lyra-web3-playground, covering lyra-web3-playground and terminal management.
platform CLAUDE.md
Claude Code instructions for dashpay/platform, a project described as: Structured data storage blockchain with secondary indices and identities.
swarmfi CLAUDE.md
Claude Code instructions for zacharyftw/swarmfi, a project described as: AI agent swarm that farms DeFi yields so you don't have to.
Get-Started-with-Web3 AGENTS.md
AGENTS.md instructions for beihaili/Get-Started-with-Web3, covering get started with web3 agent notes, 项目定位, ceo 运营目标, 常用命令 and ai-native 内容层.
builderz-solana-dapp-scaffold CLAUDE.md
Instructions for builderz-labs/builderz-solana-dapp-scaffold, covering solana development rules, modern tooling (2025), stack configuration, framework: anchor | native | pinocchio | steel and client: typescript (@solana/kit) | rust | python.