AIsa-team

stock-watchlist

Manage a stock/crypto watchlist with price target and stop-loss alerts via AIsa API. Add, remove, list, and check tickers with live price alerts. Use when the user wants to track stocks, set price alerts, manage a watchlist, or check triggered alerts.

AIsa-team 11 2 Updated 2w ago
GitHub

Install

npx skillscat add aisa-team/agent-skills/stock-watchlist

Install via the SkillsCat registry.

SKILL.md

Watchlist Management — AIsa Edition

Manage a watchlist with price target and stop-loss alerts using the AIsa API.

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

Action Description
add TICKER Add ticker with optional --target, --stop, --alert-on signal
remove TICKER Remove ticker from watchlist
list Show all watchlist items
check Fetch 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.