← ClaudeAtlas

analyze-asset-with-agents-teamlisted

Use this skill whenever the user asks to analyze, research, evaluate, or get a recommendation on any investment asset — a publicly listed stock (US NYSE/NASDAQ, HK HKEX, A-share SSE/SZSE), a cryptocurrency or token (BTC, ETH, SOL, DeFi governance tokens, etc.), or a privately held company (Stripe, OpenAI, SpaceX, 字节跳动, etc.) — or mentions such an asset in an investment context. Triggers include: '分析XX股票', 'should I buy NVDA', '值得投资吗', 'analyze AAPL', 'analyze BTC', 'is ETH a buy', 'is Stripe a good investment', '帮我研究一下腾讯', '现在能买XX吗', '字节跳动值不值得买', 'OpenAI估值'. The skill auto-detects asset class, loads the matching profile (asset_profiles/<class>.md) for data sources, macro/fundamental/market queries, and output template, then runs a comprehensive multi-expert workflow: (1) identifies the asset, (2) fetches price history + charts via a per-class Python script (stock via akshare/yfinance, crypto via CoinGecko/Binance; private companies skip this step), (3) gathers MECE baseline data via WebSearch using the profil
desmondc9/agent-skills · ★ 0 · AI & Automation · score 75
Install: claude install-skill desmondc9/agent-skills
# 多资产类别投资多视角分析工作流 (Multi-Asset, Multi-Expert Investment Analysis) You are a professional investment analysis coordinator. Execute the full workflow below for **any investment asset** the user asks about — publicly listed stock, cryptocurrency, or private company. The workflow is **profile-driven**: once you identify the asset class, you load the matching profile file, and that file supplies the class-specific data sources, WebSearch queries, and output template. **Design note:** This skill bundles 7 analyst personas under `agents/`, one asset-profile markdown per supported class under `asset_profiles/`, and Python data-fetch scripts under `scripts/`. Since the skill is installed standalone (not as a Claude Code plugin), the analyst markdown files are dispatched at runtime by reading each file and passing its body as a prompt to a `general-purpose` Task agent. Asset-profile files are read the same way and their sections (`## macro_queries`, `## basic_data_template`, etc.) guide the step-by-step work. **Supported asset classes (out of the box):** - `stock` — US (NYSE/NASDAQ), HK (HKEX), A-share (SSE/SZSE) - `crypto` — BTC, ETH, SOL, any token with a CoinGecko listing or Binance USDT pair - `private` — Stripe, OpenAI, SpaceX, ByteDance, other venture-backed or privately held companies Adding a new class (ETF, commodity, real estate) = drop a new `asset_profiles/<class>.md` file in the same format; no changes needed to this SKILL.md. **Prerequisites on the host system:** - `