yahoo-finance2 AGENTS.md

yahoo-finance2 AGENTS.md is an instructions file for Codex, OpenCode from gadicc/yahoo-finance2. It costs 738 tokens per session, scanned B, original, MIT.

Repository-specific instructions for contributors to a Deno-first TypeScript library that publishes generated output to npm.

In plain words
What is it for?
Use it when editing the library, running tests or checks, changing exported interfaces, working with test fixtures, or producing npm output.
Why use it?
They show coding agents where source and tests live, which commands to run, and when generated files should be rebuilt.

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

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 yahoo-finance2 AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gadicc/yahoo-finance2/agents-md.svg)](https://agentmods.dev/instructions/gadicc/yahoo-finance2/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/gadicc/yahoo-finance2/agents-md"><img src="https://agentmods.dev/badge/instructions/gadicc/yahoo-finance2/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 738 This file is loaded in full into every session.
When invoked 738 The same file — it is already loaded in full.
Security scan B 1 finding. 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.00738 $0.00738
Opus 5 $0.00369 $0.00369
Sonnet 5 $0.00148 $0.00148
Haiku 4.5 $0.00074 $0.00074

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

Security

Grade B, and why

yahoo-finance2 AGENTS.md scanned grade B with 1 finding 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 5d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

if not sure. For Codex, ~/.codex/config.toml has top level `model` and
AGENTS.md · 72 lines

How it starts

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

Agent Notes

This file applies to the whole repository. For fuller contributor guidance, read CONTRIBUTING.md; this file repeats the essentials agents are most likely to need during edits.

Project Context

  • This is a Deno-first TypeScript library that is published to npm via generated output.
  • Source code lives under src/. Tests usually sit beside the module they cover and use fixtures from tests/fixtures/http.
  • The npm/ directory is generated package output. Prefer editing source files under src/ and regenerate npm output only when the task explicitly calls for it.
  • The default development branch is dev.

Commands

  • Run the full test suite with deno task test.
  • Run a targeted test with deno task test path/to/file.test.ts.
  • Run serial tests with deno task test:serial path/to/file.test.ts when debugging or limiting live Yahoo request concurrency.
  • Run schema generation with deno task schema after changing exported interfaces marked with @yf-schema.
  • Use deno fmt and deno lint for formatting and linting.
  • Build npm output with deno task build:npm when generated npm artifacts are required.

Testing And Fixtures

  • Tests use fetch-mock-cache and cached HTTP fixtures for repeatability.
  • New module tests should call setupCache() from tests/common.ts when they touch Yahoo HTTP responses.
  • FETCH_DEVEL=nocache forces live network tests without cache.
  • FETCH_DEVEL=recache updates cache for failing tests. Be careful with fixture churn, and do not recache files ending in .static.json or .fake.json.
  • Before committing recached fixtures, inspect their HTTP status and payload. Do not commit transient failures such as rate limits, consent interstitials, timeouts, or upstream 5xx responses as replacements for successful fixtures.

Schema And Validation

  • TypeScript interfaces in module files are the source of truth for runtime validation schemas.
  • If a module file has @yf-schema, keep the generated .schema.json file in sync with deno task schema.
  • Prefer updating typed interfaces and validation schemas together with focused tests that cover the Yahoo response shape involved.
  • When Yahoo adds a response field, model it as required first. Make it optional only when other cached valid responses demonstrate that the field is absent, and add descriptive JSDoc for newly exposed fields.

Read the full file on GitHub · 72 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. 5d ago First seen · 72 lines · 738 tokens per session scan B 589a4a1e44d5

Subscribe to this mod's changes

yahoo-finance2 AGENTS.md is an instructions file published in the GitHub repository gadicc/yahoo-finance2 (795 stars, last pushed 26d ago), licensed MIT. It adds 738 tokens to every session, about $0.0037 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

typescript-sdk CLAUDE.md

Claude Code instructions for modelcontextprotocol/typescript-sdk, covering claude.md, build & test commands, run a single package script (examples), breaking changes and code style guidelines.

modelcontextprotocol/typescript-sdk · 3,530 tokens

mcp-ts-core AGENTS.md

AGENTS.md instructions for cyanheads/mcp-ts-core, covering developer protocol, consumers, core rules, exports reference and import conventions.

cyanheads/mcp-ts-core · 10,822 tokens

frontmcp AGENTS.md

AGENTS.md instructions for agentfront/frontmcp, a project described as: TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.

agentfront/frontmcp · 408 tokens

turn-based-game-mcp typescript.instructions.md

TypeScript development patterns and best practices for the turn-based games platform.

chrisreddington/turn-based-game-mcp · 1,503 tokens

zod-skill AGENTS.md

Instructions for anivar/zod-skill, covering zod v4 — complete guide, abstract, 1. parsing & type safety, rule: use safeparse() for user input and rule: use parseasync for async refinements.

anivar/zod-skill · 4,602 tokens

mcp-zen-of-languages architecture.instructions.md

Instructions for Anselmoo/mcp-zen-of-languages, covering analyzer architecture refactoring, problem statement, solution: architectural patterns, 1. template method pattern (base structure) and 2. strategy pattern (detectors).

Anselmoo/mcp-zen-of-languages · 2,472 tokens