← Back to Skills Marketplace
278
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install moltstreet-sectors
Description
AI signals for 11 SPDR sector ETFs — sector rotation, industry analysis with multi-analyst debate. Free, no API key.
Usage Guidance
This skill appears internally consistent: it makes unauthenticated HTTPS GET calls to moltstreet.com and formats the returned analyst-consensus fields. Before installing, verify you trust moltstreet.com (check the homepage and the linked repository), understand that outputs are AI-generated (not financial advice), and confirm you’re comfortable allowing the agent to make outbound network calls to that domain. If you require higher assurance, review the repository (https://github.com/fredxyt/moltstreet) and the site’s privacy/disclaimer pages to confirm data handling and accuracy claims.
Capability Analysis
Type: OpenClaw Skill
Name: moltstreet-sectors
Version: 1.0.1
The skill provides financial sector analysis by fetching data from a public API (moltstreet.com) using curl. It contains no evidence of data exfiltration, malicious execution, or harmful prompt injection, and its behavior aligns perfectly with its stated purpose of providing ETF signals.
Capability Assessment
Purpose & Capability
Name/description promise (sector ETF signals) matches the manifest and SKILL.md which call moltstreet.com API endpoints for ticker summaries and related context. Requiring curl is proportionate for HTTP GET calls.
Instruction Scope
SKILL.md instructs only to perform GETs against https://moltstreet.com/api/v1/ticker-summary/:symbol and to format the returned fields into a sector-rotation view. It does not instruct reading local files, environment variables, or contacting other endpoints.
Install Mechanism
No install spec or code is included; this is instruction-only. That minimizes on-disk code risk. The only runtime dependency declared is curl, which is appropriate for the documented curl examples.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Public API endpoints are used without auth, matching the 'Free, no API key' description.
Persistence & Privilege
always is false (default) and there are no install scripts or requests to modify other skills or system settings. The skill can be invoked autonomously by agents (default behavior) but that is not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltstreet-sectors - After installation, invoke the skill by name or use
/moltstreet-sectors - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
v1.0.1: Fix dead /etf/ endpoints — now uses /ticker-summary/ and /signals/actionable for live sector data
v1.0.0
11 SPDR sector ETF signals for sector rotation analysis. Agent-native instructions.
Metadata
Frequently Asked Questions
What is MoltStreet Sectors?
AI signals for 11 SPDR sector ETFs — sector rotation, industry analysis with multi-analyst debate. Free, no API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 278 downloads so far.
How do I install MoltStreet Sectors?
Run "/install moltstreet-sectors" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MoltStreet Sectors free?
Yes, MoltStreet Sectors is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MoltStreet Sectors support?
MoltStreet Sectors is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MoltStreet Sectors?
It is built and maintained by fredxyt (@fredxyt); the current version is v1.0.1.
More Skills