股票分析:市场数据与财务见解 - Openclaw Skills

作者:互联网

2026-03-22

AI教程

什么是 股票分析?

股票分析技能是为 Openclaw Skills 设计的强大集成,旨在为开发人员和交易者提供深入的金融情报。它通过将公司概况、技术指标和监管备案整合到统一界面中,弥补了原始市场数据与可操作见解之间的差距。

通过利用这项技能,用户可以将他们的 AI 代理转变为强大的金融研究员。它超越了简单的价格检查,提供了综合的技术展望和估值指标,使用户能够精确地解释市场趋势和公司健康状况。

下载入口:https://github.com/openclaw/skills/tree/main/skills/wells1137/manus-stock-analysis

安装与下载

1. ClawHub CLI

从源直接安装技能的最快方式。

npx clawhub@latest install manus-stock-analysis

2. 手动安装

将技能文件夹复制到以下位置之一

全局模式 ~/.openclaw/skills/ 工作区 /skills/

优先级:工作区 > 本地 > 内置

3. 提示词安装

将此提示词复制到 OpenClaw 即可自动安装。

请帮我使用 Clawhub 安装 manus-stock-analysis。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。

股票分析 应用场景

  • 使用可定制的时间间隔图表监控实时价格趋势和历史表现。
  • 对公司高管、行业分类和员工增长进行基本面研究。
  • 追踪内部交易活动和机构持股以衡量市场情绪。
  • 自动检索 10-K 和 10-Q 等 SEC 备案文件,用于合规性和尽职调查。
  • 并排比较多个股票代码,以识别行业领导者和落后者。
股票分析 工作原理
  1. 用户发起涉及股票代码或特定公司研究请求的查询。
  2. Openclaw Skills 识别意图并调用相关的 Yahoo API 端点,例如 get_stock_profile 或 get_stock_insights。
  3. 系统检索实时或历史数据,应用地区、语言和图表范围等特定参数。
  4. 处理技术指标、估值评分和分析师评级,以提供多维视图。
  5. 该技能输出结构化数据或对比,使代理能够提供详细的财务总结。

股票分析 配置指南

要在您的环境中启用此技能,请确保已安装核心框架并配置了市场数据访问提供商。

# 如果尚未安装,请安装 openclaw CLI
npm install -g @openclaw/cli

# 将 stock-analysis 技能添加到您的代理配置中
openclaw skill add stock-analysis

# 验证安装并设置默认区域
openclaw config set stock-analysis.region US

股票分析 数据架构与分类体系

该技能将财务数据组织成逻辑领域,以确保每个响应的清晰度和深度。

数据领域 包含的指标
公司概况 行业分类、板块、高管团队和业务摘要。
技术见解 短/长期信号、支撑/阻力位和止损目标。
市场表现 开盘/最高/最低/收盘价、成交量、52周高点/低点以及复权收盘价。
监管备案 SEC 备案类型、备案日期以及指向 EDGAR 文档的直接链接。
持股细节 内部人士姓名、交易描述和持股总数。
name: stock-analysis
description: "Analyze stocks and companies using financial market data. Get company profiles, technical insights, price charts, insider holdings, and SEC filings for comprehensive stock research."
version: 1.0.0
metadata:
  openclaw:
    emoji: "??"

Stock Analysis

Comprehensive stock and company analysis using with real-time market data.

Core Capabilities

  • Company Research: Get company profiles, business info, executive teams
  • Technical Analysis: Access price charts, technical indicators, outlooks
  • Fundamental Analysis: Review insights, valuations, analyst ratings
  • Insider Activity: Track insider holdings and transactions
  • Regulatory Filings: Access SEC filing history and documents
  • Multi-Stock Comparison: Compare multiple stocks with chart data

Available APIs

Company Information

  • Yahoo/get_stock_profile - Company profile (business, industry, executives, contact)
  • Yahoo/get_stock_insights - Technical indicators, valuation, ratings, research reports

Trading & Market Data

  • Yahoo/get_stock_chart - Historical price data with customizable timeframes

Ownership & Compliance

  • Yahoo/get_stock_holders - Insider holdings and transactions
  • Yahoo/get_stock_sec_filing - SEC filing history (10-K, 10-Q, 8-K, etc.)

Common Workflows

1. Company Overview → Deep Dive

User: "Tell me about AAPL"
→ Yahoo/get_stock_profile (business summary, industry, employees)
→ Yahoo/get_stock_insights (technical outlook, valuation, ratings)
→ Yahoo/get_stock_chart (recent price performance)

2. Technical Analysis → Fundamental Check

User: "Is TSLA a good buy?"
→ Yahoo/get_stock_chart (price trends, support/resistance)
→ Yahoo/get_stock_insights (technical outlook, target price, rating)
→ Yahoo/get_stock_profile (verify business fundamentals)

3. Insider Activity Analysis

User: "Show me insider trading for NVDA"
→ Yahoo/get_stock_holders (insider transactions)
→ Yahoo/get_stock_profile (context about executives)
→ Yahoo/get_stock_insights (check if aligned with outlook)

4. Due Diligence Package

User: "Full analysis of MSFT"
→ Yahoo/get_stock_profile (company background)
→ Yahoo/get_stock_insights (analyst ratings, valuation)
→ Yahoo/get_stock_chart (historical performance)
→ Yahoo/get_stock_holders (insider sentiment)
→ Yahoo/get_stock_sec_filing (recent regulatory filings)

5. Multi-Stock Comparison

User: "Compare AAPL vs MSFT vs GOOGL"
→ Yahoo/get_stock_chart (with comparisons parameter)
→ Yahoo/get_stock_insights (for each symbol)
→ Compare metrics side-by-side

6. Sector Research

User: "Analyze tech stocks: AAPL, NVDA, AMD"
→ Yahoo/get_stock_profile (each company's focus area)
→ Yahoo/get_stock_insights (sector comparison scores)
→ Yahoo/get_stock_chart (relative performance)

Key Parameters

Common Parameters

  • symbol: Stock ticker symbol (e.g., "AAPL", "TSLA")
  • region: Market region (US, GB, JP, etc.) - default: US
  • lang: Response language (en-US, zh-Hant-HK, etc.) - default: en-US

Chart-Specific

  • interval: 1m, 5m, 15m, 30m, 1h, 1d, 1wk, 1mo
  • range: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max
  • comparisons: Compare with other symbols (e.g., "^GSPC,MSFT")
  • events: Include dividends, splits, earnings (div, split, earn)

Key Data Points

Profile Data

  • Business summary and industry classification
  • Employee count and executive team
  • Contact information and website
  • Sector and industry metrics

Insights Data

  • Technical outlook: Short/intermediate/long-term signals
  • Valuation: Relative value vs sector/market
  • Key technicals: Support, resistance, stop-loss levels
  • Ratings: Analyst recommendations and target prices
  • Company metrics: Innovation, hiring, sustainability scores
  • Research reports: Analyst reports and summaries
  • Significant events: Recent developments

Chart Data

  • OHLC (Open, High, Low, Close) prices
  • Volume data
  • Adjusted close prices
  • 52-week high/low
  • Current trading period info

Holder Data

  • Insider names and positions
  • Transaction dates and descriptions
  • Holdings quantity and value
  • Relationship to company

Filing Data

  • Filing type (10-K, 10-Q, 8-K, etc.)
  • Filing date and title
  • EDGAR URLs for full documents
  • Exhibits and related documents

When to Use This Skill

ALWAYS invoke APIs when users mention:

  • Stock symbols: "AAPL", "TSLA", "$MSFT", "stock price", "stock info"
  • Analysis requests: "analyze", "research", "look into", "tell me about [STOCK]"
  • Comparison: "compare", "vs", "versus", "which is better"
  • Price queries: "price", "chart", "performance", "trend", "up or down"
  • Insider activity: "insider", "holdings", "who owns", "buying/selling"
  • Filings: "SEC filing", "10-K", "10-Q", "earnings report", "financial statements"
  • Company info: "what does [company] do", "who runs", "about [company]"

Required API combinations:

  • General stock questions → MUST call Yahoo/get_stock_profile + Yahoo/get_stock_insights
  • Price/chart mentions → MUST include Yahoo/get_stock_chart
  • Investment decisions → MUST call all three: chart + insights + profile
  • Multiple stocks → MUST use comparison parameters in chart API
  • Insider questions → MUST call Yahoo/get_stock_holders + profile for context

Best Practices

  1. Start broad, then drill down - Profile first, then specific data
  2. Context matters - Combine profile with technical data for better insights
  3. Use comparisons - Chart API supports multi-symbol comparison
  4. Regional stocks - Set region/lang for non-US markets
  5. Time relevance - Adjust chart range based on user's timeframe
  6. Insider context - Combine holder data with profile for complete picture

API Reference

Full parameter specs and response schemas:

  • yahoo-api.md