| name | sume-brand |
| description | Use Sume Brand DNA tools to read workspace brand profiles, start or refresh analysis for public websites, inspect brand reference images, and chain safe brand context into image generation when explicitly authorized. |
Sume Brand
Use this skill for Brand DNA retrieval and website analysis. Keep structured schemas as the source of truth.
Discovery
sume tools schema brand.list --json
sume tools schema brand.current --json
sume tools schema brand.get --json
sume tools schema brand.analyze --json
For MCP clients:
sume mcp
sume mcp --toolsets brand --allow-write
Default MCP exposes brand.list, brand.current, and brand.get. brand.analyze requires --allow-write.
Read references/brand-workflows.md when chaining Brand results into generation.
Read Brand DNA
sume brand current --json
sume brand list --limit 5 --json
sume brand get example.com --detail full --json
Use --detail full only when the user needs the full Brand DNA profile.
Analyze A Public Website
sume brand analyze https://example.com --json
sume brand get example.com --detail full --json
Only analyze public HTTPS websites. Do not use internal URLs, private dashboards, signed URLs, or provider endpoints.
Reference Images
Brand profiles can include image entries with usable_as_reference and reference_url. Use those references only with compatible generation tools after paid generation is explicitly authorized.
sume images generate --prompt "product ad using brand reference" --reference-image-url "<brand_reference_url>" --json
Public video generation does not currently accept Brand image reference URLs through CLI/API.
Not For
Do not use this skill for Asset Library search, arbitrary web scraping, private URL crawling, or paid generation without explicit authorization.