us-stock-analyst

Analyzes US stocks using financial data, news, social sentiment, and multi-model LLM APIs.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill us-stock-analyst-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: us-stock-analyst
Source: https://github.com/Tgoldi/claude-skills/tree/main/us-stock-analyst
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill us-stock-analyst-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) components.

What problem does it solve? Gathering comprehensive equity research requires juggling multiple expensive data sources—financial metrics, SEC filings, insider trades, news, and social sentiment—then synthesizing them into a coherent investment view. This Skill consolidates all of that through AIsa's unified API platform at $0.02-0.10 per analysis instead of thousands per month. ## Core Features & Use Cases - Complete Financial Data: Fetch real-time metrics, historical prices, financial statements, analyst estimates, insider trades, institutional ownership, and SEC filings for any US ticker. - Multi-Source Intelligence: Aggregate company news, web search results, academic research, Twitter sentiment, and YouTube earnings content in one report. - Multi-Model AI Analysis: Generate investment summaries, sentiment scores, and valuation assessments using GPT-4, Claude, Gemini, and other LLMs. - Flexible Depth Modes: Choose quick (~10s), standard (~20s), or deep (~30s) analysis depending on cost and coverage needs. - Use Case: Run a deep analysis on NVDA before earnings to get key metrics, insider activity, sentiment breakdown, and a 12-month price target in a single JSON report. ## Quick Start Set the AISA_API_KEY environment variable and ask the assistant to analyze a stock ticker such as AAPL using the stock_analyst.py script with standard depth.

Frequently Asked Questions about us-stock-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a US stock with the AIsa API?

Set the AISA_API_KEY environment variable, install httpx, then run python3 scripts/stock_analyst.py analyze --ticker AAPL. Choose quick, standard, or deep depth to control which data sources are queried and the total cost.

What data sources does this stock analysis include?

It pulls financial metrics, historical prices, financial statements, analyst estimates, insider trades, institutional ownership, SEC filings, company news, web and scholar search, Twitter, and YouTube. Deep mode uses all sources; quick mode uses only metrics, news, and Twitter.

How much does each stock analysis cost?

Quick analysis costs $0.01-0.02, standard costs $0.02-0.05, and deep analysis costs $0.05-0.10 per stock. Each AIsa API response includes usage.cost and usage.credits_remaining fields for tracking spend.

Which LLM models can generate the investment analysis?

The LLM gateway supports GPT-4 and GPT-4 Turbo, Claude 3 Opus/Sonnet/Haiku, Gemini 1.5, Qwen, DeepSeek V2, and Grok through an OpenAI-compatible chat completions endpoint. You can pass multiple models via the --models flag.

What happens when some AIsa API endpoints fail?

The script catches per-endpoint errors, marks failed sources in the report, and substitutes neutral fallback structures for sentiment and valuation. The analysis continues and still produces a complete report with the available data.

Is the output of this stock analyst investment advice?

No. Every report includes a disclaimer stating the analysis is for informational purposes only and is not personalized investment advice. Users should consult licensed financial advisors before making investment decisions.