← 返回 Skills 市场
vansearch

FLWR Branding Studio Kit

作者 vansearch · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1247
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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.
安全使用建议
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.
功能分析
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." } ```
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flwr-branding-studio-kit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flwr-branding-studio-kit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug flwr-branding-studio-kit
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1247 次。

如何安装 FLWR Branding Studio Kit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install flwr-branding-studio-kit」即可一键安装,无需额外配置。

FLWR Branding Studio Kit 是免费的吗?

是的,FLWR Branding Studio Kit 完全免费(开源免费),可自由下载、安装和使用。

FLWR Branding Studio Kit 支持哪些平台?

FLWR Branding Studio Kit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 FLWR Branding Studio Kit?

由 vansearch(@vansearch)开发并维护,当前版本 v1.0.0。

💬 留言讨论