skills/ai-marketing-skills/pro/brand-voice-extractor/SKILL.md
Extract or build a distinct brand voice profile that AI agents can use to produce on-brand content every time. Two modes: Extract (analyze content you're proud of) or Build (construct a voice from scratch). Outputs a complete voice profile with personality traits, tone spectrum, vocabulary guide, rhythm patterns, and example phrases. Use this before any content creation skill for consistent, human-sounding output.
npx skillsauth add aaaaqwq/claude-code-skills brand-voice-extractorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generic copy converts worse than copy with a distinct voice.
Not because the words are different — because the reader feels like they're hearing from a person, not a marketing team.
This skill defines that voice. Either by extracting it from content you're already proud of, or building it strategically from the ground up. The output is a reusable voice profile that every content skill can reference — so your AI never sounds like everyone else's AI.
A complete voice profile document containing:
Result: Anyone — or any AI agent — can read this profile and produce content that sounds unmistakably like you.
Use when: You have existing content that already sounds right.
Feed the skill 3-5 pieces of content you're proud of — website copy, emails, posts, newsletter editions, anything where you thought "yes, this is me."
The skill analyzes patterns across tone, vocabulary, rhythm, structure, and POV, then codifies what makes your writing distinctive.
Best inputs:
Use when: You're starting fresh, your existing content is generic, or you want to evolve your voice strategically.
The skill asks 10-15 targeted questions about your personality, audience, positioning, and aspirations — then constructs a voice aligned with who you are and who you're talking to.
How to choose:
"Do you have existing content that represents how you want to sound?"
- Yes → Extract mode
- No / Not sure → Build mode
Tell the agent: "Run the brand-voice-extractor in Extract mode" or "Build mode."
The agent outputs a complete, formatted voice profile document.
Store the profile somewhere accessible (e.g., brand/VOICE-PROFILE.md in your workspace). Reference it in every future content task.
"Write 5 LinkedIn posts using this voice profile: [paste profile]" "Draft an email sequence. Use my voice profile for tone and style." "Rewrite this landing page to match my voice."
Tone patterns
Vocabulary patterns
Rhythm patterns
Structural patterns
Personality signals
Identity (who you are)
Audience (who you're talking to) 5. Who are you talking to? (Be specific — not "entrepreneurs") 6. What tone resonates with them? What do they respond to? 7. What would make them trust you? What would turn them off?
Positioning (how you show up) 8. Are you the expert, the peer, the rebel, the guide, the insider? 9. Where do you sit on accessible ↔ exclusive? 10. Where do you sit on approachable ↔ authoritative?
Aspiration (what you want to sound like) 11. Name 2-3 people or brands whose voice you admire. What specifically? 12. What do you NOT want to sound like? 13. Any signature words or phrases that feel like "you"? 14. Any words you hate or want to avoid? 15. How do you feel about humor? Profanity? Hot takes?
# [Your Name] Voice Profile
## Voice Summary
[2-3 sentences. What does this voice FEEL like to encounter?]
## Core Personality Traits
- **[Trait]:** [What this means in practice]
- **[Trait]:** [What this means in practice]
- **[Trait]:** [What this means in practice]
## Tone Spectrum
| Dimension | Position | Notes |
|-----------|----------|-------|
| Formal ↔ Casual | [position] | [specifics] |
| Serious ↔ Playful | [position] | [specifics] |
| Reserved ↔ Bold | [position] | [specifics] |
| Simple ↔ Sophisticated | [position] | [specifics] |
| Warm ↔ Direct | [position] | [specifics] |
## Vocabulary
**USE:** [words, phrases, signature openers]
**AVOID:** [words, corporate-speak, AI-sounding phrases]
**Jargon level:** [Heavy / Light / Translated]
## Rhythm & Structure
**Sentences:** [pattern]
**Paragraphs:** [pattern]
**Openings:** [signature moves]
**Formatting:** [headers, bullets, whitespace]
## Example Phrases
**On-brand:** [3 examples]
**Off-brand:** [3 examples + why wrong]
## Do's and Don'ts
**DO:** [3-5 rules]
**DON'T:** [3-5 rules]
A good voice profile passes this test:
✅ Recognizable — Could someone identify content as "yours" without a byline? ✅ Actionable — Could a writer (human or AI) produce on-brand content using only this profile? ✅ Differentiated — Does it sound different from competitors? ✅ Authentic — Does it feel true to who you are? ✅ Consistent — Can it apply across formats (social, email, long-form)?
If any answer is no, the profile needs more specificity.
Voice profile → direct-response-copy: "Write landing page copy using this voice profile." Voice profile → content-atomizer: "Repurpose this using my voice profile for tone." Voice profile → email-sequences: "Draft this sequence. Match my voice." Voice profile → lead-magnet: "Frame the lead magnet to match this voice."
The workflow: Run brand-voice-extractor first → Save the profile → Reference it in everything else.
→ Get Brand Voice Extractor on Claw Mart — $9
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。