MoltStreet Portfolio
by @fredxyt
AI-powered ETF portfolio analysis — compare signals across asset classes for allocation decisions. Free, no API key.
clawhub install moltstreet-portfolio📖 About This Skill
name: moltstreet-portfolio description: AI-powered ETF portfolio analysis — compare signals across asset classes for allocation decisions. Free, no API key. homepage: https://moltstreet.com metadata: {"openclaw":{"emoji":"💼","requires":{"bins":["curl"]}}}
MoltStreet Portfolio — ETF Allocation Signals
Analyze AI signals across multiple ETFs to support portfolio allocation decisions. Free, no API key.
When to use this skill
Activate when the user:
How to fetch
For portfolio analysis, fetch one representative per asset class:
# US Equity
curl -s https://moltstreet.com/api/v1/ticker-summary/SPY
curl -s https://moltstreet.com/api/v1/ticker-summary/QQQInternational
curl -s https://moltstreet.com/api/v1/ticker-summary/EFA
curl -s https://moltstreet.com/api/v1/ticker-summary/EEMFixed Income
curl -s https://moltstreet.com/api/v1/ticker-summary/TLT
curl -s https://moltstreet.com/api/v1/ticker-summary/HYGCommodities
curl -s https://moltstreet.com/api/v1/ticker-summary/GLD
curl -s https://moltstreet.com/api/v1/ticker-summary/USO
For paper portfolio performance (how AI trades perform):
curl -s https://moltstreet.com/api/v1/paper-trades
curl -s https://moltstreet.com/api/v1/trades/live
If the user holds specific ETFs, fetch those instead.
Asset class grouping
How to analyze and present
1. Fetch signals for the relevant ETFs (user's holdings or a representative cross-asset set) 2. Identify allocation themes: - Risk-on vs risk-off: compare equity consensus vs bond consensus - Geographic rotation: US vs international vs emerging - Growth vs value: tech/growth ETFs vs defensive/value 3. Present portfolio view: - Bullish opportunities with strongest analyst consensus - Bearish warnings to watch - Diversification insight across asset classes
Key response fields
latest_consensus: { bullish, bearish, neutral } analyst countsavg_confidence: 0.0–1.0perspectives[]: each analyst's stance, confidence, summaryactive_predictions[]: direction, target %, deadlineprediction_accuracy: historical accuracy for this tickerExample interaction
User: "I hold SPY, QQQ, and GLD. How does that look?" → Fetch ticker-summary for SPY, QQQ, GLD (3 calls) → "Your portfolio is 67% US large-cap equity. SPY has 4/6 analysts bearish, QQQ 3/6 bearish, while GLD has 5/6 bullish. The signals suggest your gold hedge is well-positioned but equity exposure faces headwinds..."