financial-news

financial-news is a skill for Claude Code, Codex from aws-samples/sample-strands-agent-with-agentcore. It costs 14 tokens per session (346 once invoked), scanned A, original, MIT.

A stock-market lookup tool for current quotes, past prices, financial news, and stock analysis. It uses ticker symbols such as AAPL for companies listed on stock exchanges.

In plain words
What is it for?
Use it to check a stock’s current metrics, review price changes over a chosen period, read recent news, or view valuation, financial, and analyst information.
Why use it?
It gathers market information in one place instead of requiring separate searches for prices, history, news, and analysis.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check a stock’s current metrics, review price changes over a chosen period, read recent news, or view valuation, financial, and analyst information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aws-samples/sample-strands-agent-with-agentcore/financial-news
About the project

Sample Strands Agent with Amazon Bedrock AgentCore is an end-to-end reference architecture for building multi-agent chatbots on AWS. Teams use it to explore agent orchestration, tool execution, memory, browser automation, and agent-to-agent collaboration with Strands Agents and Bedrock AgentCore.

aws-samples/sample-strands-agent-with-agentcore · 192 stars · on GitHub

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.

Any agent
npx skills add aws-samples/sample-strands-agent-with-agentcore --skill financial-news
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-strands-agent-with-agentcore

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for financial-news

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/financial-news/github.svg)](https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/financial-news)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/financial-news"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/financial-news/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for financial-news

Your own site · 80×15
<a href="https://agentmods.dev/skills/aws-samples/sample-strands-agent-with-agentcore/financial-news"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-strands-agent-with-agentcore/financial-news.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 346 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00014 $0.00346
Opus 5 $0.00007 $0.00173
Sonnet 5 $0.00003 $0.00069
Haiku 4.5 $0.00001 $0.00035

Measured 9d ago against content hash 7a319e8bce84, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

financial-news 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 9d 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.

chatbot-app/agentcore/skills/financial-news/SKILL.md · 32 lines

What it actually says

Financial Market

Available Tools

  • stock_quote(symbol): Get current stock quote with key metrics.

    • symbol (string, required): Stock ticker symbol (e.g., "AAPL", "GOOGL", "MSFT")
  • stock_history(symbol, period?): Get historical stock price data for charting and trend analysis.

    • symbol (string, required): Stock ticker symbol
    • period (string, optional, default: "1mo"): Time period (e.g., "1mo", "3mo", "6mo", "1y", "5y")
  • financial_news(symbol, count?): Get latest financial news articles for a stock.

    • symbol (string, required): Stock ticker symbol
    • count (integer, optional, default: 5): Number of news items to return
  • stock_analysis(symbol): Get comprehensive stock analysis including valuation, financials, and analyst recommendations.

    • symbol (string, required): Stock ticker symbol

Usage Guidelines

  • Use standard ticker symbols (e.g., AAPL, MSFT, GOOGL, AMZN).
  • For stock quotes, present data in a clear tabular format with key metrics highlighted.
  • When showing historical data, mention the time period and any notable trends.
  • Combine stock_quote + stock_analysis for comprehensive investment overviews.
  • Always include a disclaimer that this is informational only, not investment advice.
  • Use financial_news to provide context on price movements.
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. 9d ago First seen · 32 lines · 14 tokens per session scan A 7a319e8bce84

Subscribe to this mod's changes

financial-news is a skill published in the GitHub repository aws-samples/sample-strands-agent-with-agentcore (192 stars, last pushed today), licensed MIT. It adds 14 tokens to every session and 346 once invoked, about $0.0001 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.