← 返回
未分类 中文

Brand Marketing Workflow

Structural documentation for the brand-marketing-workflow skill. Use when the user wants to understand, audit, or review the workflow design without exposing...
品牌营销工作流技能的结构性文档。当用户想要了解、审计或审查工作流设计而不暴露...时使用。
halfmoon82
未分类 clawhub v3.0.1 1 版本 100000 Key: 无需
★ 1
Stars
📥 488
下载
💾 1
安装
1
版本
#latest#marketing#multi-agent#workflow

概述

Brand Marketing Workflow — Structural Reference

What This Skill Is

A documentation-only description of the brand marketing workflow. It explains the system architecture, roles, stages, boundaries, and outputs, but contains no executable code.

Purpose

  • Describe how brand inputs are turned into marketing plans
  • Clarify the handoff between strategy, production, analysis, and review
  • Define the human-approval boundaries for publishing, login, payment, or other sensitive actions
  • Serve as a safe replacement artifact when the published skill should be withdrawn from active use

Structure

1) Input Layer

  • Brand name
  • Positioning
  • Tone
  • Audience
  • Goals
  • Channels
  • Constraints
  • Competitor scope

2) Planning Layer

  • Normalize brand input
  • Build a concise brand brief
  • Define content pillars
  • Define channel mapping
  • Define KPI targets

3) Production Layer

  • Draft content variants
  • Draft campaign ideas
  • Draft platform-specific formats
  • Prepare review-ready assets

4) Analysis Layer

  • Compare public competitor signals
  • Identify messaging patterns
  • Identify content gaps
  • Score brand fit and iteration opportunities

5) Authorization Layer

  • Pause on actions that cross policy or access boundaries
  • Request explicit human confirmation
  • Resume only after approval

6) Output Layer

  • Brand brief
  • Content plan
  • Competitor summary
  • Performance review
  • Iteration notes
  • Approval requests when needed

Boundaries

Allowed

  • Public information review
  • Structural planning
  • Draft generation
  • High-level workflow explanation

Not Allowed

  • Hidden scraping
  • Bypassing login or platform controls
  • Automatic publishing
  • Payment or recharge without approval
  • Any misleading claim that implementation code still ships inside this replacement artifact

Implementation Details

Entry Point

install.sh bootstraps the skill and delegates to the Python runtime:

exec python3 scripts/run.py "$@"

Usage via OpenClaw:

oc_execute_skill brand-marketing-workflow --brand "品牌名"
oc_execute_skill brand-marketing-workflow --brand "BrandName" --channels "instagram,wechat"

Scripts

ScriptRole
--------------
scripts/workflow_orchestrator.pyMain entry point — orchestrates all stages in sequence
scripts/competitor_fetcher.pyFetches public competitor signals (no auth required)
scripts/competitor_ai_analyzer.pyAnalyzes competitor content patterns with LLM
scripts/competitor_cluster.pyClusters competitors by positioning and messaging
scripts/authorization_manager.pyGate for any action requiring human approval
scripts/normalize_brand_input.pyNormalizes and validates brand input parameters
scripts/content_producer.pyDrafts content variants per channel
scripts/score_content_effect.pyScores content variants for brand fit

Output Templates

All outputs are written to templates/:

FileContents
---------------
brand_brief.mdBrand positioning, tone, audience, pillars
content_plan.mdChannel-specific content calendar and format map
competitor_report.mdCompetitor analysis with messaging gap matrix
performance_report.mdKPI targets and scoring baseline
iteration_plan.mdNext-cycle improvement suggestions

Authorization Gate

Any action that touches publishing, payment, platform login, or personal data pauses and calls authorization_manager.py, which:

  1. Emits a clear approval request to the user
  2. Blocks all downstream scripts until confirmation is received
  3. Logs the approval decision with timestamp

No sensitive actions are taken automatically.

版本历史

共 1 个版本

  • v3.0.1 当前
    2026-05-03 06:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Multi Agent Dev Team

halfmoon82
设置并管理2–10个代理开发团队,支持可自定义角色、工作流、多个并行团队以及自动分配的AI模型,用于协作软件开发。
★ 1 📥 839
productivity

Config Modification

halfmoon82
强制采用双层防护流程修改关键 JSON 配置文件,实时进行语法检查并周期性进行健康验证,以防止故障配置。
★ 0 📥 1,029
security-compliance

Skill Safe Install

halfmoon82
L0 级技能安全安装流程。触发“安装技能/安全安装/审查权限”时,强制执行 Step0-5(查重→检索→审查→沙箱→正式安装→白名单)。
★ 0 📥 1,299