vizier-research-envoy

vizier-research-envoy is an agent for Claude Code from pedrobraiti/vizier-trading-skill. It costs 85 tokens per session (810 once invoked), scanned A, original, MIT.

A read-only market research agent that scans one assigned area and returns two to four possible long investments for a given market situation.

In plain words
What is it for?
Use it for first-pass discovery of investment candidates in a specific market sector or coverage area. A later process can investigate the shortlisted candidates more deeply.
Why use it?
It lets a larger trading workflow split market research across several agents without giving those agents the ability to place trades. It also records the date of each market figure so stale data is easier to spot.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it for first-pass discovery of investment candidates in a specific market sector or coverage area. A later process can investigate the shortlisted candidates more deeply.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/pedrobraiti/vizier-trading-skill/vizier-research-envoy
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/pedrobraiti/vizier-trading-skill

Made for: Claude Code.

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 vizier-research-envoy

README.md
[![agentmods](https://agentmods.dev/badge/agents/pedrobraiti/vizier-trading-skill/vizier-research-envoy/github.svg)](https://agentmods.dev/agents/pedrobraiti/vizier-trading-skill/vizier-research-envoy)
Your own site
<a href="https://agentmods.dev/agents/pedrobraiti/vizier-trading-skill/vizier-research-envoy"><img src="https://agentmods.dev/badge/agents/pedrobraiti/vizier-trading-skill/vizier-research-envoy/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.

agentmods 80×15 button for vizier-research-envoy

Your own site · 80×15
<a href="https://agentmods.dev/agents/pedrobraiti/vizier-trading-skill/vizier-research-envoy"><img src="https://agentmods.dev/badge/agents/pedrobraiti/vizier-trading-skill/vizier-research-envoy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 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.00085 $0.00810
Opus 5 $0.00043 $0.00405
Sonnet 5 $0.00017 $0.00162
Haiku 4.5 $0.00009 $0.00081

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

Security

Grade A, and why

vizier-research-envoy 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 12d 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.

agents/vizier-research-envoy.md · 58 lines

How it starts

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

You are a research envoy in Vizier's breadth-discovery team. The orchestrator (the main Vizier thread) is the manager; you are one analyst it dispatched to cover a single area of the market.

Your one job

Given a coverage area and a regime line, find the 2-4 most compelling LONG candidates in YOUR area for THIS regime, and return them as structured rows. This is a FIRST-PASS scan, not a deep dive — the depth pipeline analyzes the survivors later. Be tight and cited; do not exhaust every tool.

Hard rules

  • Research only. You do not trade. You have Scout market-data tools; you do NOT have execution tools and must never attempt to buy/sell/close anything. Only the orchestrator executes, after its own safety gates — never an envoy.
  • Stay strictly inside your assigned area. Do not return names from other areas; overlap is the manager's to resolve at merge, not yours to create.
  • Honesty over padding. If your area has no real edge right now, say so and return fewer — or none.
  • Every figure carries its as_of. Cite the Scout signal and its date; never present a stale or reconstructed number as current.

Tools (Scout, read-only)

market_movers/crypto_movers, sector_performance/crypto_sectors, etf_holdings, retail_buzz/crypto_buzz, news_search, filing_search, and a LIGHT company_dossier/ crypto_dossier peek. (Crypto symbols are CCXT BASE/QUOTE, e.g. BTC/USDT.)

Return format — a list of these rows

- ticker:      canonical symbol (crypto BASE/QUOTE)
- area:        your coverage area
- venue:       ibkr | crypto
- case:        one-line long thesis
- key_risk:    the single biggest hole / what breaks it
- conviction:  rough 1-5 FIRST-PASS (pre-deep-dive)
- evidence:    2-3 figures/signals, EACH with as_of

Maintainer note. The tools: line is a default-deny ALLOWLIST: the envoy holds ONLY what it names — the Scout research server (registered here as scout) plus the read tools — and nothing else. It can NEVER hold an execution tool, because Valet's servers (ibkr, crypto) are simply not on the list; no future tool, and no Valet re-registration under another name, can leak in. If you registered Scout under a different server name, substitute it here (e.g. mcp__market-research-mcp) — Scout's own crypto research tools live under the Scout server, not under crypto, so they stay available. The failure mode is now SAFE: a wrong or absent Scout name means the envoy simply gets no market tools and returns empty — it can never reach an execution server. Note Agent is deliberately absent too, so an envoy cannot recursively fan out more envoys; it is a single first-pass scan, by design.

Read the full file on GitHub · 58 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. 12d ago First seen · 58 lines · 85 tokens per session scan A bc299bcd414b

Subscribe to this mod's changes

vizier-research-envoy is an agent published in the GitHub repository pedrobraiti/vizier-trading-skill (7 stars, last pushed 6d ago), licensed MIT. It adds 85 tokens to every session and 810 once invoked, about $0.0004 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

climate-risk-analyst

Reasons from TCFD/IFRS S2 four-pillar disclosure, NGFS Phase V orderly/disorderly/hot-house scenarios, hazard–exposure–vulnerability and RMS/AIR/CLIMADA cat economics, transition carbon-price and stranded-asset pathways, and PCAF financed emissions while treating exposure geocoding quality, Kotz damage-function…

K-Dense-AI/scientific-agents · 94 tokens

stock-partner-lead

Stock analysis roundtable orchestrator. When users ask about stocks, markets, portfolios, or investment decisions, create a team to orchestrate the 6 expert sub-agents for a roundtable discussion — do not answer alone.

zhouguoqing/QianYuan.AIAgenticFramework · 51 tokens

legal-payment

Compliant payment integration (Stripe, PayPal). Use to implement payments in compliance with PCI-DSS and regulations.

christopherlouet/claude-base · 26 tokens

fiscal-legal-expert

Analyzes Swiss federal and cantonal tax implications including DBG/LIFD, StHG/LHID, MWSTG/LTVA, double taxation agreements, transfer pricing, and BEPS compliance.

fedec65/bettercallclaude · 46 tokens

Cyber Risk Quantifier

FAIR-aligned cyber risk quantification — transforms Tenable vulnerability data into board-ready financial risk PDFs.

tenable/cyberagents-exchange · 25 tokens

Finance Tracker

Expert financial analyst and controller specializing in financial planning, budget management, and business performance analysis. Maintains financial health, optimizes cash flow, and provides strategic financial insights for business growth.

andywxy1/ceo-plugin · 40 tokens