Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计提醒

us-stock-analysis-litiao美股分析力调

Agent Skill

us-stock-analysis-litiao 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,103

周安装

302

GitHub Stars

公开资料未说明

下载量

2,488
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:us-stock-analysis-litiao(美股分析力调)
来源仓库:https://github.com/litiao1224/us-stock-analysis-litiao
安装命令:
openclaw skills install us-stock-analysis-litiao
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install us-stock-analysis-litiao

简介

us-stock-analysis-litiao 提供美股综合分析报告,含技术与基本面分析。

  • 支持财务指标、业务质量与估值情景建模功能。us-stock-analysis-litiao 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装后可用于机构级股票研究任务。
  • 需确认是否使用付费数据接口并记录调用成本。
  • 建议核实其是否区分不同市值股票的适用分析方法。

SKILL.md

name
us-stock-analysis-litiao
description
Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Uses Tavily API (preferred) or Brave Search (fallback). Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.
metadata
{"clawdbot":{"emoji":"📈","requires":{"env":["TAVILY_API_KEY"]}}}

US Stock Analysis

Overview

Perform comprehensive analysis of US stocks covering fundamental analysis (financials, business quality, valuation), technical analysis (indicators, trends, patterns), peer comparisons, and generate detailed investment reports. Fetch real-time market data via Tavily API (preferred) or Brave Search (fallback), and apply structured analytical frameworks.

Data Sources

Preferred: Tavily Search (if TAVILY_API_KEY available)

cd ~/.openclaw/workspace/skills/tavily-search-litiao

# Stock price and metrics
node scripts/search.mjs "AAPL stock price market cap P/E ratio" -n 10

# Financial statements
node scripts/search.mjs "AAPL income statement balance sheet cash flow 2024" -n 10

# Analyst ratings
node scripts/search.mjs "AAPL analyst ratings price target" --topic news --days 7 -n 10

# Recent news
node scripts/search.mjs "AAPL Apple Inc news" --topic news --days 14 -n 15

# Technical analysis
node scripts/search.mjs "AAPL technical analysis RSI MACD moving averages" -n 10

# Peer comparison
node scripts/search.mjs "MSFT GOOGL META stock comparison tech giants" -n 10

Tavily advantages for stock analysis:

  • Cleaner financial data snippets
  • Better news clustering for recent developments
  • --topic news for time-sensitive market data
  • --deep for comprehensive fundamental research

Fallback: Brave WebSearch (via web_search tool)

Always use web search tools to gather current market data:

Primary Data to Fetch:

  1. Current stock price and trading data (price, volume, 52-week range)
  2. Financial statements (income statement, balance sheet, cash flow)
  3. Key metrics (P/E, EPS, revenue, margins, debt ratios)
  4. Analyst ratings and price targets
  5. Recent news and developments
  6. Peer/competitor data (for comparisons)
  7. Technical data (moving averages, RSI, MACD when available)

Search Strategy:

  • Use ticker symbol + specific data needed (e.g., "AAPL financial metrics 2024")
  • For comprehensive data: Search for earnings reports, investor presentations, or SEC filings
  • For technical data: Search for "AAPL technical analysis" or use financial data sites
  • Always verify data recency (prefer data from last quarter)

Quality Sources:

  • Yahoo Finance, Google Finance, MarketWatch, Seeking Alpha, Bloomberg, CNBC
  • Company investor relations pages
  • SEC filings (10-K, 10-Q) for detailed financials
  • TradingView, StockCharts for technical data

Analysis Types

This skill supports four types of analysis. Determine which type(s) the user needs:

  1. Basic Stock Info - Quick overview with key metrics
  2. Fundamental Analysis - Deep dive into business, financials, valuation
  3. Technical Analysis - Chart patterns, indicators, trend analysis
  4. Comprehensive Report - Complete analysis combining all approaches

Analysis Workflows

1. Basic Stock Information

When to Use: User asks for quick overview or basic info

Steps:

  1. Search for current stock data (price, volume, market cap)
  2. Gather key metrics (P/E, EPS, revenue growth, margins)
  3. Get 52-week range and year-to-date performance
  4. Find recent news or major developments
  5. Present in concise summary format

Output Format:

  • Company description (1-2 sentences)
  • Current price and trading metrics
  • Key valuation metrics (table)
  • Recent performance
  • Notable recent news (if any)

2. Fundamental Analysis

When to Use: User wants financial analysis, valuation assessment, or business evaluation

Steps:

  1. Gather comprehensive financial data:

- Revenue, earnings, cash flow (3-5 year trends) - Balance sheet metrics (debt, cash, working capital) - Profitability metrics (margins, ROE, ROIC)

  1. Read references/fundamental-analysis.md for analytical framework
  1. Read references/financial-metrics.md for metric definitions and calculations
  1. Analyze business quality:

- Competitive advantages - Management track record - Industry position

  1. Perform valuation analysis:

- Calculate key ratios (P/E, PEG, P/B, EV/EBITDA) - Compare to historical averages - Compare to peer group - Estimate fair value range

  1. Identify risks:

- Company-specific risks - Market/macro risks - Red flags from financial data

  1. Generate output following references/report-template.md structure

Critical Analyses:

  • Profitability trends (improving/declining margins)
  • Cash flow quality (FCF vs earnings)
  • Balance sheet strength (debt levels, liquidity)
  • Growth sustainability
  • Valuation vs peers and historical average

3. Technical Analysis

When to Use: User asks for technical analysis, chart patterns, or trading signals

Steps:

  1. Gather technical data:

- Current price and recent price action - Volume trends - Moving averages (20-day, 50-day, 200-day) - Technical indicators (RSI, MACD, Bollinger Bands)

  1. Read references/technical-analysis.md for indicator definitions and patterns
  1. Identify trend:

- Uptrend, downtrend, or sideways - Strength of trend

  1. Locate support and resistance levels:

- Recent highs and lows - Moving average levels - Round numbers

  1. Analyze indicators:

- RSI: Overbought (>70) or oversold (<30) - MACD: Crossovers and divergences - Volume: Confirmation or divergence - Bollinger Bands: Squeeze or expansion

  1. Identify chart patterns:

- Reversal patterns (head and shoulders, double top/bottom) - Continuation patterns (flags, triangles)

  1. Generate technical outlook:

- Current trend assessment - Key levels to watch - Risk/reward analysis - Short and medium-term outlook

Interpretation Guidelines:

  • Confirm signals with multiple indicators
  • Consider volume for validation
  • Note divergences between price and indicators
  • Always identify risk levels (stop-loss)

4. Comprehensive Investment Report

When to Use: User asks for detailed report, investment recommendation, or complete analysis

Steps:

  1. Perform data gathering (as in Basic Info)
  1. Execute fundamental analysis (follow workflow above)
  1. Execute technical analysis (follow workflow above)
  1. Read references/report-template.md for complete report structure
  1. Synthesize findings:

- Integrate fundamental and technical insights - Develop bull and bear cases - Assess risk/reward

  1. Generate recommendation:

- Buy/Hold/Sell rating - Target price with timeframe - Conviction level - Entry strategy

  1. Create formatted report following template structure

Report Must Include:

  • Executive summary with recommendation
  • Company overview
  • Investment thesis (bull and bear cases)
  • Fundamental analysis section
  • Technical analysis section
  • Valuation analysis
  • Risk assessment
  • Catalysts and timeline
  • Conclusion

Stock Comparison Analysis

When to Use: User asks to compare two or more stocks (e.g., "compare AAPL vs MSFT")

Steps:

  1. Gather data for all stocks:

- Follow data gathering steps for each ticker - Ensure comparable timeframes

  1. Read references/fundamental-analysis.md and references/financial-metrics.md
  1. Create side-by-side comparison:

- Business models comparison - Financial metrics table (all key ratios) - Valuation metrics table - Growth rates comparison - Profitability comparison - Balance sheet strength

  1. Identify relative strengths:

- Where each company excels - Quantified advantages

  1. Technical comparison:

- Relative strength - Momentum comparison - Which is in better technical position

  1. Generate recommendation:

- Which stock is more attractive and why - Consider both fundamental and technical factors - Portfolio allocation suggestion - Risk-adjusted return assessment

Output Format: Follow "Comparison Report Structure" in references/report-template.md

Output Guidelines

General Principles:

  • Use tables for financial data and comparisons (easy to scan)
  • Bold key metrics and findings
  • Include data sources and dates
  • Quantify whenever possible
  • Present both bull and bear perspectives
  • Be clear about assumptions and uncertainties

Formatting:

  • Headers for clear section separation
  • Tables for metrics, comparisons, historical data
  • Bullet points for lists, factors, risks
  • Bold text for key findings, important metrics
  • Percentages for growth rates, returns, margins
  • Currency formatted consistently ($B for billions, $M for millions)

Tone:

  • Objective and balanced
  • Acknowledge uncertainty
  • Support claims with data
  • Avoid hyperbole
  • Present risks clearly

Reference Files

Load these references as needed during analysis:

references/technical-analysis.md

  • When: Performing technical analysis or interpreting indicators
  • Contains: Indicator definitions, chart patterns, support/resistance concepts, analysis workflow

references/fundamental-analysis.md

  • When: Performing fundamental analysis or business evaluation
  • Contains: Business quality assessment, financial health analysis, valuation frameworks, risk assessment, red flags

references/financial-metrics.md

  • When: Need definitions or calculation methods for financial ratios
  • Contains: All key metrics with formulas (profitability, valuation, growth, liquidity, leverage, efficiency, cash flow)

references/report-template.md

  • When: Creating comprehensive report or comparison
  • Contains: Complete report structure, formatting guidelines, section templates, comparison format

Example Queries

Basic Info:

  • "What's the current price of AAPL?"
  • "Give me key metrics for Tesla"
  • "Quick overview of Microsoft stock"

Fundamental:

  • "Analyze NVDA's financials"
  • "Is Amazon overvalued?"
  • "Evaluate Apple's business quality"
  • "What's Google's debt situation?"

Technical:

  • "Technical analysis of TSLA"
  • "Is Netflix oversold?"
  • "Show me support levels for AAPL"
  • "What's the trend for AMD?"

Comprehensive:

  • "Complete analysis of Microsoft"
  • "Give me a full report on AAPL"
  • "Should I invest in Tesla? Give me detailed analysis"

Comparison:

  • "Compare AAPL vs MSFT"
  • "Tesla vs Nvidia - which is better?"
  • "Analyze Meta vs Google"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.3%
按下载量换算2,023

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills