Skip to main content

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

View on GitHub -> Stock and crypto analysis with live data. Analyze tickers, risk signals, targets, and market context through AIsa.

Install

aisa skills install stock-analysis

What can agents do with it?

Analysis reports

Create structured stock or crypto analysis reports.

Risk flags

Surface volatility, liquidity, and catalyst risks.

Levels and targets

Suggest watch levels, targets, and stops for review.

Scoring

Compare opportunities with a repeatable scoring rubric.

Setup

This skill requires an AIsa API key. Set it via plugin configuration or environment variable:
export AISA_API_KEY=your_key_here
export AISA_BASE_URL=https://api.aisa.one/v1   # optional
export AISA_MODEL=gpt-4o                         # optional
Or use the plugin’s userConfig values (set automatically when the plugin is enabled).

Usage

Run the analysis script with one or more ticker symbols:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-analysis/scripts/analyze_stock.py" AAPL
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-analysis/scripts/analyze_stock.py" BTC-USD ETH-USD
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-analysis/scripts/analyze_stock.py" AAPL MSFT GOOGL
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-analysis/scripts/analyze_stock.py" AAPL --fast
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-analysis/scripts/analyze_stock.py" AAPL --output json

Arguments

  • Tickers: One or more stock symbols (e.g., AAPL, MSFT) or crypto symbols (e.g., BTC-USD, ETH-USD)
  • --fast: Skip slow analyses (insider trading, detailed news) for faster results
  • --output json: Append a structured JSON summary after the analysis

Multi-Ticker Comparison

When multiple tickers are provided, the script produces individual analyses followed by a ranked comparison table:
TickerScoreSignalKey StrengthKey Risk

8-Dimension Scoring (Stocks)

#DimensionWeight
1Earnings Surprise30%
2Fundamentals (P/E, margins, growth)20%
3Analyst Sentiment20%
4Historical Patterns10%
5Market Context (VIX, SPY/QQQ)10%
6Sector Performance15%
7Momentum (RSI, 52w range)15%
8Sentiment (Fear/Greed, shorts, insiders)10%

3-Dimension Scoring (Crypto)

#DimensionWeight
1Market Cap & Category40%
2BTC Correlation (30-day)30%
3Momentum (RSI, range, volume)30%

Risk Flags

Automatically detected: Pre-earnings, Post-spike, Overbought, Risk-Off, Breaking News

Output

Final recommendation includes: Score (0-10), Signal (BUY/HOLD/SELL), Confidence (High/Medium/Low), and Entry / Target / Stop prices. NOT FINANCIAL ADVICE. For informational purposes only.

Get started

  1. Sign up at aisa.one (new accounts start with $2 free credit).
  2. Generate an API key from the console.
  3. Set your key and install the skill:
    export AISA_API_KEY="your-key"
    aisa skills install stock-analysis
    
  4. Start a new agent session so the runtime loads the updated skill instructions.

AIsa Market

Broad stock and crypto market data.

Watchlist Management

Track targets, stops, and alert checks.

US Stock Analyst

Deeper US equity analysis reports.