finance-investment-team

Orchestrates four parallel research agents to produce multi-perspective company investment reports.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-investment-team-choi-keith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance-investment-team
Source: https://github.com/Choi-Keith/skill-arsenal-ultra/tree/main/plugins/finance-skills/finance-research/skills/finance-investment-team
Command: npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-investment-team-choi-keith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Single-perspective AI stock analysis tends to echo market consensus and hallucinate financial figures. This Skill runs a structured four-role investment research team (business, financials, industry, risk) in parallel, with mandatory data verification and audit gates, to produce a rigorous, cross-validated company research report. ## Core Features & Use Cases - Four-Agent Parallel Research: Launches business-analyst, financial-analyst, industry-researcher, and risk-assessor agents simultaneously, each applying a distinct value-investing lens (Duan Yongping, Buffett, Munger, Li Lu). - Financial Rigor Verification: Uses scripts/financial_rigor.py for exact-decimal market cap checks, valuation ratio verification, multi-source cross-validation, Benford's Law screening, and three-scenario valuation. - Report Audit Gate: Uses scripts/report_audit.py to randomly sample 15% of report data points and issue a pass/fail verdict before publication; includes Taiwan stock data support via scripts/twstock_data.py (FinMind API). - Use Case: Ask the agent to run team research on a company like Meituan or TSMC, and receive a consolidated report with a four-dimension scorecard, bull/bear theses, a Buffett-style checklist, and tiered buy recommendations with price ranges. ## Quick Start Run the investment team research on Tencent and generate a full multi-agent analysis report with data verification.

Frequently Asked Questions about finance-investment-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a multi-agent investment research analysis on a company?

Invoke the skill with a company name as the argument. It creates a research team, launches four background agents in parallel covering business, financials, industry, and risk, then consolidates their reports into a final investment report with scores and recommendations.

What analysis frameworks does the four-role research team use?

Each agent applies a distinct value-investing lens: business model and moat analysis, financial statements and valuation, industry landscape and competition, and risk and management assessment. The team lead synthesizes all four into a final report with a Buffett-style checklist.

Why does the skill check WebSearch permission before starting?

Background agents cannot show interactive permission prompts, so blocked WebSearch silently degrades them to training-knowledge-only answers. The skill checks the permissions whitelist first and stops with instructions if WebSearch is not allowed.

How does the report audit pass/fail verdict work?

The report_audit.py script extracts financial data points from the Markdown report, randomly samples 15%, and compares each against fetched source values. Points deviating more than 1% fail; any failure returns a reject verdict requiring correction and re-review.

Does the skill support Taiwan stock data?

Yes, scripts/twstock_data.py queries the FinMind API for Taiwan stock quotes, valuation, financials, monthly revenue, and dividends. It works anonymously with rate limits or with a token from the FINMIND_TOKEN environment variable.

When should I not use the team research approach?

Avoid it for single-perspective quick analysis or simple information lookups, as stated in the skill description. The four-agent workflow is heavyweight and takes several minutes, so it suits deep research rather than fast fact retrieval.