Token导航 LogoToken导航TokenDH.com
待分类external-servicegithub未标认证来源可访问许可证需确认审计提醒

stock-price-change股价变动

Agent Skill

stock-price-change 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,693

周安装

72

GitHub Stars

37

下载量

593
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/octagonai/skills --skill stock-price-change

简介

用于处理 GitHub 仓库协作信息,支持 Issue 与 PR 状态跟踪。

  • 适用于监控代码变更、分配任务与同步开发事项。
  • 通过调用仓库 API 获取议题列表或合并请求详情。
  • 需确认目标仓库权限与网络访问条件。stock-price-change 属于待分类类 Skill,可作为该场景下的辅助能力补充。
  • 操作前应评估对外部系统的依赖与稳定性影响。

SKILL.md

Stock Price Change

Retrieve comprehensive price change statistics across multiple time periods using the Octagon MCP server.

Prerequisites

Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.

Workflow

1. Identify the Stock

Determine the ticker symbol for the company you want to analyze (e.g., AAPL, MSFT, GOOGL).

2. Execute Query via Octagon MCP

Use the octagon-agent tool with a natural language prompt:

Get stock price change statistics for the symbol <TICKER>.

MCP Call Format:

{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Get stock price change statistics for the symbol AAPL."
  }
}

3. Expected Output

The agent returns price change data across multiple timeframes:

Time PeriodPercentage Change
1 Day4.06%
5 Days4.80%
1 Month-0.37%
3 Months-0.13%
6 Months33.42%
Year-to-Date (YTD)-0.37%
1 Year18.42%
3 Years79.03%
5 Years100.02%
10 Years1,043.14%
All-Time High210,270.08%

Key Insight: Strong long-term growth with 10-year return of 1,043.14%, but recent short-term performance slightly negative.

Data Sources: octagon-stock-data-agent

4. Interpret Results

See references/interpreting-results.md for guidance on:

  • Evaluating short-term vs. long-term performance
  • Understanding momentum signals
  • Comparing to benchmarks
  • Assessing trend consistency

Example Queries

Basic Query:

Get stock price change statistics for the symbol AAPL.

Multiple Stocks:

Compare price change statistics for AAPL, MSFT, and GOOGL.

Specific Focus:

What is the 1-year and 5-year return for TSLA?

YTD Performance:

What is the year-to-date performance of NVDA?

Long-Term Growth:

What is the 10-year cumulative return for AMZN?

Understanding Time Periods

Short-Term Periods

PeriodUse Case
1 DayDaily momentum
5 DaysWeekly trend
1 MonthRecent performance
3 MonthsQuarterly trend

Medium-Term Periods

PeriodUse Case
6 MonthsHalf-year momentum
YTDCalendar year performance
1 YearAnnual return

Long-Term Periods

PeriodUse Case
3 YearsBusiness cycle
5 YearsMarket cycle
10 YearsSecular trend
All-TimeTotal return since inception

Return Interpretation

Performance Classification

Return (1 Year)Classification
>50%Exceptional
25-50%Very strong
10-25%Strong
0-10%Moderate
-10 to 0%Weak
<-10%Poor

Long-Term Standards

Return (10 Year)Classification
>500%Exceptional
200-500%Very strong
100-200%Strong
50-100%Moderate
0-50%Below average
<0%Poor

Momentum Analysis

Trend Consistency

PatternInterpretation
All periods positiveStrong consistent uptrend
Short negative, long positivePullback in uptrend
Short positive, long negativeBounce in downtrend
All periods negativeConsistent downtrend

Momentum Signals

SignalPattern
AcceleratingReturns increasing across periods
DeceleratingReturns decreasing across periods
StableConsistent returns across periods
ReversalSign change between periods

Example Analysis

From AAPL data:

  • 1 Day: +4.06% (strong daily)
  • 1 Month: -0.37% (slight pullback)
  • 1 Year: +18.42% (solid annual)
  • 10 Year: +1,043.14% (exceptional long-term)

Interpretation: Long-term compounder with recent consolidation.

Annualized Returns

Calculation

Annualized Return = (1 + Total Return)^(1/Years) - 1

Example

From AAPL data:

  • 10-Year Return: 1,043.14%
  • Annualized: (1 + 10.4314)^(1/10) - 1 = 27.3% per year

Annualized Benchmarks

Annual ReturnRating
>25%Exceptional
15-25%Very strong
10-15%Strong
7-10%Market-like
<7%Below market

Comparison Analysis

vs. Benchmarks

BenchmarkWhat to Compare
S&P 500Market performance
Sector ETFIndustry performance
PeersCompetitive position

Alpha Calculation

Alpha = Stock Return - Benchmark Return

Example

If AAPL 1-year return is +18.42% and S&P 500 is +10%:

  • Alpha: +8.42% outperformance

Time Period Relationships

Healthy Patterns

PatternInterpretation
Long > ShortHealthy uptrend
Positive all periodsConsistent strength
Improving short-termMomentum building

Warning Patterns

PatternInterpretation
Long << ShortMean reversion risk
Long > 0, Short < 0Trend weakening
All negativeFundamental issues

All-Time High Analysis

Distance from ATH

Distance = (ATH - Current) / ATH × 100%

ATH Context

PositionInterpretation
At ATHMaximum strength
0-10% belowNear highs
10-20% belowCorrection
20-40% belowBear market
>40% belowSevere decline

Common Use Cases

Performance Summary

What are the returns for AAPL across all time periods?

Trend Analysis

Is MSFT in an uptrend or downtrend based on recent returns?

Long-Term Growth

What is the 10-year cumulative return for the FAANG stocks?

Momentum Check

Is NVDA showing positive momentum in the short-term?

Comparison

Compare 1-year returns for major tech stocks.

Analysis Tips

  1. Don't rely on one period: Use multiple timeframes.
  2. Compare to benchmarks: Returns mean more in context.
  3. Consider consistency: Smooth vs. volatile returns.
  4. Annualize long-term: For fair comparison.
  5. Watch for divergence: Short vs. long-term signals.
  6. Factor in dividends: Total return vs. price return.

Integration with Other Skills

SkillCombined Use
stock-quoteCurrent price context
stock-performanceDaily price data
stock-historical-indexvs. market returns
financial-metrics-analysisFundamentals behind returns

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.67%
按下载量换算212

Claude

29.91%
按下载量换算177

Cursor

19.1%
按下载量换算113

Gemini CLI

10.03%
按下载量换算59

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills