Loading...
Loading...
Fetch brand info (name, description, logos, industry) from brand.dev API and save logos locally. Use when the user asks to look up a brand, fetch a logo, get brand info, or add a company with its logo.
npx skill4agent add openclaudia/openclaudia-skills brand-devBRANDDEV_API_KEY=$(grep BRANDDEV_API_KEY environment variables | cut -d= -f2)
curl -s "https://api.brand.dev/v1/brand/retrieve?domain=${DOMAIN}" \
-H "Authorization: Bearer ${BRANDDEV_API_KEY}" \
-H "Content-Type: application/json".brand.title.brand.name.brand.description.brand.logos[]media.brand.devpublic/logos/<context>//logos/<context>/static/assets/images/public/logos/<brand-slug>.<ext><brand-slug>miss-amiss_a<ext>partners/customers/mkdir -p <logo-dir>
curl -sL "<logo-url>" -o "<logo-dir>/<brand-slug>.<ext>"ls -la <logo-dir>/<brand-slug>.<ext>media.brand.dev