skills/skills.volces.com/trading-assistant

trading-assistant

SKILL.md

📊 Trading Assistant

Version: v2.0.0 (Security Hardened) | License: MIT

Advanced trading analysis system providing technical indicators, trading signals, and position management for stock and crypto investors.

Security Improvements in v2.0.0:

  • ✅ Removed TradingAgents and other heavy external dependencies
  • ✅ No reading of sibling/parent .env files
  • ✅ Direct API calls to Twelve Data and Alpha Vantage only
  • ✅ All API keys loaded from environment variables only (not from .env files at runtime)
  • ✅ No access to files outside the project directory
  • ✅ Removed all sys.path.insert() calls to prevent sibling directory imports
  • ✅ Removed runtime .env file loading (daily_report.py, news_sentiment_monitor.py)
  • ✅ Removed load_dotenv() from config.py to prevent automatic .env scanning

Dependencies:

  • requests - HTTP client for API calls (installed via requirements.txt)
  • Standard Python libraries: json, os, datetime, argparse, etc.
Installs
5
First Seen
Apr 11, 2026