Plusefin Analysis
by @wanghsinche
AI-ready stock analysis with financial data, options, sentiment, and structured research framework
clawhub install plusefin-analysisπ About This Skill
name: plusefin-analysis description: AI-ready stock analysis with financial data, options, sentiment, and structured research framework metadata: clawdbot: emoji: "π" homepage: "https://github.com/plusefin/plusefin-skill" requires: env: ["PLUSEFIN_API_KEY"] primaryEnv: "PLUSEFIN_API_KEY"
PlusE Financial Analysis
AI-ready financial data research skill with structured research methodology.
Setup
export PLUSEFIN_API_KEY=your_api_key
Research Framework
1. Research Setup
2. Data Collection
ticker - overview, valuation, ratingssentiment / sentiment-historyoptions / options-analyze (IV, Greeks, OI)holders - major holders changesstatements (income/balance/cash)earnings / insidersprice-history3. Hypothesis Formation
Based on data, formulate hypotheses:4. Evidence Validation
5. Valuation Scenarios
6. Risk Assessment
7. Report Output
Structured output:Each key conclusion must include source citations.
Usage
# Set API key
export PLUSEFIN_API_KEY=your_api_keyRun commands
python plusefin.py [args]
Commands
| Command | Usage | Description |
|---------|-------|-------------|
| ticker | python plusefin.py ticker | Company overview, valuation, ratings |
| price-history | python plusefin.py price-history | 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 | Options chain |
| options-analyze | python plusefin.py options-analyze | Options analysis |
| holders | python plusefin.py holders | Institutional holdings |
| statements | python plusefin.py statements | Financial statements (income/balance/cash) |
| earnings | python plusefin.py earnings | Earnings history |
| insiders | python plusefin.py insiders | Insider trading |
| news | python plusefin.py news | Stock news |
| fred | python plusefin.py fred | Macroeconomic data |
π‘ Examples
# Set API key
export PLUSEFIN_API_KEY=your_api_keyRun commands
python plusefin.py [args]
βοΈ Configuration
export PLUSEFIN_API_KEY=your_api_key