Operate E2B agent sandboxes using the CLI. Use when user needs to run code in isolation, test packages, execute commands safely, or work with binary files in a sandbox environment. Keywords: sandbox, e2b, isolated environment, run code, test code, safe…
Query production Supabase database for Sales Booster. Use when user asks to check database, look up contacts, conversations, messages, campaigns, leads, or any data verification. Triggers on "check db", "look in database", "find in prod", "show conversation",…
Ensures proper UTF-8 encoding in Python code for Windows compatibility. Use when writing file operations, subprocess calls, pathlib read/write, JSON/CSV handling, or any I/O in Python. Triggers on open(), read_text(), write_text(), subprocess.run(),…