Integration
Stock Analysis Aisa
AI-powered stock & crypto analysis via AIsa API — OpenClaw Code Plugin
Install
openclaw plugins install clawhub:stock-analysis-aisa
README
# Stock Analysis — AIsa Edition
> AI-powered stock & crypto analysis using **AIsa API** — an OpenClaw Code Plugin.
## Features
- **8-Dimension Scoring** for stocks (BUY / HOLD / SELL signals)
- **3-Dimension Scoring** for crypto
- **Dividend Analysis** with safety scores and income ratings
- **Hot Scanner** for trending stocks and crypto
- **Rumor Scanner** for early signals (M&A, insider, analyst, social)
- **Portfolio Management** with live P&L tracking
- **Watchlist** with price target and stop-loss alerts
- **Quick Price Check** for any ticker
## Installation
```bash
openclaw plugins install clawhub:stock-analysis-aisa
```
## Configuration
Set your AIsa API key in OpenClaw plugin settings:
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| `AISA_API_KEY` | Yes | — | Your AIsa API key from [aisa.one](https://aisa.one) |
| `AISA_BASE_URL` | No | `https://api.aisa.one/v1` | API base URL |
| `AISA_MODEL` | No | `gpt-4o` | AI model for analysis |
## Tools
| Tool | Description |
|------|-------------|
| `stock_analyze` | Full analysis with 8-dimension scoring |
| `stock_compare` | Side-by-side comparison of multiple tickers |
| `stock_dividend` | Dividend metrics, safety score, income rating |
| `stock_hot` | Hot Scanner — trending stocks & crypto |
| `stock_rumors` | Rumor Scanner — early signals & M&A |
| `stock_watchlist` | Watchlist management with alerts |
| `stock_portfolio` | Portfolio tracking with live P&L |
| `stock_price` | Quick price check |
## Disclaimer
**NOT FINANCIAL ADVICE.** All analysis is for informational purposes only.
## License
MIT
integration
Comments
Sign in to leave a comment