stock-analysis
Analyze stocks and cryptocurrencies using Yahoo Finance data.
What this skill does
# Stock Analysis Skill A powerful CLI tool for trading analysis that provides stock quotes, charts, technical indicators, news, and more. ## Basic Usage ```bash npx ticker-cli <command> [options] ``` ## Available Commands | Command | Description | |---------|-------------| | `quote` | Get real-time stock quotes | | `chart` | Get chart/historical data | | `indicator` | Calculate technical indicators (SMA, EMA, RSI, MACD, BB) | | `summary` | Get comprehensive quote summary | | `news` | Get latest stock news | | `insights` | Get stock insights and analysis | | `options` | Get options chain data | | `recommendations` | Get analyst recommendations | | `screener` | Screen stocks (most actives, gainers, losers, etc.) | | `search` | Search for stock symbols | ## Quick Examples ```bash # Get quote for single or multiple stocks npx ticker-cli quote AAPL npx ticker-cli quote AAPL MSFT GOOGL # Get historical chart data npx ticker-cli chart AAPL -p 1mo npx ticker-cli chart AAPL --start 2025-01-01 --end 2025-12-31 # Calculate technical indicators npx ticker-cli indicator AAPL sma -p 3mo npx ticker-cli indicator AAPL rsi -p 3mo npx ticker-cli indicator AAPL macd -p 6mo npx ticker-cli indicator AAPL sma -p 1mo -i 1h # Get news and insights npx ticker-cli news AAPL --limit 20 npx ticker-cli insights AAPL # Screen stocks npx ticker-cli screener -q most_actives npx ticker-cli screener -q day_gainers ``` ## Report Generation Guides For detailed instructions on generating reports, see the references folder: - **Daily Reports**: See [references/daily-report.md](references/daily-report.md) for pre-market, mid-market, and post-market report generation - **Weekly Reports**: See [references/weekly-report.md](references/weekly-report.md) for weekly analysis reports ## Technical Indicators Reference | Indicator | Description | Default Length | |-----------|-------------|----------------| | `sma` | Simple Moving Average | 20 | | `ema` | Exponential Moving Average | 20 | | `rsi` | Relative Strength Index | 14 | | `macd` | Moving Average Convergence Divergence | 12/26/9 | | `bb` | Bollinger Bands | 20 | ## Screener Queries Available predefined queries: - `most_actives` - Most actively traded stocks - `day_gainers` - Top gainers of the day - `day_losers` - Top losers of the day - `undervalued_growth_stocks` - Undervalued stocks with growth potential - `undervalued_large_caps` - Undervalued large cap stocks - `growth_technology_stocks` - Growing tech stocks - `top_mutual_funds` - Top performing mutual funds
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.