Login Email banner
Esonhugh Esonhugh

Login Email

Communication community

Description

--- description: "Non-interactive email/password login — no browser window needed" argument-hint: "--email=<email> --password=<password>" allowed-tools: ["Bash"] --- Login to TradingView using email and password without opening a visible browser. Authenticates via HTTP, then injects session cookies into the headless Chrome profile. ## When to Use - Headless/CLI environments where a visible browser is unavailable - Automated setup without manual interaction - When the interactive `login-intera

Installation

Installs to ~/.claude/skills/esonhugh-tradingview-login-email/SKILL.md

Terminal
mkdir -p ~/.claude/skills/esonhugh-tradingview-login-email && curl -fsSL https://raw.githubusercontent.com/Esonhugh/tradingview/HEAD/commands/login-email.md -o ~/.claude/skills/esonhugh-tradingview-login-email/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository