AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Stock Brief

skill-makeev-alphai-claude-skills-stock-brief · by makeev

Produce a situational brief on a single stock/ticker — its recent high-relevance news, insider activity, and what to watch next — using the AlphaAI MCP. Use when the user asks to "brief me on <ticker>", "what's going on with <company>", "catch me up on NVDA", or wants a quick read on one name.

— No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-makeev-alphai-claude-skills-stock-brief

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-makeev-alphai-claude-skills-stock-brief)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Stock Brief? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Stock brief

Give a tight, decision-useful read on one ticker from AlphaAI's enriched feed. Not a price quote — a news brief: what's been happening, who's buying or selling, and what to keep an eye on.

Steps

  1. Resolve the ticker. If the user gave a company name, not a symbol, call

alphai_tickers(q=...) to find it. If alphai_ticker_news returns unknown_ticker=true, tell the user and stop — don't invent coverage.

  1. Pull the ticker feed. Call alphai_ticker_news(ticker, collapse_stories=true).

collapse_stories folds syndicated reprints into one row each and adds a sources_count corroboration signal — prefer it for a clean brief. Insider news is included by default; keep it.

  1. Optional context. If the user wants the wider tape, call

alphai_trending(limit=5) and note any market-level story that touches this name or its sector.

  1. Deep-dive on demand. If one story clearly drives the brief and the user

wants detail, fetch it with alphai_article(uid) for the full enrichment (ticker analysis, key entities). The article body is not served — work from the enrichment and summary.

Output

Keep it to a screen. Structure:

  • One-line read — the single most important thing about this name right now.
  • Top stories — 3–5 bullets, each: headline · relevance score · one-clause

"why it matters". Lead with the highest relevance_score.

  • Insider activity — any Form 4 / 13F rows from the feed: who, buy or sell,

size if given. "No notable insider activity in the window" is a valid line.

  • Watch next — 1–2 concrete things that would change the picture.

Guardrails

  • Every story carries a 1–10 relevance_score; lead with the high ones and say

the score so the user can calibrate.

  • This is news, not advice. Don't issue buy/sell calls or price targets —

summarize what the reporting says and let the user decide.

  • If the feed is thin, say so plainly rather than padding. A short honest brief

beats a long speculative one.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.