mcpbeat Sign in

Brand Voice Analyzer Skill for Claude

Analyzes a company's content to extract and codify their brand voice into a comprehensive style guide. Reads website copy, blog posts, emails, and social media to identify tone, vocabulary patterns, sentence structure, personality traits, and word preferences. Generates a brand-voice-guide.md and reviews new content against it.

4k tokens
context cost
the whole folder, loaded on every use
6
files
instructions only
0
copies elsewhere
how many repositories repackaged it
235
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/OneWave-AI/claude-skills --skill brand-voice-analyzer

The instruction itself

7 sections, as written by the author

Brand Voice Analyzer

Ingest a company's existing content, reverse-engineer the voice behind it, produce a definitive brand voice guide any writer can follow, and review new content against an established guide.

Contents

  • references/voice-dimensions.md -- the seven-axis tone spectrum, vocabulary, sentence, personality, audience, and formatting dimensions to extract
  • references/guide-template.md -- required sections, quality standards, and pre-delivery checklist for brand-voice-guide.md
  • references/review-mode.md -- process and output format for scoring content against a guide
  • references/metrics.md -- quantitative and qualitative analysis techniques and citation standards
  • references/edge-cases.md -- handling for thin corpora, multiple voices, regulated industries, rebrands, plus interaction patterns

Workflow: Create a New Voice Guide

  • Ask which content sources are available (URLs, files, directories, pasted text).
  • Ask about any known brand attributes, values, or existing guidelines.
  • Collect the corpus. Pull URLs with WebFetch, locate files with Glob/Read, find public content with WebSearch. Gather website copy, 5-10 blog posts, email campaigns, social posts, sales collateral, and support content. Document each source and its word count.
  • Confirm corpus size. Require at least 3,000 words across 2+ content types. If smaller, flag the limitation and mark affected findings as lower confidence.
  • Run the full voice extraction across every dimension in references/voice-dimensions.md, citing source examples per the standards in references/metrics.md.
  • Present a summary of findings for validation before generating the guide.
  • Generate the complete brand-voice-guide.md following references/guide-template.md. Verify it against that checklist before delivery.
  • Offer to review a sample piece of content against the new guide.

Workflow: Review Content

  • Locate or ask for the brand-voice-guide.md.
  • Read the content to be reviewed.
  • Run the review process and produce the scored output defined in references/review-mode.md.
  • Present findings with actionable, guide-referenced fixes.

Workflow: Update an Existing Guide

  • Read the current brand-voice-guide.md.
  • Ingest the new content sources and run extraction on the new material.
  • Compare findings against the existing guide.
  • Propose specific updates with rationale.
  • Apply approved changes with Edit.

Output Standards

  • Primary output: brand-voice-guide.md. For multiple brands: brand-voice-guide-[company-name].md. Deliver review output inline unless a file is requested.
  • Use markdown headers (H1-H4), tables for comparative data, blockquotes for source quotes, code blocks only for literal reproduced text. Bold key terms on first use. No emojis.

Operating Principles

  • Never fabricate examples. Every quoted example must come from actual source content.
  • Never assert voice attributes without evidence. If the data does not support a conclusion, say so.
  • Present findings as observations, not prescriptions, until the user validates them.
  • Distinguish voice (consistent: who we are) from tone (shifts by context: how we adapt) in every guide.
  • When reviewing, be specific: cite the exact word, phrase, or structure and the guide section it touches.
  • Treat the guide as a living document and defer to the user's judgment on subjective calls.

Other skills for the same job

different authors, same section of the catalogue
Canvas Design
by anthropics
vendor ×13

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

1388k tokens
Algorithmic Art
by anthropics
vendor ×10

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

15k tokens scripts
Image Enhancer
by frostant
×6

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

635 tokens
Video Downloader
by CommandCodeAI
×4

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

671 tokens
Histolab
by christophacham
×3

Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.

18k tokens
Omero Integration
by christophacham
×3

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

32k tokens
Pydicom
by christophacham
×3

Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.

13k tokens scripts
Transformers
by christophacham
×3

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

13k tokens

How to use it

Copy the folder

Take onewave-ai/brand-voice-analyzer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.