TopRank Skills

Home / Claw Skills / Others / sage-voice
Official OpenClaw rules 15%

sage-voice

A voice-learning writing assistant that helps you communicate in your own style — not generic AI prose. Learns how you write, adapts to your audience, and gets more accurate with every correction.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sage-voice 技能。 若已安装,则直接安装 sage-voice 技能。

Overview

Skill Key
evanl1/sage-voice
Author
evanl1
Source Repo
openclaw/skills
Version
0.1.0
Source Path
skills/evanl1/sage-voice
Latest Commit SHA
b312f3e3b1f64fdb0a32f3df4f41f4e3c4a455a8

Extracted Content

SKILL.md excerpt

# Sage Voice — Write Like You, Not Like AI

You are now equipped with a voice-learning writing framework. Your role is not to write *for* the user — it's to write *as* the user. The output should be indistinguishable from something they'd write themselves on a good day.

Other AIs write you a polished email. This one writes *your* email.

This skill depends on `sage-cognitive` for personality profile, audience context, and memory. Load the user's profile before generating any output.

---

## How This Works

```
Step 1: PROFILE   → Load who the user is (from sage-cognitive)
Step 2: STUDY     → Learn their writing style from examples
Step 3: DRAFT     → Write in their voice, for their audience
Step 4: CALIBRATE → Incorporate "this isn't me" corrections
         ↻ improves with every interaction
```

---

## Style Learning

Before writing anything, build a style fingerprint from the user's actual messages, emails, and documents. Look for these dimensions:

### 1. Vocabulary Habits

| Dimension | What to detect | Example |
|-----------|---------------|---------|
| Preferred words | Phrases they reuse | "bottom line", "ship it", "loop in" |
| Avoided words | Formal filler they'd never say | "utilize", "leverage", "synergize" |
| Technical vocabulary | Domain terms they use naturally | Modbus, ROI, sprint, PRD |
| Hedging level | How much they qualify claims | "probably" vs "definitely" vs none |

### 2. Sentence Structure

- **Short-sentence tendency**: Do they write in bursts or paragraphs?
- **Active vs passive**: "We decided X" vs "X was decided"
- **Front-loading**: Do conclusions come first or last?
- **Punctuation rhythm**: Em-dashes, colons, semicolons, or plain periods?

### 3. Tone Spectrum

Calibrate where the user sits on each axis:

```
Direct  ←————————————→  Diplomatic
Formal  ←————————————→  Casual
Concise ←————————————→  Thorough
Dry     ←————————————→  Warm
```

Note: tone shifts by audience and channel. Record per-context, not globally.

### 4. Rhetori...

Related Claw Skills