← Back to Skills Marketplace
couriard

Writing Tone Clone

by Chris Couriard · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
227
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install 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 g...
Usage Guidance
This skill is internally consistent and technically low-risk (no installs or credential requests). The main risks are privacy, consent, and misuse: do not provide private or sensitive messages (medical, financial, passwords), and do not submit other people's private writings without their explicit consent. Note that the skill quotes sample text verbatim in its analysis and will save generated SKILL.md and voice-profile files under skills/[name]-voice/—verify who can access those files. Before using outputs publicly, review and edit them to remove personally identifying or sensitive content, and consider legal/ethical implications of producing content intended to impersonate a real person.
Capability Analysis
Type: OpenClaw Skill Name: writing-tone-clone Version: 1.0.1 The skill requests highly sensitive personal information, such as diaries and private emails, for linguistic analysis. It also instructs the agent to perform file system operations by writing new files to the 'skills/' directory (SKILL.md). While these actions are necessary for the stated purpose of cloning a writing style, the use of a user-provided variable in the file path ('[name]') without explicit sanitization instructions presents a potential path traversal vulnerability. Per the analysis criteria, risky capabilities like file access that are plausibly needed for the stated purpose are classified as suspicious.
Capability Assessment
Purpose & Capability
Name and description (clone writing tone and emit a deployable SKILL.md) match the SKILL.md instructions: collect text samples, analyse across 8 linguistic dimensions, produce a voice profile, and write SKILL.md files. No unrelated environment variables, binaries, or installs are requested.
Instruction Scope
Instructions stay within the stated purpose: they explicitly ask for writing samples, require direct quoting from those samples as analysis evidence, and instruct the agent to save generated files under skills/[name]-voice/. This is coherent but privacy-sensitive: quoting samples verbatim and saving them to disk will capture potentially private content. There are no commands or steps that read other system files or external secrets.
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes technical risk from arbitrary downloads or executed code; nothing will be written to disk by an installer beyond the agent saving generated SKILL.md per the instructions.
Credentials
The skill declares no environment variables, credentials, or config paths. That is proportionate: cloning a writing voice only requires text samples and does not require external API keys or system credentials.
Persistence & Privilege
always is false and the skill is user-invocable (normal defaults). The SKILL.md tells the agent to save outputs into a local skills/ path (expected for a deployable skill) but it does not request broader modifications to other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install writing-tone-clone
  3. After installation, invoke the skill by name or use /writing-tone-clone
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated version to 1.0.1 in SKILL.md and metadata. - No changes to skill logic or documentation content; only version increment.
v1.0.0
- Initial release: create a tool to clone someone's writing tone from sample text and produce a deployable voice skill. - Analyzes writing samples across 8 specific linguistic dimensions, each with direct textual evidence. - Outputs a detailed, documented voice profile and a ready-to-use SKILL.md that replicates the original writing style. - Supports a wide range of input types (diary, email, blog, transcript) and highlights both characteristics present and absent in the source writing. - Includes step-by-step instructions and structured outputs for consistency and clarity.
Metadata
Slug writing-tone-clone
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Writing Tone Clone?

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 g... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.

How do I install Writing Tone Clone?

Run "/install writing-tone-clone" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Writing Tone Clone free?

Yes, Writing Tone Clone is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Writing Tone Clone support?

Writing Tone Clone is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Writing Tone Clone?

It is built and maintained by Chris Couriard (@couriard); the current version is v1.0.1.

💬 Comments