augur

A multi-agent investment-analysis system that combines ratings from 18 simulated investing styles across stocks, cryptocurrencies, and other markets. It produces a weighted consensus signal from those separate analyses.

In plain words
What is it for?
Analyzing US, Hong Kong, and Chinese stocks, cryptocurrencies, macroeconomic situations, company quality, valuation, growth, cycles, and risk.
Why use it?
It organizes several investing viewpoints in one analysis and combines them while accounting for industry weighting and overlap between viewpoints.

Skill for Claude CodeCodex

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 skills/brucelanlan/augur/knowledge
Any agent
npx skills add BruceLanLan/augur --skill knowledge
Clone the repo
git clone --depth 1 https://github.com/BruceLanLan/augur

Made for: Claude Code, Codex.

Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,242 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 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.00075 $0.02242
Opus 5 $0.00037 $0.01121
Sonnet 5 $0.00015 $0.00448
Haiku 4.5 $0.00007 $0.00224

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

Security

Grade A, and why

augur 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 2d 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.

curl "http://localhost:8000/api/analyze/NVDA?pe=45&gross_margins=0.75&roe=0.85&revenue_growth=0.78&sector=Technology"
docs/knowledge/SKILL.md · 168 lines

How it starts

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

Augur — 多智能体投资分析系统

系统概览

Augur 是一个 18位虚拟投资大师的多智能体分析系统。每位投资人都有独立的人格、哲学框架、行为规范和评分逻辑,系统最终用多Agent共识机制(行业加权、机制感知、相关性惩罚)汇总出集体判断。

你可以:

  1. 单个投资人分析augur-buffettaugur-zhang-lei 等独立 Skill
  2. 多Agent共识 — 全部18位大师同时分析,给出加权共识信号
  3. 部署到任意平台 — Telegram、Slack、WeChat、Claude、Hermes 都支持

18位投资大师

Skill名称 投资人 风格 适合场景 推荐模型
augur-buffett Warren Buffett 护城河价值投资 蓝筹、消费、金融 claude-sonnet-4-6
augur-graham Benjamin Graham 深度价值/安全边际 低估、破净、周期底 claude-sonnet-4-6
augur-munger Charlie Munger 格栅理论 跨学科分析、复杂企业 claude-sonnet-4-6
augur-lynch Peter Lynch GARP/PEG 消费成长、行业轮动 claude-sonnet-4-6
augur-dalio Ray Dalio 宏观/全天候 宏观对冲、地缘 claude-sonnet-4-6
augur-soros George Soros 反身性/宏观交易 危机、货币、做空 claude-sonnet-4-6
augur-marks Howard Marks 周期/逆向 周期底部、风险管理 claude-sonnet-4-6
augur-cathie-wood Cathie Wood 颠覆性创新 AI、生物、区块链 claude-sonnet-4-6
augur-fisher Philip Fisher 成长股/闲聊法 科技、细分成长 claude-sonnet-4-6
augur-thiel Peter Thiel 从0到1/垄断 科技垄断、平台 claude-sonnet-4-6
augur-arps ARPS Crypto/黄金宏观 数字资产、避险 claude-sonnet-4-6
augur-aschenbrenner Leopold Aschenbrenner AI地缘政治 AI算力、半导体 claude-opus-4-7
augur-dayu 🇨🇳 大宇 (BTCdayu) 信息差/情绪动量 Crypto、Meme deepseek-v4
augur-duan-yongping 🇨🇳 段永平 本分/极度集中 消费电子、平台 deepseek-v4
augur-zhang-lei 🇨🇳 张磊 (高瓴) 结构性价值 消费升级、医疗 deepseek-v4
augur-li-lu 🇨🇳 李录 (喜马拉雅) 深度价值/安全边际 低估蓝筹、亚洲 claude-sonnet-4-6
augur-dan-bin 🇨🇳 但斌 (东方港湾) 品牌护城河/时代β 中国消费品牌 kimi-k2
augur-serenity Serenity (@aleabitoreddit) AI/半导体供应链瓶颈 半导体卡脖子、CPO claude-sonnet-4-6

调用方式

方式一:在 Hermes / Claude / OpenClaw 中调用

# 加载主 Skill(18位大师共识)
/skill augur
"分析 AAPL,PE=32,毛利率46%,ROE=55%,科技板块"

# 或加载单个投资人
/skill augur-buffett
"用巴菲特框架分析可口可乐 KO,当前PE=26"

/skill augur-zhang-lei
"张磊视角分析拼多多PDD,营收增速86%,毛利率62%"

Read the full file on GitHub · 168 lines

Files

What ships with it

45 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 168 lines · 75 tokens per session scan A 00359510611a

Subscribe to this mod's changes

augur is a skill published in the GitHub repository BruceLanLan/augur (295 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 2,242 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

correlation-analysis

Correlation and cointegration analysis — co-movement discovery, deep return-correlation analysis, sector clustering, realized correlation, Engle-Granger / Johansen cointegration, half-life, Kalman dynamic hedge ratio, cross-market linkage analysis, and pair-trading signal generation.

HKUDS/Vibe-Trading · 57 tokens

ashare-pre-st-filter

A 股 ST/ST 风险预测框架 — 基于最新中报/三季报或业绩预告/快报,预测下一财年是否会因营收、利润、净资产、分红不达标而被风险警示,并将新浪监管处罚记录作为独立证据面纳入风险等级。仅适用于 A 股,不预测财务造假。.

HKUDS/Vibe-Trading · 89 tokens

credit-analysis

固收与信用分析:信用债评级、利差分析、违约风险评估、城投债研究、可转债定价与策略。.

HKUDS/Vibe-Trading · 36 tokens

geopolitical-risk

Geopolitical risk analysis: quantify crisis signals, identify precursors, and build event-driven strategies for war, sanctions, and supply disruption scenarios.

HKUDS/Vibe-Trading · 34 tokens

vibe-trading

Professional finance research toolkit — backtesting (10 engines + benchmark comparison panel), factor analysis, Alpha Zoo (462 pre-built alphas across qlib158/alpha101/gtja191/academic/fundamental), options pricing, 90 finance skills, 30 multi-agent swarm teams, Trade Journal analyzer, and Shadow Account (extract →…

HKUDS/Vibe-Trading · 166 tokens

etf-analysis

ETF分析:产品筛选、费率对比、跟踪误差、流动性评估、策略应用与中国市场ETF量化配置框架。.

HKUDS/Vibe-Trading · 39 tokens