Install
$ agentstack add skill-hasna-skills-brand-assets ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Resolve the most likely official website and brand pages from the supplied brand or URL.
- Inspect the selected pages for linked logos, favicon assets, social preview images, brand colors, fonts, typography, and structured metadata.
- Prefer official vector logos, then normalize fallback image assets into the requested PNG sizes.
- Name every asset with a stable brand slug, file role, variant, and size.
- Include source URLs and confidence notes so downstream users know where each asset came from.
Outputs
manifest.jsonbrand-profile.jsonbrand-profile.mdpalette.jsontypography.mdlogo-usage.mdsources.jsonlogos/svg/-logo.svglogos/png/-logo-64.pnglogos/png/-logo-128.pnglogos/png/-logo-256.pnglogos/png/-logo-512.pnglogos/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
- Source: hasna/skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.