stock-brief

A news brief about one stock ticker, covering relevant recent news, insider buying or selling, and events to watch next.

In plain words
What is it for?
Use it to catch up on a company, review its recent news and insider activity, and identify the next developments to monitor.
Why use it?
It gives context around what may be affecting a company without presenting itself as a live price quote.

Skill for Claude CodeCodex

Part of the alphai plugin — 5 skills, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ccplugins/awesome-claude-code-plugins/stock-brief
Any agent
npx skills add ccplugins/awesome-claude-code-plugins --skill stock-brief
Clone the repo
git clone --depth 1 https://github.com/ccplugins/awesome-claude-code-plugins

Made for: Claude Code, Codex.

Or install alphai, the plugin that ships this one along with the rest of its 5 skills, 1 MCP server.

Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 604 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00077 $0.00604
Opus 5 $0.00039 $0.00302
Sonnet 5 $0.00015 $0.00121
Haiku 4.5 $0.00008 $0.00060

Measured 3d ago against content hash 4a13a82a3483, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

stock-brief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/alphai/skills/stock-brief/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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.
  2. 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.
  3. 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.
  4. 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.

Read the full file on GitHub · 48 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 48 lines · 77 tokens per session scan A 4a13a82a3483

Subscribe to this mod's changes

stock-brief is a skill published in the GitHub repository ccplugins/awesome-claude-code-plugins (929 stars, last pushed 21d ago), licensed Apache-2.0. It adds 77 tokens to every session and 604 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

e2e-test-skill

E2E test skill for validation.

alex-feel/claude-code-toolbox · 14 tokens

dynamic-workflow-patterns

Pattern taxonomy, agent role combinations, model routing, unit-of-work sizing, review-findings settling, and resilience discipline for Claude Code dynamic workflows. ALWAYS load this skill before authoring or running any Workflow tool script, and ALWAYS load it when the user mentions "workflow" or "ultracode" in any…

alex-feel/claude-code-artifacts-public · 160 tokens

serena-tool-selection

MANDATORY tool selection protocol for Serena LSP tools vs Claude Code built-in tools. ALWAYS use when your tools list includes any mcpserena tools. This skill OVERRIDES default tool selection behavior for code navigation tasks.

alex-feel/claude-code-artifacts-public · 54 tokens

diagram-drawio

Skill "diagram-drawio" from lc-semba-ryuichiro/semba-claude-plugins, covering draw\.io図作成ガイドライン, 目次, 事前準備チェックリスト, 図の設計原則 and 段階的開示(progressive disclosure).

lc-semba-ryuichiro/semba-claude-plugins · 147 tokens

webpify

Skill "webpify" from lc-semba-ryuichiro/semba-claude-plugins, covering webpify 使用ガイド, 目次, 概要, 事前準備チェックリスト and 実行方法.

lc-semba-ryuichiro/semba-claude-plugins · 94 tokens

atl-fetch-confluence

Skill "atl-fetch-confluence" from lc-semba-ryuichiro/semba-claude-plugins, covering confluence 情報取得ガイド, 目次, 概要, 事前準備チェックリスト and 実行方法.

lc-semba-ryuichiro/semba-claude-plugins · 85 tokens