brand-intelligence

Loads brand context from the Fluid DesignOS canvas database via HTTP API.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/fluid-commerce/DesignOS --skill brand-intelligence
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brand-intelligence
Source: https://github.com/fluid-commerce/DesignOS/tree/main/.claude/skills/brand-intelligence
Command: npx skills add https://github.com/fluid-commerce/DesignOS --skill brand-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Loads brand data from the Fluid DesignOS canvas database to enable brand-consistent tasks across marketing, product, and communications.

Core Features & Use Cases

  • Access brand data via the app's API (voice guide, brand patterns, assets, templates) to inform messaging and visuals.
  • Retrieve voice rules and identity, design tokens, and asset references to guide content creation and design decisions.
  • Use cases include generating brand-aligned copy, selecting patterns for a campaign, and validating brand consistency across assets.

Quick Start

Run the canvas app and fetch the brand context via the API, for example GET /api/voice-guide to retrieve the voice guide.

Frequently Asked Questions about brand-intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load brand context from a SQLite database into my marketing tasks?▼

To load brand context from a SQLite database, query the Fluid DesignOS canvas API endpoints like GET /api/voice-guide to retrieve voice guides, patterns, and assets for your marketing tasks.

What's the best way to ensure brand consistency across content generation?▼

Ensure brand consistency by retrieving brand patterns and voice rules via GET /api/brand-patterns and GET /api/voice-guide, then applying these identity tokens and design rules to validate content creation.

Do I need the canvas app running to fetch voice guides and brand assets?▼

Yes, you need the Fluid DesignOS canvas app running to fetch voice guides and brand assets, because the Skill operates by exposing data through the app's HTTP API endpoints.

Can I use HTTP API calls to retrieve design tokens for campaign assets?▼

You can use HTTP API calls like GET /api/brand-assets to retrieve design tokens and asset references from the canvas/fluid.db SQLite database to guide campaign asset selection.

What API endpoints are available for accessing brand data and templates?▼

Available API endpoints for accessing brand data include GET /api/voice-guide, GET /api/brand-patterns, and GET /api/brand-assets, which fetch templates and rules from the canvas database.

Why does my brand intelligence query fail to return design patterns?▼

Your brand intelligence query fails if the Fluid DesignOS canvas app is not running, as the Skill relies on the active HTTP API and the canvas/fluid.db SQLite database to serve brand patterns.