# Brand Assets

> Fetch official brand assets from a website or brand name, then return logos, palette, typography, source metadata, and a clean asset manifest. Use when a user asks to find, extract, download, package, or normalize a brand's logo and visual identity assets.

- **Type:** Skill
- **Install:** `agentstack add skill-hasna-skills-brand-assets`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [hasna](https://agentstack.voostack.com/s/hasna)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [hasna](https://github.com/hasna)
- **Source:** https://github.com/hasna/skills/tree/main/skills/brand-assets

## Install

```sh
agentstack add skill-hasna-skills-brand-assets
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Brand Assets

Discover official brand identity material for a company, product, or website and package it into a clean handoff folder.

## Requirements

- Hosted premium execution requires `SKILLS_API_KEY`.
- Provider keys stay server-side in the hosted runtime.
- Provide either a brand name, a website URL, or both. A URL is preferred when the brand name is ambiguous.

## Usage

```bash
skills run brand-assets --url https://example.com
skills run brand-assets --brand "Acme Ledger" --sizes 64,128,256,512,1024
skills run brand-assets "Acme Ledger" --url https://example.com --include-screenshot
```

## Options

| Option | Description | Default |
|--------|-------------|---------|
| `--brand ` | Brand, product, or company name. Positional text also works. | inferred when possible |
| `--url ` | Official website or landing page to inspect. | optional |
| `--sizes ` | Comma-separated PNG export sizes. | `64,128,256,512,1024` |
| `--include-screenshot` | Include a visual reference screenshot when available. | false |

## Hosted Workflow

1. Resolve the most likely official website and brand pages from the supplied brand or URL.
2. Inspect the selected pages for linked logos, favicon assets, social preview images, brand colors, fonts, typography, and structured metadata.
3. Prefer official vector logos, then normalize fallback image assets into the requested PNG sizes.
4. Name every asset with a stable brand slug, file role, variant, and size.
5. Include source URLs and confidence notes so downstream users know where each asset came from.

## Outputs

- `manifest.json`
- `brand-profile.json`
- `brand-profile.md`
- `palette.json`
- `typography.md`
- `logo-usage.md`
- `sources.json`
- `logos/svg/-logo.svg`
- `logos/png/-logo-64.png`
- `logos/png/-logo-128.png`
- `logos/png/-logo-256.png`
- `logos/png/-logo-512.png`
- `logos/png/-logo-1024.png`

After submitting a hosted run, poll with `skills runs status ` and download outputs with `skills exports download `.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [hasna](https://github.com/hasna)
- **Source:** [hasna/skills](https://github.com/hasna/skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-hasna-skills-brand-assets
- Seller: https://agentstack.voostack.com/s/hasna
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
