A market timing state machine that detects Follow-Through Day signals to confirm market bottoms using the S&P 500 and NASDAQ indices.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install einstein-research-ftd-dv
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install einstein-research-ftd-dv using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Follow-Through Day (FTD) Detector is a specialized technical analysis tool designed to identify the definitive end of a market correction. Based on the proven William O'Neil methodology, this skill automates the detection of high-conviction rally attempts, providing traders with an offensive signal to increase equity exposure when the probability of success is highest. By integrating this capability within Openclaw Skills, developers and traders can build sophisticated market timing workflows that monitor both the S&P 500 and NASDAQ for institutional buying signals.
To deploy this component within your environment, ensure you have the necessary dependencies installed for data retrieval.
# Install the research suite containing the FTD skill
pip install einstein-research
# Run the FTD analysis for the latest market data
einstein-research ftd
The skill utilizes yfinance for real-time and historical data fetching and maintains a local cache to optimize performance for Openclaw Skills users.
The skill produces a structured JSON output reflecting the current state of the market cycle:
| Field | Description |
|---|---|
| status | The global state of the market (e.g., FTD_CONFIRMED, RALLY_ATTEMPT, CORRECTION) |
| details | A natural language summary of the current market signal |
| spy / qqq | Objects containing index-specific data including day counts and price change percentages |
| ftd_date | The specific timestamp when the Follow-Through Day was validated |
| recommendation | Actionable guidance based on the current O'Neil methodology state |
Loading
A professional-grade skill for generating high-fidelity AI videos from text prompts or public image URLs using the Sora 2 engine.

Lobster Memory Master is a comprehensive long-term memory management system that transforms stateless AI into a stateful assistant with persistent recall and automated context compaction.

A sophisticated reasoning framework that dynamically adapts response structures based on question types to deliver evidence-based, natural-sounding answers.

An expert AI reviewer that enforces PEP8 standards, type safety, and efficient async patterns in Python codebases.

A clinical decision support tool that predicts the probability of developing anti-drug antibodies against biologics in rheumatic disease patients.

A specialized utility for sending inline images directly through the Feishu Open Platform API, bypassing standard file attachment limitations.








































