🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Finance Lite (Beta): Daily Macro + Market Move Brief

by @junyij

Daily macro + market brief (FRED + benchmarks + watchlist ticker) with critical-headline triage, explicit source/freshness notes, and graceful fallback behav...

Versionv1.0.1
Downloads4,126
Comments1
TERMINAL
clawhub install finance-lite

πŸ“– About This Skill


name: finance_lite description: Daily macro + market brief (FRED + benchmarks + watchlist ticker) with critical-headline triage, explicit source/freshness notes, and graceful fallback behavior. Use when the user asks for a concise β€œwhat moved today and why” summary with practical context. user-invocable: true command-dispatch: tool command-tool: exec

Finance Lite (Core Publish Bundle)

Slim publish bundle focused on core briefing commands.

Runtime requirements (explicit)

  • Required environment variable: FINNHUB_API_KEY
  • Optional environment variable: NASDAQ_DATALINK_API_KEY (alias: NASDAQ_DATA_LINK_API_KEY)
  • Required binaries: node, curl
  • Set in environment:

  • export FINNHUB_API_KEY=""
  • export NASDAQ_DATALINK_API_KEY=""
  • Dispatch (deterministic)

  • brief β†’ node ./scripts/finance_lite/brief.mjs brief
  • macro β†’ node ./scripts/finance_lite/brief.mjs macro
  • bench β†’ node ./scripts/finance_lite/brief.mjs bench
  • list β†’ node ./scripts/finance_lite/brief.mjs list
  • add β†’ node ./scripts/finance_lite/brief.mjs add
  • add bench β†’ node ./scripts/finance_lite/brief.mjs add bench
  • remove β†’ node ./scripts/finance_lite/brief.mjs remove
  • β†’ node ./scripts/finance_lite/brief.mjs
  • Behavior + persistence notes

  • The tool performs outbound requests to finance/news endpoints (FRED/Finnhub/Nasdaq/Finviz-linked feeds).
  • The tool writes local cache under ./scripts/finance_lite/.cache/ (inside the bundle runtime directory).
  • add/remove commands modify bundled ./scripts/finance_lite/watchlist.json.
  • This core bundle does not include calendar/event-sync commands.
  • Scope and guardrails

  • Decision-support only (not investment advice).
  • Lead with dominant active driver first, then secondary factors.
  • Keep output concise, structured, and source-aware.
  • Required output floor

    Always include:
  • Header: πŸ“ˆ Finance Lite β€” YYYY-MM-DD (PT)
  • Macro blocks: Inflation, Labor, Growth, Rates/Risk, Housing
  • Benchmarks: SPY and GLD
  • NVDA line and critical headlines section
  • Notes:
  • - Note: SPY/GLD trend uses Nasdaq (daily lag). NVDA is quote-only (no Finnhub candles). - ⚠️ Decision-support only; watch upcoming macro events & earnings.