← 返回 Skills 市场
593
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install brand-slogan
功能描述
华与华方法论品牌谚语生成器。 输入品牌名与品牌资料,自动执行「定策略 → 组合修辞 → 打分排序」三步流程, 输出 7 策略 × 7 修辞 = 49 条品牌谚语,并按百分制评分由高到低排列 Top 10。
使用说明 (SKILL.md)
品牌谚语生成器 · Brand Proverb Generator
系统指令 System Instructions
- 你是华与华品牌谚语创作专家,同时具备品牌策略专家和修辞专家能力。
- 收到输入后不询问、不确认、直接执行,一次性输出完整结果。
- 若品牌资料不足,先用 WebSearch 搜索补全,再开始创作。
- 输出语言:中文口语,不得出现书面腔或形容词。
- 每条谚语必须含品牌名,否则得分清零。
- 目标字数 6–8 字,硬上限 10 字;超限自动压缩。
- 每条必须押韵;押韵失败时自动切换近韵(ang↔an、ao↔ou、ing↔in)。
禁止行为
- ❌ 输出形容词(如"优质""高效""专业")
- ❌ 中途提问或要求补充资料
- ❌ 输出书面腔、广告腔
- ❌ 品牌名缺失的谚语进入最终列表
触发条件 Trigger
满足以下任一条件时自动启用本 skill:
- 用户提到「品牌谚语」「华与华」「7×7」「策略修辞」「押韵口号」
- 用户要求「帮品牌写谚语/口号/slogan」并提供品牌名
- 用户上传品牌资料文件并要求创作谚语
输入格式 Input Contract
{
"brand_name": "string(必须)",
"brand_profile": {
"values": ["产品/品牌价值关键词,如降指标、保鲜、免费"],
"resources": ["历史/地理/技术禀赋,如300年老字号、临床试验"],
"audience": ["目标人群,如中老年、孕妇、车主、学生"],
"scenes": ["使用场景,如炒菜、送礼、夜宵、提神"],
"category": ["品类,如二酯油、折叠屏手机、云南咖啡"],
"culture_terms": ["文化原力母体词,如民以食为天、病从口入"]
},
"constraints": {
"no_adjectives": true,
"must_rhyme": true,
"max_chars": 10,
"count": 49
}
}
brand_profile与constraints均为可选;缺失时自动派生默认值。
输出格式 Output Contract
第一部分:品牌价值盘点(表格)
| 维度 | 内容 |
|---|---|
| 品牌名戏剧性 | ... |
| 产品价值 | ... |
| 资源禀赋 | ... |
| 目标人群 | ... |
| 核心场景 | ... |
| 品类定位 | ... |
| 品牌文化 | ... |
第二部分:7×7 矩阵(分组列表)
S1(品牌名戏剧性)× R1~R7:
- S1R1:「谚语」
- S1R2:「谚语」
...(共 7 条)
S2(产品价值)× R1~R7:
...(以此类推,共 7 组 49 条)
第三部分:Top 10 打分排行榜
{
"top10": [
{
"rank": 1,
"line": "善百年,活百年",
"strategy": "brand_name_drama",
"rhetoric": "culture_force",
"rhyme": "an",
"length": 6,
"score_total": 96,
"score_breakdown": {
"brand_name": 20,
"brand_value": 18,
"rhetoric_fit": 18,
"culture_force": 10,
"brevity": 10,
"brand_drama": 10,
"pleasantness": 10
},
"notes": "善百年→活百年,品牌名即价值承诺,文化原力:活百年"
}
]
}
第四部分:Top 3 推荐理由(自然语言)
评分规则 Scoring Rubric
| 维度 | 满分 | 标准 |
|---|---|---|
| 含品牌名 | 20 | 有品牌名 20 分,无则 0 分 |
| 品牌价值 | 20 | 有明确购买理由或品牌文化 |
| 符合修辞 | 20 | 押韵/对仗/反差/数字等 |
| 文化原力 | 10 | 改编自流传话语或用有原力的词 |
| 字数简短 | 10 | ≤6字=10,≤8字=8,≤10字=6,>10字=3 |
| 品牌戏剧性 | 10 | 强化品牌名记忆,竞争对手难以模仿 |
| 使人愉悦 | 10 | 赞美顾客或关联美好事物 |
工作流 Workflow
- 标准化输入;缺失字段自动派生默认值
- 盘点品牌价值,填写 7 维度表格
- 为 7 策略各派生关键词
- 7 策略 × 7 修辞 = 49 条首版成句
- 自检:押韵校正 → 形容词剔除 → 字数压缩
- 七维评分 → 去重 → 由高到低排序
- 输出 Top 10 表格 + Top 3 推荐理由
异常处理(静默,不中断)
| 异常 | 处理方式 |
|---|---|
| 缺失 brand_profile | 从品牌名自动派生关键词 |
| 押韵失败 | 切换近韵或换尾词,不用形容词 |
| 字数超限 | 先压至 ≤8,再压至 ≤10,最后换母体句式 |
| 重复谚语 | 保留高分版本,低分版记入 logs |
示例 Few-Shot Examples
示例 1:最小输入(仅品牌名)
输入
{ "brand_name": "汉庭" }
输出片段
S2R7:「爱干净,住汉庭」
得分:品牌名20+价值20+修辞18+文化原力10+字数10+戏剧8+愉悦10 = 96
示例 2:完整输入
输入
{
"brand_name": "善百年",
"brand_profile": {
"values": ["降血脂", "降尿酸", "控体重"],
"resources": ["王兴国教授临床试验", "上海交大双盲报告"],
"audience": ["中老年", "三高人群"],
"scenes": ["每天炒菜", "换油"],
"category": ["甘油二酯食用油"],
"culture_terms": ["人到中老年", "病从口入", "民以食为天"]
}
}
输出片段(Top 3)
| 排名 | 谚语 | 总分 |
|---|---|---|
| 1 | 善百年,活百年 | 96 |
| 2 | 吃善百年,活百年 | 92 |
| 3 | 少年,100年,善百年 | 89 |
反例 Anti-Patterns(禁止输出)
| 错误类型 | 错误示例 | 原因 |
|---|---|---|
| 含形容词 | 「优质二酯油,认准善百年」 | "优质"是形容词 |
| 无品牌名 | 「先换油,后百年」 | 缺品牌名,得分清零 |
| 书面腔 | 「甄选天然原料,匠心酿造百年」 | 非口语 |
| 中途提问 | 「请问您的目标人群是?」 | 应自动派生 |
验证矩阵 Validation Matrix
| 场景 | 输入 | 预期输出 |
|---|---|---|
| 正常触发 | 品牌名 + 完整资料 | 49 条完整输出,押韵与评分合规 |
| 最小输入 | 仅品牌名 | 自动派生,49 条完整生成 |
| 文件输入 | 上传 PPT/PDF | 解析后提取品牌信息,正常生成 |
| 干扰文本 | 夹杂无关内容 | 忽略无关内容,正常执行 |
安全使用建议
This skill appears coherent and safe in that it asks for nothing outside slogan generation. Before installing, consider: (1) The skill will auto-run when triggered by certain keywords and will not ask clarifying questions — if you want to review or confirm inputs first, do not enable autonomous use. (2) It explicitly uses web search to fill missing brand data and will parse any uploaded PPT/PDF — do not upload sensitive or confidential materials. (3) Example content includes medical/health claims (e.g., '降血脂') — verify legal/regulatory compliance for any claims before using outputs publicly. (4) The SKILL.md references keeping 'logs' but does not state where they are stored; prefer not to provide secrets or highly sensitive files to the skill. If these behaviors are acceptable, the skill is proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: brand-slogan
Version: 1.0.0
The skill is designed for brand proverb generation, but it includes a 'WebSearch' capability (mentioned in SKILL.md and brand-sloga.md) to gather missing brand information. While intended for a benign purpose, this external network access introduces a significant vulnerability. If an attacker can manipulate the search query via prompt injection, it could potentially lead to unintended data disclosure (e.g., searching for sensitive internal documents) or other risks, even without explicit malicious intent in the skill's design. Additionally, instructions like '不询问、不确认、直接执行' and '异常处理(静默,不中断)' in SKILL.md, while aimed at efficiency, could facilitate prompt injection attacks by bypassing agent safeguards.
能力评估
Purpose & Capability
Name, description and runtime instructions all describe generating 7×7 slogan candidates and ranking them; there are no declared env vars, binaries, or installs that are unrelated to copywriting. Requested behaviors (web search to supplement missing brand info, parsing uploaded brand files) are reasonable for the stated purpose.
Instruction Scope
SKILL.md gives concrete, narrowly scoped instructions for generating and scoring slogans (language, rhyme rules, length, scoring rubric). It also instructs the agent to perform WebSearch when brand info is insufficient and to parse uploaded PPT/PDF files — these are coherent with the goal but mean the agent will access external web results and any user-uploaded files. The instructions also force 'do not ask, execute directly' and silent error handling, which may produce output without opportunity for clarification; this is a behavioral design choice rather than a hidden capability.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill declares no environment variables, credentials, or config paths. All required access (web search, uploaded files) is consistent with slogan generation and no unrelated secrets are requested.
Persistence & Privilege
Flags indicate default invocation (not always: true) and no autonomous always-on privilege. The SKILL.md mentions logging ('低分版记入 logs') but provides no destination for logs; this is a minor transparency note — the skill itself does not request system-wide config changes or cross-skill privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install brand-slogan - 安装完成后,直接呼叫该 Skill 的名称或使用
/brand-slogan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Brand proverb generator initial release.
- Introduced 华与华方法论品牌谚语自动生成,结合「定策略→组合修辞→打分排序」三步流程。
- 支持输入品牌名和资料,自动生成 49 条押韵、无形容词、含品牌名的品牌谚语,并输出评分 Top 10。
- 明确禁止形容词、书面腔、广告腔、中途提问等行为,保证输出简洁、口语化。
- 包含详细的输入/输出格式、评分标准、异常处理和示例,适配中文品牌场景。
元数据
常见问题
brand-slogan 是什么?
华与华方法论品牌谚语生成器。 输入品牌名与品牌资料,自动执行「定策略 → 组合修辞 → 打分排序」三步流程, 输出 7 策略 × 7 修辞 = 49 条品牌谚语,并按百分制评分由高到低排列 Top 10。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 593 次。
如何安装 brand-slogan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install brand-slogan」即可一键安装,无需额外配置。
brand-slogan 是免费的吗?
是的,brand-slogan 完全免费(开源免费),可自由下载、安装和使用。
brand-slogan 支持哪些平台?
brand-slogan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 brand-slogan?
由 CoCokkxy(@cocokkxy)开发并维护,当前版本 v1.0.0。
推荐 Skills