cyberneticlibrary

Set price alerts for stocks and ETFs

price-alertskillsetup L22
ssurmic/claude-investment-skills
What it does

Audit portfolio concentration and risk

Best for

Traders setting hands-off alerts across a watchlist that fire via Telegram 24/7.

Inputs
  • · Stock ticker, price level or %
Outputs
  • · Risk audit report with trim list and hedge recommendations
  • · Telegram notifications when thresholds trigger
  • · Staged code changes and git commit
  • · 11-step quality pipeline execution with approval gates
Requires
  • · Telegram Bot API
  • · GitHub Actions
  • · SEC EDGAR API
  • · yfinance or yfmcp
  • · Anthropic Claude API
  • · Cloudflare Workers
Preconditions

Repository tracked in Git; Telegram bot token and chat ID configured; SEC EDGAR feed access

Failure modes

API rate limits or network connectivity loss; GitHub Actions workflow timeout or missed schedule; False positives or missed alerts due to filter tuning

Trust signals
  • · Unit tests and test fixtures provided
  • · Tracked in public/private GitHub repository
  • · Example usage and code snippets documented
  • · GitHub Actions or CI/CD integration
  • · Explicit data schema or type definitions