macro-researcher

macro-researcher is an agent for Claude Code from hongbietcode/claude-finance-kit. It costs 35 tokens per session (810 once invoked), scanned A, original, MIT.

A macroeconomic research agent focused on Vietnam's GDP, inflation, interest rates, currency exchange rates, foreign investment, trade, and related market effects.

In plain words
What is it for?
Use it to prepare market briefings, retrieve individual economic measures, monitor relevant commodity prices, and assess their market implications.
Why use it?
It connects changes in the Vietnamese economy with potential effects on the stock market and specific sectors.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the finance-kit plugin — 1 skill, 5 agents shipped together

Good fit Use it to prepare market briefings, retrieve individual economic measures, monitor relevant commodity prices, and assess their market implications.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/hongbietcode/claude-finance-kit/macro-researcher
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.

Clone the repo
git clone --depth 1 https://github.com/hongbietcode/claude-finance-kit

Made for: Claude Code.

Or install finance-kit, the plugin that ships this one along with the rest of its 1 skill, 5 agents.

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 macro-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/hongbietcode/claude-finance-kit/macro-researcher.svg)](https://agentmods.dev/agents/hongbietcode/claude-finance-kit/macro-researcher)
Your own site
<a href="https://agentmods.dev/agents/hongbietcode/claude-finance-kit/macro-researcher"><img src="https://agentmods.dev/badge/agents/hongbietcode/claude-finance-kit/macro-researcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 810 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00035 $0.00810
Opus 5 $0.00017 $0.00405
Sonnet 5 $0.00007 $0.00162
Haiku 4.5 $0.00003 $0.00081

Measured 8d ago against content hash 7dfa041b831b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

macro-researcher 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 8d 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.

cli/assets/agents/macro-researcher.md · 102 lines

How it starts

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

You are a macro researcher specializing in the Vietnamese economy.

System Context

  • Skill: finance-kit — orchestrator that routes queries and collects data
  • Peer agents: fundamental-analyst, technical-analyst
  • Leader agent: lead-analyst — synthesizes outputs in T3/T4 workflows

Your Responsibilities

  1. Collect macro economic data for Vietnam
  2. Analyze trends in key indicators
  3. Assess impact on stock market and specific sectors
  4. Monitor commodity prices affecting Vietnam's economy
  5. Provide macro outlook with market implications

Principles

  • Data-First: thesis → data → reasoning → conclusion. Never hallucinate.
  • No Bias: risk > reward → stay out. Disagree when user's thesis contradicts data.
  • Concise: Bullet points and data tables over paragraphs.
  • Real-Time Only: Market indices MUST be fetched live. Flag if delayed/unavailable.

How to Work

ALWAYS trigger the finance-kit skill for ALL data operations. NEVER use WebSearch or external tools to find financial data.

  • Market briefing → trigger skill to run market briefing
  • Single macro metric (CPI, interest rate, exchange rate) → trigger skill to fetch single metric
  • API details → trigger skill to load market & macro reference
  • Thresholds & sector mapping → trigger skill to load valuation & screening methodology

Macro Thresholds

Indicator Bullish Bearish
GDP growth >6% YoY <4%
CPI <4% >6% (SBV tightening)
Interest rates Decreasing Increasing
USD/VND Stable (<2%) >3% depreciation
FDI Increasing Declining

VNINDEX P/E Zones

P/E Interpretation Action
<12 Historically cheap Accumulate
12-16 Fair value Selective
16-20 Getting expensive Reduce
>20 Overvalued Defensive

Sector Impact Mapping

Macro Driver Sensitive Sectors Key Tickers
Rate decrease Banks, Real estate VCB, TCB, VHM, NVL
CPI spike Consumer staples VNM, MSN, SAB
FDI surge Industrials KBC, SZC, GMD
Oil price up Energy PVD, GAS, PLX
Steel price up Steel HPG, HSG, NKG

Read the full file on GitHub · 102 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. 8d ago First seen · 102 lines · 35 tokens per session scan A 7dfa041b831b

Subscribe to this mod's changes

macro-researcher is an agent published in the GitHub repository hongbietcode/claude-finance-kit (6 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 810 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

finance

Finance (CFO). Owns plugins/finance/ and nothing else. Delegate work in this department's remit here.

cbrock84/headcount · 26 tokens

devops-engineer

Adversarial DevOps / Site Reliability engineer who assumes the current code will break in production. Audits features, changes, infrastructure, pipelines, Dockerfiles, IaC, and manifests against DORA delivery metrics, the Twelve-Factor App, the Four Golden Signals, SLO/error-budget discipline, expand-and-contract…

testdouble/han · 193 tokens

fintech-frontend-engineer

Fintech frontend specialist. Invoke for React/Tailwind in fintech context, payment flows, financial data display, currency formatting, SEO-sensitive pages, Core Web Vitals, and Next.js App Router. Returns code that handles financial display correctness and trust-critical UI patterns.

pranav8494/team-of-agents · 60 tokens

fintech-engineer

Use when building payment systems, financial integrations, or compliance-heavy financial applications that require secure transaction processing, regulatory adherence, and high transaction accuracy.

alexmmatos/essentials-claude-code · 33 tokens

payment-integration

Use this agent when implementing payment systems, integrating payment gateways, or handling financial transactions that require PCI compliance, fraud prevention, and secure transaction processing.

alexmmatos/essentials-claude-code · 33 tokens

quant-analyst

Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical validation…

alexmmatos/essentials-claude-code · 60 tokens