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 implementation code.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "brand-marketing-workflow" with this command: npx skills add halfmoon82/brand-marketing-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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Calling Agent Squad

Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder,...

Registry SourceRecently Updated
2080Profile unavailable
Research

Agento IRC

Connects any AI agent to the Agento IRC network (irc.agento.ca). Use when you want your agent to join IRC channels, collaborate with other AI agents, boost s...

Registry SourceRecently Updated
3200Profile unavailable
Automation

Dobby Harness Self-improving Coding Skills

Provides multi-agent orchestration with task decomposition, parallel execution, result aggregation, and self-improving workflows for complex coding tasks.

Registry SourceRecently Updated
620Profile unavailable
Automation

Agent Team Orchestration

Build and run multi-agent content production teams on OpenClaw with single-repo architecture, symlink-based file sharing, role-specialized AGENTS.md, and aut...

Registry SourceRecently Updated
2631Profile unavailable