Daily Stock Market Analyst
financeimported
Installation
$
npx agenticloops install daily-market-briefingSummary
Weekday market close: pulls multi-market prices, news and capital flows; LLM generates buy/sell signals; pushes to Slack or Telegram.
- Runs Weekdays (post-close), on any harness.
- Uses skills:
market-research,data-analysis,report-writing,web-fetch. - Needs
cli python,secrets SLACK_WEBHOOK_URL— checked at install; secrets are prompted, never in the file. - Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
On each trading day, fetch price data, news headlines, and capital-flow indicators for the configured watchlist (A/H/US/JP/KR or custom). Run LLM analysis across price action, news sentiment, and technical signals; generate buy/hold/sell recommendations with confidence levels; check holiday calendars to skip non-trading days; then push a formatted dashboard to the configured notification channel.
LOOP.md
--- name: daily-market-briefing description: Daily Stock Market Analyst · Weekday market close: pulls multi-market prices, news and capital flows; LLM generates buy/sell signals; pushes to Slack or Telegram. schedule: Weekdays (post-close) skills: [market-research, data-analysis, report-writing, web-fetch] requires: cli: [python] secrets: [SLACK_WEBHOOK_URL] # names only tier: standard # frontier | standard | fast effort: medium concurrency: skip tags: [finance, research, data, ops] license: MIT --- On each trading day, fetch price data, news headlines, and capital-flow indicators for the configured watchlist (A/H/US/JP/KR or custom). Run LLM analysis across price action, news sentiment, and technical signals; generate buy/hold/sell recommendations with confidence levels; check holiday calendars to skip non-trading days; then push a formatted dashboard to the configured notification channel.