Extract the company logo for a company in the companies table and store it as a small base64 data-URI (max ~35KB, min 32px). Primary path is fully automated via logo_fetch.py against the official website (apple-touch-icon → icon → og:image → favicon); when the site blocks bots or has no usable icon, find a direct logo image URL via web search and pass it with --from-url. Verify the website really belongs to the company BEFORE fetching. Sets companies.logo, logo_source, logo_fetched.
$npx -y skills add leopu00/job-hunter-team --skill logo-extractionInstalls into the current project.
Run `npx skills use "https://github.com/leopu00/job-hunter-team" --skill "leopu00/job-hunter-team/logo-extraction"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/leopu00/job-hunter-team" that are relevant to the current task. Run `npx skills add "https://github.com/leopu00/job-hunter-team"` and select the relevant skills, then follow their instructions.