← Back to Skills Marketplace
vansearch

FLWR Branding Studio Kit

by vansearch · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1247
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install flwr-branding-studio-kit
Description
An advanced AI agent that acts as a Senior Brand Strategist. It automates project setup, applies elite market methodologies (Archetypes, StoryBrand, Personas), and generates structured brand assets while preventing hallucinations via strict context shielding.
README (SKILL.md)

Senior Brand Strategist Skill

This skill transforms your AI into a Senior Brand Strategist capable of orchestrating complex branding projects from chaos to structured strategy.

✨ Features

  • 🏆 Elite Methodologies: Built-in knowledge of Archetypes (Mark/Pearson), StoryBrand (Miller), and Goal-Directed Personas (Cooper).
  • 🛡️ Hallucination Shield: "Context Saver" and "Reality Check" protocols ensure the strategy is grounded in client data.
  • ⚖️ Strategy Auditor: The agent acts as a consultant, flagging if a client's request (e.g., "Neon Red") contradicts their goal (e.g., "Calmness").
  • ⚡ Automated Workflow: One command (/branding-start) sets up the entire folder structure and prepares templates.
  • 🎨 Asset Output: Generates assets in a specific Markdown format ready for import into documentation tools.
  • 🧠 Interrogation Mode: If the briefing is weak, the agent refuses to generate strategy and interviews the user instead.

🚀 How to Use

  1. Start a Project: Typing any of these commands triggers the automated setup:

    • Start branding project
    • /branding-start
    • Novo projeto de marca
  2. Provide Context: The system will create a client_intel folder. Upload your PDFs, briefings, or transcripts there.

  3. Generate Strategy: The agent will analyze the documents using the RACE framework and fill the templates in strategy_output.

📂 Directory Structure

clients/
└── [Client_Name]/
    ├── client_intel/       \x3C-- Drop your files here
    ├── creative_assets/    \x3C-- Place logos/images here
    └── strategy_output/    \x3C-- The AI renders final MD files here

🛠️ Installation

  1. Clone this repository into your .agent/skills/ directory.
  2. Ensure you have Python 3 installed.
  3. Restart your agent to load the new rules.
Usage Guidance
Before installing or running this skill, consider the following: - Source verification: The skill's registry entry has no homepage and an unknown source. Treat it as untrusted until you can verify the upstream repository or author. - Review mismatches: SKILL.md asks for Python but the repo is Node-based (package.json, bin/cli.js). README mentions scripts that are absent. These indicate the package may be incomplete or incorrectly documented — inspect files before running. - Inspect code before execution: The CLI is small and appears to only create directories and copy templates, but review bin/cli.js (and any other scripts) to ensure no network calls or unexpected exec/IO happen. Note: the CLI imports child_process.execSync though it isn't used — confirm no hidden exec usage. - Run in a safe directory: Execute the CLI in an empty or disposable folder (not your home or a workspace with secrets) to avoid accidental copying or overwriting. - Protect client data: The skill asks you to drop client briefings, transcripts, and PDFs into client_intel. Only upload data you are permitted to share; do not place PII or confidential documents until you confirm where (and how) the agent sends/uses that data. - Check templates/content: The repository contains extracted prompts and OCRed text that may include copyrighted or sensitive content. Decide if you want those artifacts copied into client projects. - Avoid publishing secrets: The docs describe adding CLAWDHUB_TOKEN to GitHub secrets to automate publishing. Do not add secrets or publish the repo unless you fully control the account and understand the automation steps. If you want a safer path: ask the maintainer for an authoritative source (official repo URL), request a minimal reproducible release (only the templates and CLI with clear README), or run the tool in an isolated environment / sandbox and review its actions before using with real client data.
Capability Analysis
Type: OpenClaw Skill Name: flwr-branding-studio-kit Version: 1.0.0 ```json { "classification": "benign", "summary": "The OpenClaw AgentSkills skill bundle is designed to transform an AI into a Senior Brand Strategist. The `bin/cli.js` script, which handles project setup, includes robust input sanitization (`clientName.replace(/[^a-zA-Z0-9 \-_]/g, '')`) to prevent shell injection, and while `execSync` is imported, it is not used. The extensive markdown documentation, particularly `SKILL.md`, `README.md`, and the various `docs/` files (e.g., `prompt_guide_template.md`, `race_framework.md`), employs sophisticated prompt engineering techniques to define the AI's role, actions, context, and output examples. These instructions are explicitly aimed at preventing AI hallucinations, enforcing strict formatting, and ensuring high-quality, context-grounded strategic output, rather than inducing malicious behavior. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation. The skill aligns with its stated purpose and incorporates defensive design principles for AI interaction." } ```
Capability Assessment
Purpose & Capability
The repository and SKILL.md describe a branding agent that scaffolds projects, enforces frameworks (RACE) and provides templates — which matches the included docs and templates. However there are mismatches: SKILL.md/installation says 'Ensure you have Python 3 installed' while README/package.json and the CLI are Node.js-based. Development docs reference scripts (e.g., scripts/setup_branding_project.py) and automation flows that are not present in the file list. These inconsistencies suggest sloppy packaging or incomplete artifacts, not that the required capabilities are malicious, but they are disproportionate to a polished release.
Instruction Scope
Runtime instructions are reasonable for the stated purpose: they create a clients/ directory, ask you to drop briefings into client_intel, and the agent analyzes those documents. That behavior is expected for a branding tool. Caveats: the SKILL.md/README assert the agent will 'analyze' and 'run' automated workflows but there is no bundled code for AI integration (no connector to Claude/other LLMs) — the agent is expected to do that. Also the repo includes extensive extracted prompts and OCR text (potentially sensitive/copyrighted content) which will be copied into projects if templates are used.
Install Mechanism
There is no install spec in the skill registry (instruction-only). The package contains a small CLI (bin/cli.js) and a package.json so it can be used via npm/npx. No external downloads or archive extraction are present. Overall install risk is low, but the README suggests publishing to npm and automations that would require adding secrets (docs/SETUP_AUTOMATION.md), so users should avoid blindly following those steps without review.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. However docs reference an automation token (CLAWDHUB_TOKEN) for publishing and suggest adding GitHub secrets, and README mentions npm publish — these are maintainer-side steps, not runtime requirements. This mismatch (no required env but docs instruct setting secrets for automation) should be treated as a packaging/documentation inconsistency that could confuse less-technical users.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always:false). The CLI creates folders and copies templates into the current working directory; it does not modify other skills or global agent configuration. That scope is proportional to a scaffolding tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install flwr-branding-studio-kit
  3. After installation, invoke the skill by name or use /flwr-branding-studio-kit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of FLWR Branding Studio Kit
v1.0.3
Docs: Remove Figma references from description
v1.0.2
Initial release of the FLWR Branding Studio Kit.
Metadata
Slug flwr-branding-studio-kit
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is FLWR Branding Studio Kit?

An advanced AI agent that acts as a Senior Brand Strategist. It automates project setup, applies elite market methodologies (Archetypes, StoryBrand, Personas), and generates structured brand assets while preventing hallucinations via strict context shielding. It is an AI Agent Skill for Claude Code / OpenClaw, with 1247 downloads so far.

How do I install FLWR Branding Studio Kit?

Run "/install flwr-branding-studio-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is FLWR Branding Studio Kit free?

Yes, FLWR Branding Studio Kit is completely free (open-source). You can download, install and use it at no cost.

Which platforms does FLWR Branding Studio Kit support?

FLWR Branding Studio Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created FLWR Branding Studio Kit?

It is built and maintained by vansearch (@vansearch); the current version is v1.0.0.

💬 Comments