Borrowing it
Nothing to install: this file belongs to sophonfinance-wq/finance-automation-portfolio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sophonfinance-wq/finance-automation-portfolio/main/.claude/skills/triangulate/SKILL.mdgit clone --depth 1 https://github.com/sophonfinance-wq/finance-automation-portfolioWrote 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/skills/sophonfinance-wq/finance-automation-portfolio/triangulate)<a href="https://agentmods.dev/skills/sophonfinance-wq/finance-automation-portfolio/triangulate"><img src="https://agentmods.dev/badge/skills/sophonfinance-wq/finance-automation-portfolio/triangulate/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.
<a href="https://agentmods.dev/skills/sophonfinance-wq/finance-automation-portfolio/triangulate"><img src="https://agentmods.dev/badge/skills/sophonfinance-wq/finance-automation-portfolio/triangulate.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00050 | $0.00320 |
| Opus 5 | $0.00025 | $0.00160 |
| Sonnet 5 | $0.00010 | $0.00064 |
| Haiku 4.5 | $0.00005 | $0.00032 |
Grade A, and why
triangulate scanned grade A 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 11d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Package `triangulate` in `ai-validation-framework/`. Offline mock reviewer by default; live Claude reviewer (`AnthropicReviewer`, stdlib urllib) needs `ANTHROPIC_API_KEY`. What it actually says
Triangulate — AI Validation Framework
Package triangulate in ai-validation-framework/. Offline mock reviewer by default; live Claude reviewer (AnthropicReviewer, stdlib urllib) needs ANTHROPIC_API_KEY.
Commands (run from ai-validation-framework/)
python -m triangulate --demo-adversarial # inject $49k fake revenue; 6 CRITICAL tie-out breaks; FAIL exit 1
python -m triangulate --sample defective # AI-assumption + hardcoded-cell sample
python -m triangulate.loop --sample adversarial # REVIEW LOOP: FAIL -> PASS in 1 turn (B5 re-derived), exit 0
python -m triangulate.loop --sample defective # arithmetic fixed, judgment ESCALATED, exit 1
python -m pytest -q # 8,320 tests
Loop boundary (triangulate/loop.py)
Remediates ONLY tie-out breaks on formula cells, re-derived from the cell's own formula ON A CLONE (new workpaper version per turn — never violates the hash-enforced read-only guard). AI assumptions / hardcoded cells / missing cells stay in the human fix packet. "The loop clears arithmetic; it cannot manufacture authority."
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.
- 11d ago First seen · 20 lines · 50 tokens per session scan A 60f3572b6179
triangulate is a skill published in the GitHub repository sophonfinance-wq/finance-automation-portfolio (11 stars, last pushed 15d ago), licensed MIT. It adds 50 tokens to every session and 320 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
Invoice Automation
Automate invoice generation, sending, tracking, and payment reconciliation across accounting platforms.
correction-memory
A local memory system that stores tax-accountant corrections to transaction classifications. It matches future transactions to earlier vendor or description patterns.
nightly-batch
Batch-process all client companies overnight. Fetches unprocessed transactions from freee API, runs the full classification pipeline, and generates a summary for morning review.
tax-classifier
A system for assigning Japanese business transactions to accounting categories, called 勘定科目, and consumption-tax treatments. It checks exclusions, past corrections, keywords, and then uses AI when needed.
csv-importer
A tool for importing transaction CSV files—spreadsheet files separated by commas—from Japanese accounting software and classifying every imported row.
bank-reconciliation
Match book entries against bank or credit card statements to find discrepancies, missing transactions, and duplicates. Uses exact, near, and batch matching with balance verification. Trigger on "reconcile bank statement", "match transactions", "bank balance doesn't match", "close the books".