brandfetch-automation

Automate Brandfetch asset retrieval and brand data management through Rube MCP workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill brandfetch-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brandfetch-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/brandfetch-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill brandfetch-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort required to search for, verify, and retrieve brand assets like logos, colors, and fonts from Brandfetch, ensuring consistent branding across your projects.

Core Features & Use Cases

  • Automated Asset Discovery: Programmatically search for brand identities and retrieve specific asset schemas.
  • Connection Management: Handle authentication and session state for Brandfetch toolkits via Rube MCP.
  • Use Case: Automatically fetch the latest high-resolution logo and primary brand color hex codes for a list of companies to populate a marketing presentation or design system.

Quick Start

Use the brandfetch-automation skill to search for the brand assets of 'Composio' and save the logo URL to my clipboard.

Frequently Asked Questions about brandfetch-automation

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

FAQPage Schema
How do I search for brand assets using this skill?

Call the RUBE_SEARCH_TOOLS function with a query specifying your Brandfetch task. This returns the available tool slugs and input schemas required to fetch specific brand data.

What should I do if my Brandfetch connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS function with the 'brandfetch' toolkit parameter. Follow the provided authentication link to re-authorize your connection and ensure the status returns to ACTIVE.

Can I automate bulk brand asset retrieval?

Yes, use the RUBE_REMOTE_WORKBENCH with the run_composio_tool function to iterate through a list of company names and execute asset retrieval calls in a single workflow.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints in the Brandfetch toolkit are subject to updates. Calling RUBE_SEARCH_TOOLS ensures you use the current, valid arguments and prevents execution errors.