genesis-exodus-scanner
NewStructural template (SKILL.md + scheduled tasks) for an autonomous, long-only Robinhood market scanner. No keys/accounts included. CONFIGURED LIVE/FULL-AUTO — places real orders with no human confirmation; you can lose money fast. See README before using.
Summary
This skill provides a structural template for an autonomous, long-only Robinhood market scanner that operates in full-auto mode, placing real orders without human confirmation.
- md file and scheduled tasks, but no API keys or account details, and is intended for developers who understand the high risk of automated trading.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/genesis-exodus-scanner.md https://raw.githubusercontent.com/DanathanKechik/genesis-exodus-scanner/main/SKILL.md/genesis-exodus-scannerUse Cases
Usage Examples
/genesis-exodus-scanner initialize --config my_strategy.json
Run the scheduled scanner task every hour to check for buy signals on SPY and QQQ.
Update the scanner's risk parameters to limit daily loss to 5% of account value.
Security Audits
Frequently Asked Questions
What is genesis-exodus-scanner?
This skill provides a structural template for an autonomous, long-only Robinhood market scanner that operates in full-auto mode, placing real orders without human confirmation. It includes a SKILL.md file and scheduled tasks, but no API keys or account details, and is intended for developers who understand the high risk of automated trading.
How to install genesis-exodus-scanner?
To install genesis-exodus-scanner: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/genesis-exodus-scanner.md https://raw.githubusercontent.com/DanathanKechik/genesis-exodus-scanner/main/SKILL.md. Finally, /genesis-exodus-scanner in Claude Code.
What is genesis-exodus-scanner best for?
genesis-exodus-scanner is a skill categorized under Documentation. Created by DanathanKechik.
What can I use genesis-exodus-scanner for?
genesis-exodus-scanner is useful for: Set up an autonomous Robinhood scanner that executes trades based on predefined market conditions without manual intervention.; Schedule recurring scans to identify long-only opportunities in real-time and automatically place orders.; Customize the scanner's trading logic by modifying the SKILL.md template to fit specific strategies.; Test the scanner's configuration in a simulated environment before deploying it with live funds.; Integrate the scanner with existing Claude Code workflows for automated market monitoring and execution..