findash AGENTS.md

findash AGENTS.md is an instructions file for Codex, OpenCode from ya5huk/findash. It costs 2,745 tokens per session, scanned B, original, MIT.

Repository instructions for findash, a personal-finance system that imports financial data into a local database and displays it in a React dashboard. An AGENTS.md file gives coding agents project-specific rules.

In plain words
What is it for?
Use it when working on findash’s data sync, imports, reconciliation, market-data cache, backups, setup, or dashboard.
Why use it?
It explains the project layout, setup requirements, and privacy rules so changes do not expose personal financial information or break the data pipeline.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ya5huk/findash/agents-md.svg)](https://agentmods.dev/instructions/ya5huk/findash/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/ya5huk/findash/agents-md"><img src="https://agentmods.dev/badge/instructions/ya5huk/findash/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,745 This file is loaded in full into every session.
When invoked 2,745 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.02745 $0.02745
Opus 5 $0.01373 $0.01373
Sonnet 5 $0.00549 $0.00549
Haiku 4.5 $0.00275 $0.00275

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

Security

Grade B, and why

findash 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 4d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- `qpdf` is required to unlock payslip PDFs. Install: `sudo apt install -y qpdf`.
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 125 lines

How it starts

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

findash

Personal finance system, packaged as a Claude Code plugin (findash). Drive vault + configured feeds → SQLite → local React dashboard. sync-finance-data is the complete update: it runs fetch-bank-data, attempts fetch-investments, gathers Drive drops, ingests and reconciles everything, refreshes cached market data, and performs the gated backup. ./run_dashboard.sh runs the localhost React dashboard; its server appends stock/FX observations every 30 minutes. setup handles onboarding and findash-doctor audits the install. External failures become ⚠️ warnings unless local migration/ingestion cannot continue.

Skills are namespaced by the plugin, so they're invoked as /findash:<skill>. Load the plugin by running from the repo root with --plugin-dir ..

First principles

These shape every decision in this project. Re-read them when you're about to write code.

  1. Public-project hygiene. This repository is public. Keep committed code, docs, examples, and prompts generalized so they work for any user. Never include a real user's account numbers, balances, transaction amounts, counterparties, credentials, tokens, Drive IDs, personal identifiers, or local secret values. Provider names are fine when documenting supported integrations; user-specific financial details are not. Never print, paste, upload, or otherwise share secrets from .secrets/, local databases, downloaded statements, or generated dashboards.

  2. Judgment over scripts. Codex's reasoning is the asset, not a parser script. Don't write categorization rules, don't pattern-match filenames mechanically, don't hard-code "if counterparty contains X then category is Y". The example: a large outflow to a brokerage you own is not an expense — it's a transfer. Only Codex can see that, because Codex reads both the bank statement and the brokerage's deposit confirmation in the same session. Scripts can't.

    Mechanical work (parsing XLSX bytes, executing SQL, decrypting a PDF with a known password, decoding a connector download into staging) is fine as a script. Interpretation of what the data means is always done by Codex.

Read the full file on GitHub · 125 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. 4d ago First seen · 125 lines · 2,745 tokens per session scan B 176fab241811

Subscribe to this mod's changes

findash AGENTS.md is an instructions file published in the GitHub repository ya5huk/findash (19 stars, last pushed 11d ago), licensed MIT. It adds 2,745 tokens to every session, about $0.0137 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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

Convertible-Bond-Pricing-Research CLAUDE.md

Instructions for ericxuzhesheng/Convertible-Bond-Pricing-Research, covering claude.md — convertible bond pricing research, current published state and routine commands.

ericxuzhesheng/Convertible-Bond-Pricing-Research · 363 tokens

bukio-cli AGENTS.md

AGENTS.md instructions for erikvankempen/bukio-cli, covering agents.md — bukio-cli agent manual, 1. house rules (non-negotiable), 2. environment, 3. command quick reference and 3.1 jurisdiction profiles (16 markets).

erikvankempen/bukio-cli · 24,344 tokens

bullet-bots AGENTS.md

Instructions for bulletxyz/bullet-bots, covering bullet-bots, build & test, run the faucet curl printed by keygen, then, or (base58 from phantom/delegation export, or hex) and architecture — the harness, feeds, and actors.

bulletxyz/bullet-bots · 3,972 tokens

romaco-mcp AGENTS.md

AGENTS.md instructions for romaco-labs/romaco-mcp, covering purpose, read first, product boundaries, architecture invariants and development method.

romaco-labs/romaco-mcp · 679 tokens

financial-services-plugins-new CLAUDE.md

Claude Code instructions for yuping322/financial-services-plugins-new, covering financial services plugins, repository structure, plugin structure, key files and development workflow.

yuping322/financial-services-plugins-new · 286 tokens

zenmoney-mcp CLAUDE.md

Claude Code instructions for sakost/zenmoney-mcp, covering zenmoney mcp server — development guidelines, project overview, build & test, architecture and coding standards.

sakost/zenmoney-mcp · 383 tokens