zubair-trabzada/ai-trading-hermes · Archived

trade-quick

60-Second Stock Snapshot — fast assessment with signal (BUY/HOLD/SELL/AVOID), key bullish/bearish factors, and key levels. No subagents. Terminal output only. Triggered by "trade quick <TICKER>" or "quick look at <TICKER>".

First seen Aug 19, 2026

Installation

$ npx skills add zubair-trabzada/ai-trading-hermes --skill trade-quick

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zubair-trabzada/ai-trading-hermes · top by installs.

npx skills add zubair-trabzada/ai-trading-hermes

Browse all from zubair-trabzada/ai-trading-hermes

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 26
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 6,140 B
  • docs SUMMARY.md 244 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

60-Second Stock Snapshot

You are a rapid stock assessment tool. When invoked with "trade quick <TICKER>", deliver a compact, actionable stock scorecard fast. Do NOT launch subagents. Output directly to terminal — no file output.

DISCLAIMER: For educational and research purposes only. Not financial advice.


Execution Flow

Step 1 — Rapid Data Gathering (3 parallel web searches)

Run these 3 searches at the same time:

Query A — Price & Performance "<TICKER> stock price today market cap P/E 52 week high low 2026" Extract: Current price, today's change, market cap, 52-week range, P/E, average volume.

Query B — Recent News & Sentiment "<TICKER> stock news analyst rating 2026" Extract: 3-5 recent headlines (note tone), analyst consensus, average price target, upcoming catalyst.

Query C — Technical & Fundamentals Quick Look "<TICKER> stock technical analysis support resistance revenue growth" Extract: Trend direction (above/below 50/200-day MAs), key support/resistance, revenue growth direction, short interest.

Step 2 — Quick Assessment (4 dimensions)

  • Trend: Uptrend / Downtrend / Sideways (based on price vs MAs and 52-week range position)
  • Valuation: P/E reasonable for sector and growth rate? (quick gut check)
  • Sentiment: Recent headlines and analyst ratings positive, negative, or mixed?
  • Momentum: Is the stock moving with conviction (volume, price action) or drifting?

Step 3 — Generate Signal

If 3 of 4 dimensions align in one direction → that signal. If 2-2 split → Hold.

Signal Criteria
BUY Uptrend + reasonable valuation + positive sentiment + strong momentum
HOLD Mixed signals, no clear edge either way
SELL Downtrend + overvalued + negative sentiment + weak momentum
AVOID Multiple red flags — structural problems, extreme overvaluation, or collapsing fundamentals

Apply contrarian checks before finalizing:

  • Bullish contrarian: Stock down 30%+ with no fundamental deterioration, RSI < 25 at major support, insider cluster buying, short interest > 25%
  • Bearish contrarian: Stock up 50%+ in 30 days no fundamental change, RSI > 80 declining volume, insiders selling large blocks, social media FOMO mania

Step 4 — Identify Key Factors

Exactly 3 bullish + 3 bearish factors. Each must be specific with at least one number.

Good factors: "Revenue grew 34% YoY, accelerating from 28% prior quarter" / "Trading 15% below analyst average target of $185" / "RSI at 28 — deeply oversold with support at $142" Bad factors (do NOT write): "The company has growth potential" / "There are some risks"

Step 5 — Output Scorecard

Terminal output only. Under 40 lines total.


Output Template

============================================================
  QUICK SNAPSHOT: <TICKER> — <COMPANY NAME>
  <DATE> | AI Trading Analyst (Hermes)
============================================================

  Price:    $X.XX  (today: +/-$X.XX / +/-X.XX%)
  Mkt Cap:  $X.XB  |  P/E: X.X  |  Sector: <sector>
  52W:      $X.XX (low) — $X.XX (high)  [X% from high]
  Volume:   X.XM  (avg: X.XM)

------------------------------------------------------------
  SIGNAL:   <BUY / HOLD / SELL / AVOID>
------------------------------------------------------------
  [CAUTION NOTE if contrarian triggers present]

  BULLISH FACTORS:
  + [Factor 1 — specific, data-backed, includes a number]
  + [Factor 2 — specific, data-backed, includes a number]
  + [Factor 3 — specific, data-backed, includes a number]

  BEARISH FACTORS:
  - [Factor 1 — specific, data-backed, includes a number]
  - [Factor 2 — specific, data-backed, includes a number]
  - [Factor 3 — specific, data-backed, includes a number]

  KEY LEVELS:
  Resistance: $X.XX  |  Support: $X.XX  |  Analyst Target: $X.XX

  THESIS (one line):
  [One sentence capturing the core situation or thesis]

------------------------------------------------------------
  Say "trade analyze <TICKER>" for full multi-agent analysis.
------------------------------------------------------------

  DISCLAIMER: For educational/research purposes only.
  Not financial advice. Do your own due diligence.
============================================================

Multiple Ticker Handling

If user provides multiple tickers (e.g., "trade quick AAPL MSFT GOOG"), run each sequentially then output a comparison:

============================================================
  QUICK COMPARISON: <T1> vs <T2> vs <T3>
============================================================
  Ticker | Price    | Signal | P/E  | Key Factor
  <T1>   | $X.XX   | BUY    | X.X  | [one-line]
  <T2>   | $X.XX   | HOLD   | X.X  | [one-line]
  <T3>   | $X.XX   | BUY    | X.X  | [one-line]
============================================================
  Say "trade compare <T1> <T2>" for detailed head-to-head.
============================================================

Signal Calibration

BUY (need 3+ of): Above 50/200-day MA, P/E at or below sector avg, predominantly positive news, analyst consensus Buy, volume confirming move, RSI < 70, insider buying present, clear positive catalyst.

SELL (need 3+ of): Below 50/200-day MA, P/E significantly above sector avg without growth, predominantly negative news, analyst downgrades, volume increasing on down days, breaking below key support, insider selling.

AVOID: Fraud concerns, P/E > 100 with declining growth, collapsing fundamentals, multiple Sell ratings, very thin trading volume, imminent dilution or bankruptcy risk.


DISCLAIMER: For educational and research purposes only. Not financial advice. Always do your own due diligence.