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 -> Watchlists with live alert checks. Track tickers against targets, stops, and signal changes using AIsa market data.

Install

aisa skills install stock-watchlist

What can agents do with it?

Watchlist tracking

Maintain symbols, thesis notes, and follow-up actions.

Target checks

Check whether prices reached target levels.

Stop monitoring

Flag downside levels that need attention.

Alert summaries

Summarize watchlist changes for review.

Usage

# Add a ticker with price target and stop-loss
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-watchlist/scripts/watchlist.py" add AAPL --target 220 --stop 160

# Add with signal-change alert
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-watchlist/scripts/watchlist.py" add AAPL --alert-on signal

# List all watchlist items
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-watchlist/scripts/watchlist.py" list

# Check live prices and trigger alerts
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-watchlist/scripts/watchlist.py" check

# Check with notification
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-watchlist/scripts/watchlist.py" check --notify

# Remove a ticker
python3 "${CLAUDE_PLUGIN_ROOT}/skills/stock-watchlist/scripts/watchlist.py" remove AAPL

Actions

ActionDescription
add TICKERAdd ticker with optional --target, --stop, --alert-on signal
remove TICKERRemove ticker from watchlist
listShow all watchlist items
checkFetch live prices and check alerts

Data Storage

Watchlist data is stored in ${CLAUDE_PLUGIN_DATA}/watchlist.json for persistence across sessions. 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-watchlist
    
  4. Start a new agent session so the runtime loads the updated skill instructions.

Stock & Crypto Analysis

Analyze assets before adding them.

Portfolio Management

Review holdings and allocation.

Hot Scanner

Find new watchlist candidates.