python-trading-toolkit
by Timoranjes
A quantitative finance toolkit for real-time market data, technical analysis, and portfolio risk management.
- Calculate Sharpe ratios and drawdowns for any custom portfolio.
- Scan US and Asian markets for technical signals like Golden Crosses.
- Monitor option chains for unusual volume and high implied volatility.
Free
Included in download
- Downloadable skill package
- Works with Cursor, and Windsurf.
- 1 permission declared
Sample input
Analyze NVDA stock. Check the current price, technical signals including moving average crossovers and RSI, and provide the annual risk metrics.
Sample output
Technical Signals for NVDA
- BULLISH: Golden Cross (SMA 20 crossed above SMA 50)
- ALERT: Volume spike detected (Z-score: 2.4)
- RSI: 64.2 | MACD: 1.15 Current Price: $128.55 (+3.2%) Risk Metrics: Sharpe Ratio 1.85, Annualized Volatility 24%
python-trading-toolkit
by Timoranjes
A quantitative finance toolkit for real-time market data, technical analysis, and portfolio risk management.
Free
Included in download
- Downloadable skill package
- Works with Cursor, and Windsurf.
- 1 permission declared
- Instant install
Sample input
Analyze NVDA stock. Check the current price, technical signals including moving average crossovers and RSI, and provide the annual risk metrics.
Sample output
Technical Signals for NVDA
- BULLISH: Golden Cross (SMA 20 crossed above SMA 50)
- ALERT: Volume spike detected (Z-score: 2.4)
- RSI: 64.2 | MACD: 1.15 Current Price: $128.55 (+3.2%) Risk Metrics: Sharpe Ratio 1.85, Annualized Volatility 24%
About This Skill
Professional Equity Analysis and Portfolio Management
Transform your AI agent into a sophisticated quantitative analyst. The Python Trading Toolkit provides a robust framework for real-time market data retrieval, technical indicator calculation, and deep portfolio attribution across global markets, including the US (NYSE/NASDAQ), Hong Kong (HKEX), and Mainland China (SSE/SZSE).
What it does
- Live Market Data: Interfaces with Yahoo Finance and Sina Finance APIs to pull real-time pricing, historical OHLCV data, and company fundamentals.
- Quantitative Metrics: Calculates critical risk-adjusted performance data including Sharpe/Sortino ratios, Alpha, Beta, and Maximum Drawdown.
- Technical Engine: Automatically detects chart patterns like Golden Crosses, RSI divergences, and Bollinger Band breakouts.
- Options Intel: Analyzes option chains to calculate Put/Call ratios and flag unusual volume-to-OI spikes.
- Portfolio Attribution: Performs multi-factor analysis to identify whether returns are driven by market movement or manager skill.
Why use this skill?
Standard LLM prompting often results in hallucinated stock prices or outdated data. This skill forces the agent to use validated Python libraries (yfinance, pandas, numpy) to perform actual calculations on live data. It moves beyond simple text generation to provide institutional-grade financial analysis with reproducible logic and structured outputs.
Use Cases
- Calculate Sharpe ratios and drawdowns for any custom portfolio.
- Scan US and Asian markets for technical signals like Golden Crosses.
- Monitor option chains for unusual volume and high implied volatility.
- Generate multi-factor attribution reports to identify sources of Alpha.
Known Limitations
- Data latency: Yahoo/Sina APIs may have 15-minute delays.
- No direct execution: Analytical toolkit only; does not place live trades.
- Rate limits: Subject to third-party API throttling.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/python-trading-toolkit -o /tmp/python-trading-toolkit.zip && unzip -o /tmp/python-trading-toolkit.zip -d ~/.claude/skills && rm /tmp/python-trading-toolkit.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Compatible with SKILL.md-compatible agents like Claude Code, Cursor, and Windsurf.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.