What problem does it solve? Getting your Netflix viewing history into a personal data store you control requires navigating Netflix's export flow, authenticating with Fulcra, and correctly importing records — a multi-step process that is easy to get wrong. This Skill walks a user through the entire journey over chat, from account sign-in to a verified, shareable import. ## Core Features & Use Cases - Guided five-state workflow: Drives the user through HELLO → AUTH → EXPORT → IMPORT → SHARE, with re-entrancy probes so a returning user resumes exactly where they left off. - Device-flow authentication: Authenticates with Fulcra via OAuth device flow using the fulcra-api CLI, without ever handling passwords or exposing tokens. - Dual-format CSV import: The bundled netflix_import.py script auto-detects Netflix's slim in-app CSV or the richer GDPR export, builds deterministic record IDs for idempotent re-imports, and verifies results with readback sampling. - Use Case: A user messages their agent "import my Netflix history." The agent sends a sign-in link, walks them through downloading NetflixViewingHistory.csv, imports 400+ titles as Watched annotations in their own Fulcra account, and optionally guides them to share with a group. ## Quick Start Ask the agent to import your Netflix viewing history into your Fulcra account and follow the sign-in link and export walkthrough it sends you.