AgentStack
SKILL verified Apache-2.0 Self-run

Brand Assets

skill-hasna-skills-brand-assets · by hasna

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.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-hasna-skills-brand-assets

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Brand Assets? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.