Enrich a CSV of personal email addresses (e.g. Gmail) into professional LinkedIn profiles using Vertex AI Search (general web + LinkedIn engines) + Gemini Flash. Uses email handle as a cross-platform identifier. Use when asked to find LinkedIn profiles from email addresses.
Query your local Sybill transcript store. Ask about specific accounts, deals, action items, or search across calls. Uses ~/sybill-transcripts/ as the source of truth.
Sync new Sybill call transcripts to the local store at ~/sybill-transcripts/. Use with /loop 15m for continuous polling, or run once to pull the latest calls.
Scrape data from websites by inspecting and calling their frontend APIs. Use when asked to "scrape", "fetch data from", "extract data from", "get all X from" a website URL. Automatically discovers API endpoints, fetches data, and outputs JSON or CSV.
Enrich a CSV of people with LinkedIn profiles using Vertex AI Search + Gemini Flash ranking. Input is name + optional hint (company or title). Two-pass search with parallel execution and checkpoint/resume. Use when asked to find LinkedIn profiles for a list of people.