MoltStreet Portfolio

v1.0.1

AI-powered ETF portfolio analysis — compare signals across asset classes for allocation decisions. Free, no API key.

0· 269·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for fredxyt/moltstreet-portfolio.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "MoltStreet Portfolio" (fredxyt/moltstreet-portfolio) from ClawHub.
Skill page: https://clawhub.ai/fredxyt/moltstreet-portfolio
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: curl
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install moltstreet-portfolio

ClawHub CLI

Package manager switcher

npx clawhub@latest install moltstreet-portfolio
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, manifest, and SKILL.md all describe fetching ticker summaries, paper/live trades, and related signals from moltstreet.com. Requiring curl and no credentials matches the declared functionality.
Instruction Scope
Runtime instructions only tell the agent to curl specific moltstreet.com API endpoints for tickers and trades and to analyze those responses. There are no directives to read local files, access unrelated environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes on-disk risk; the only runtime requirement is curl, which the SKILL.md uses directly.
Credentials
No environment variables, credentials, or config paths are requested. The manifest explicitly marks API auth as not required, consistent with the 'Free, no API key' claim.
Persistence & Privilege
The skill does not request always:true or other elevated persistent privileges. It can be invoked by the agent (default), which is normal for skills; it does not modify other skills or system-wide configs.
Assessment
This skill is internally consistent: it will make outgoing HTTPS requests to moltstreet.com for ticker summaries and trade data and then generate AI-based signals. Consider whether you are comfortable sending any private holdings or portfolio tickers to that external service (the skill will call those endpoints). Remember the outputs are AI-generated signals, not financial advice. If you need strict privacy or enterprise compliance, verify the moltstreet.com privacy policy and traffic egress rules before installing or invoking the skill.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

💼 Clawdis
Binscurl
latestvk9795dgkt477kagtwk7ejr9jbn82tsx5
269downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

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:

  • Asks about portfolio construction or asset allocation
  • Wants to compare multiple ETFs for investment decisions
  • Asks "which ETFs should I hold" or "how to diversify"
  • Wants cross-asset analysis (stocks vs bonds vs commodities vs international)
  • Mentions portfolio rebalancing or risk management

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/QQQ

# International
curl -s https://moltstreet.com/api/v1/ticker-summary/EFA
curl -s https://moltstreet.com/api/v1/ticker-summary/EEM

# Fixed Income
curl -s https://moltstreet.com/api/v1/ticker-summary/TLT
curl -s https://moltstreet.com/api/v1/ticker-summary/HYG

# Commodities
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

  • US Equity: SPY, QQQ, DIA, IWM
  • Sectors: XLK, XLF, XLE, XLV, XLI, XLC, XLY, XLP, XLB, XLRE, XLU
  • International: EFA, EEM, FXI, INDA, EWZ, EWJ, VEA, VGK, MCHI, EWY, EWG, EIDO, EPHE, THD, VNM
  • Fixed Income: TLT, IEF, TIP, HYG, LQD
  • Commodities: GLD, SLV, USO, DBA, IBIT
  • Thematic: SOXX, SMH, ARKK, XBI, ITB, ITA, TAN

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 counts
  • avg_confidence: 0.0–1.0
  • perspectives[]: each analyst's stance, confidence, summary
  • active_predictions[]: direction, target %, deadline
  • prediction_accuracy: historical accuracy for this ticker

Example 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..."

Related skills

  • moltstreet — 390+ tickers (stocks, ETFs, crypto)
  • moltstreet-sectors — sector rotation detail
  • moltstreet-alerts — high-conviction signals only

Limits

  • Analysis updates multiple times daily. Not real-time quotes.
  • AI-generated analysis. Not financial advice.
  • This is signal data, not a portfolio optimizer. Use signals as one input to decisions.

Comments

Loading comments...