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

Market Pulse

skill-makeev-alphai-claude-skills-market-pulse · by makeev

Summarize what's moving in the market right now using the AlphaAI MCP. Use when the user asks "what's moving?", "what's the big story today?", "anything breaking?", "market pulse", or wants a fast read on the current tape rather than one specific ticker.

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

Install

$ agentstack add skill-makeev-alphai-claude-skills-market-pulse

✓ 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-market-pulse)

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 Market Pulse? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Market pulse

Answer "what's happening right now?" from AlphaAI's feed. Two tools cover two different questions — pick the right one:

  • alphai_actionable_now — breaking, decision-grade news from the last few

hours. The gate is strict: by default only actionability='high' (something to act on TODAY — guidance cut, halted trading, breaking M&A, surprise print).

  • alphai_trending — top stories of the last 48h by relevance. The "big

picture", not necessarily urgent.

Steps

  1. Start narrow, with alphai_actionable_now() (defaults: last 6h,

high-actionability). This is the real "is anything breaking" signal.

  1. Read an empty result correctly. Outside major market hours (nights,

weekends — crypto trades 24/7, but high-actionability prints still cluster in US/European/Asian sessions) an empty list is expected — it means no high-actionability prints in the window, not that the tool failed. Before concluding "nothing happened", widen once: alphai_actionable_now(hours=24, min_actionability='medium').

  1. Add the backdrop with alphai_trending(limit=10). Use this for the

"bigger stories shaping the week" layer even when nothing is breaking.

  1. Optional focus. If the user named a sector or theme, resolve it to

tickers (alphai_tickers(q=...) or your own knowledge), then alphai_news_search(tickers=[...], min_relevance=7) — there is no free-text news search; match themes client-side on the returned titles/summaries.

Output

  • Breaking now — the high-actionability items, if any. Each: headline ·

ticker(s) · one clause on the decision it forces. If none, say so in one line and note the window you checked.

  • Big picture — 3–5 trending stories by relevance, each a one-liner.
  • So what — one or two sentences tying it together (risk-on/off, a sector in

focus, an event everyone's positioning around).

Guardrails

  • Don't conflate "trending" with "actionable". A story can dominate the tape

(trending) without being something to act on today (actionable). Label which layer each item came from if it matters.

  • Report relevance / actionability honestly; don't upgrade a medium item to

"breaking".

  • News, not advice — no trade calls.

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.