Install
openclaw skills install plusefin-analysisAI-ready stock analysis with financial data, options, sentiment, and structured research framework
openclaw skills install plusefin-analysisAI-ready financial data research skill with structured research methodology.
export PLUSEFIN_API_KEY=your_api_key
ticker - overview, valuation, ratingssentiment / sentiment-historyoptions / options-analyze (IV, Greeks, OI)holders - major holders changesstatements (income/balance/cash)earnings / insidersprice-historyBased on data, formulate hypotheses:
Structured output:
Each key conclusion must include source citations.
# Set API key
export PLUSEFIN_API_KEY=your_api_key
# Run commands
python plusefin.py <command> [args]
| Command | Usage | Description |
|---|---|---|
ticker | python plusefin.py ticker <symbol> | Company overview, valuation, ratings |
price-history | python plusefin.py price-history <ticker> [period] | Historical prices (6mo/1y/2y) |
sentiment | python plusefin.py sentiment | Market sentiment (Fear & Greed) |
sentiment-history | python plusefin.py sentiment-history [days] | Historical sentiment |
options | python plusefin.py options <symbol> [num] | Options chain |
options-analyze | python plusefin.py options-analyze <symbol> | Options analysis |
holders | python plusefin.py holders <symbol> | Institutional holdings |
statements | python plusefin.py statements <symbol> [type] | Financial statements (income/balance/cash) |
earnings | python plusefin.py earnings <symbol> | Earnings history |
insiders | python plusefin.py insiders <symbol> | Insider trading |
news | python plusefin.py news <symbol> | Stock news |
fred | python plusefin.py fred <series_id> | Macroeconomic data |