Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

writing-tone-clone书写音克隆

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

6,864

周安装

275

GitHub Stars

公开资料未说明

下载量

2,222
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:writing-tone-clone(书写音克隆)
来源仓库:https://github.com/couriard/writing-tone-clone
安装命令:
openclaw skills install writing-tone-clone
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install writing-tone-clone

简介

从用户提供样文中克隆特定书写语气,生成定制化语音技能用于后续内容生成。

  • 适用于品牌文案、客服回复等需要统一声音风格的场景,保持沟通一致性。
  • 输出包含语气特征码与禁用词的 JSON 配置文件,支持多角色快速切换。
  • 需获得用户明确授权使用其写作样本,尊重知识产权与个人风格所有权。
  • 建议定期更新样本文档,反映最新语言习惯变化与市场趋势演进。

SKILL.md

name
writing-tone-clone
description
Clone someone's writing tone from sample text and produce a ready-to-use voice skill. Provide writing samples (diary, blog posts, emails, social posts) and get a documented voice profile plus a deployable SKILL.md that replicates that person's exact writing style. Triggers on "write like me", "clone my writing style", "replicate my voice", "capture my tone".
author
Chris Couriard
version
1.0.1

Writing Tone Clone — Personal Writing Style Replication

Clone someone's writing tone from sample text and produce a deployable voice skill.

What This Skill Does

Given one or more samples of someone's real writing, this skill:

  1. Analyses the text across 8 linguistic dimensions
  2. Produces a documented voice profile
  3. Writes a deployable [name]-voice SKILL.md the person can use immediately

The output is precise and specific — not generic labels like "conversational tone." Every finding is evidenced from the actual text.


Step 1 — Collect Samples

Ask for writing samples if not already provided. The more the better. Ideal sources:

  • Diaries or journals — most authentic; unguarded, natural voice
  • Personal emails or messages — informal register
  • Blog posts or social captions — may be more polished but still useful
  • Voice note transcripts — captures spoken cadence

Minimum viable input: ~500 words of unedited personal writing.

If multiple sample types are available, use all of them and note which patterns appear across all types (most reliable) vs. only in one context.


Step 2 — Run the Analysis

Analyse the samples across these 8 dimensions. For each dimension, quote directly from the text as evidence.

Dimension 1 — Sentence Structure & Length

  • What is the typical sentence length? (Short/punchy vs. long/flowing)
  • Do sentences vary in length or stay consistent?
  • Are sentences mostly simple, compound, complex, or mixed?
  • Does the writer use fragments or run-ons intentionally?

Dimension 2 — Voice & Register

  • Formal or casual? Where on the spectrum?
  • Does the writer address the reader directly ("you")? How often?
  • First person throughout, or does it shift?
  • Is there self-awareness / self-commentary in the writing?

Dimension 3 — Humour & Tone Markers

  • Is there humour? What kind — dry, slapstick, self-deprecating, absurdist?
  • Are there ironic asides or understatements?
  • Where does the writer make jokes and how are they constructed?
  • Is the humour visible in punctuation choices (brackets, dashes, ellipsis)?

Dimension 4 — Rhythm & Pacing

  • Does the writing accelerate into action scenes and slow for reflection?
  • Are there deliberate one-line beats for emphasis?
  • How are lists used — and do they feel clinical or casual?
  • Does punctuation drive rhythm (em dashes, semicolons, commas)?

Dimension 5 — Vocabulary & Word Choice

  • What is the reading level? (Grade school / conversational / formal?)
  • Does the writer avoid jargon, or use it naturally?
  • Are there recurring words or phrases?
  • Are there conspicuous word choices that feel very "them"?
  • What words would they never use?

Dimension 6 — Emotional Register

  • How openly does the writer express emotion?
  • Are feelings stated directly or implied through action/observation?
  • How does the writer handle vulnerability — lean into it or downplay it?
  • Is positivity, negativity, or neutrality dominant?

Dimension 7 — Structural Habits

  • How does the writer open paragraphs and entries?
  • How do they close or trail off?
  • Are transitions used? What kind?
  • Do they use bullet points, or resist structure?
  • How much scene-setting vs. getting-to-the-point?

Dimension 8 — What They Don't Do

This is often the most useful dimension. Note:

  • Topics, words, or phrases they avoid entirely
  • Rhetorical devices they never use (metaphors? hyperbole? statistics?)
  • Sentence types they don't write
  • Emotional registers they don't express
  • Things a generic AI would write that this person never would

Step 3 — Produce the Voice Profile

Compile the 8 dimensions into a single Voice Profile document. Format:

# [Name] Voice Profile

## Overview
[2-3 sentence summary of the voice — something that would let a stranger immediately recognise it]

## The 8 Dimensions
[Each dimension as a headed section with findings + quoted evidence]

## Quick Reference Rules
[10-15 bullet points: the most important things to get right when writing in this voice]

## What To Avoid
[Explicit list of things that would break the voice]

## Sample Phrases
[5-10 phrases or sentence types that are distinctly this person]

Step 4 — Write the Voice Skill

Using the Voice Profile, write a deployable SKILL.md for this person's voice. The skill should:

  • Have a clear description triggering on "write in [name]'s voice", "sound like [name]", etc.
  • Load the voice profile as a reference document
  • Instruct the agent to follow the Quick Reference Rules strictly
  • Include 2-3 worked examples showing the voice applied to different content types
  • Include the "What To Avoid" section prominently

Save to: skills/[name]-voice/SKILL.md Save the voice profile to: skills/[name]-voice/references/voice-profile.md


Notes on Quality

  • Evidence over assertion. Never say "conversational tone" without quoting the text that shows it.
  • Specific over general. "Uses em dashes to insert dry asides" beats "informal punctuation."
  • Negative space matters. What someone doesn't write is as defining as what they do.
  • Context-dependent. Note if a pattern only appears in certain contexts (e.g. humour only in personal writing, not professional).
  • Iterate if possible. If the person can provide feedback on a first attempt, use it to refine the profile.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.87%
按下载量换算2,130

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills