Token导航 LogoToken导航TokenDH.com
研究检索敏感数据unknown未标认证来源可访问许可证需确认审计未展示

stock-analysis库存分析

Agent Skill

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

总安装

6,552

周安装

273

下载量

2,184
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

stock-analysis 用于查找、检索和筛选相关信息,适合研究类任务场景。

  • 它能根据关键词或任务线索快速定位候选结果。
  • 使用时可参考来源仓库和文档验证具体用法。
  • 安装前需确认权限范围和维护状态。stock-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议核实是否会触发联网或外部操作后再部署。

SKILL.md

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:

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

97.51%
按下载量换算2,130

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills