brandfetch-automation
Automate Brandfetch tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Brandfetch Automation - Automating Brand Data Retrieval via Rube MCP
Skill Overview
Brandfetch Automation is a skill that automates Brandfetch operations through Rube MCP (Composio), allowing you to retrieve brand data such as logos, colors, and fonts without needing an API key. It supports dynamic tool discovery and batch processing.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to retrieve the latest tool schemas and available operation lists. This avoids hardcoding outdated tool definitions and ensures synchronization with updates to the Brandfetch API.RUBE_MANAGE_CONNECTIONS to check and manage the Brandfetch connection status in real time. Ensure the connection is in an ACTIVE state before running workflows to prevent call failures.RUBE_MULTI_EXECUTE_TOOL, or use RUBE_REMOTE_WORKBENCH to run complex brand data processing tasks in a remote environment.FAQ
Does the Brandfetch API require a key?
Using Brandfetch via Rube MCP does not require a traditional API key. Rube provides a keyless authentication mechanism—just add https://rube.app/mcp as an MCP server to get started. Make sure to activate the connection by using RUBE_MANAGE_CONNECTIONS the first time you use it.
How do I check the Brandfetch connection status?
Call RUBE_MANAGE_CONNECTIONS with the parameter toolkits: ["brandfetch"]. The response will show the connection status. You can only execute Brandfetch operations when the status is ACTIVE. If the connection isn’t activated, the returned authentication link will guide you through the setup.
How can I batch query multiple brand profiles?
First, use RUBE_SEARCH_TOOLS to discover available Brandfetch tools and their schemas. Then configure multiple tool calls in the tools array of RUBE_MULTI_EXECUTE_TOOL, with each call specifying different brand parameters. Also check the pagination markers in the response to ensure you retrieve the full results.