BeClaude

genesis-exodus-scanner

New
2GitHub TrendingDocumentationby DanathanKechik

Structural 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/genesis-exodus-scanner.md https://raw.githubusercontent.com/DanathanKechik/genesis-exodus-scanner/main/SKILL.md
3
Invoke in Claude Code
/genesis-exodus-scanner

Use Cases

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.

Usage Examples

1

/genesis-exodus-scanner initialize --config my_strategy.json

2

Run the scheduled scanner task every hour to check for buy signals on SPY and QQQ.

3

Update the scanner's risk parameters to limit daily loss to 5% of account value.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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