get-brand-assets

Installation
SKILL.md

Get Brand Assets

Setup

Read your credentials from ~/.gooseworks/credentials.json:

export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")

If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login

All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"

Extract logos, colors, fonts, and design assets from any company's brand. Useful for partnerships, design work, and brand research.

When to Use

Installs
31
GitHub Stars
1.1K
First Seen
Apr 28, 2026
get-brand-assets — gooseworks-ai/goose-skills