Stock Performance
Analyze historical stock data, predict future trends, and assess investment risk using OctagonAI's stock-performance skill.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add stock-performance npx -- -y @trustedskills/stock-performance
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"stock-performance": {
"command": "npx",
"args": [
"-y",
"@trustedskills/stock-performance"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to real-time and historical stock performance data. It can retrieve current prices, daily highs and lows, and other key metrics for publicly traded companies. The information is sourced from external financial APIs, enabling agents to make informed decisions based on up-to-date market conditions.
When to use it
- Financial analysis: An agent needs to assess the viability of a potential investment opportunity by examining historical stock trends.
- News summarization: Summarize news articles that mention specific companies and include their current stock price.
- Portfolio monitoring: Track the performance of a portfolio of stocks and alert users to significant changes.
- Market research: Gather data on competitor stock performance for market analysis reports.
Key capabilities
- Retrieve real-time stock prices
- Access historical daily high/low values
- Data sourced from external financial APIs
Example prompts
- "What is the current price of AAPL?"
- "Show me the daily high and low for TSLA over the past week."
- "Summarize this news article about Microsoft, including its stock performance today."
Tips & gotchas
The accuracy of the data depends on the reliability of the underlying financial APIs. Latency in receiving real-time updates is possible due to API response times.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.