Rewrite Tone

Use this skill to rewrite text in a target tone (e.g. professional, friendly, punchy, formal) while preserving meaning. Uses an LLM.

ncreighton Updated

File contents

rewrite-tone

Use this skill to rewrite text in a target tone (e.g. professional, friendly, punchy, formal) while preserving meaning. Uses an LLM.

  • Kind: tool | Niche: publishing | Cost tier: near_free | Version: 0.1.0

Empire Integration

import sys
sys.path.insert(0, r'C:\D\Claude Code Projects\_SHARED')
import empire_bootstrap  # wires all shared paths

Usage

As a CLI:

python run.py --text <string> --tone <string>

From a Python agent (ATEN runtime):

from skill_library import executor
result = executor.execute("rewrite-tone", {text=..., tone=...})

Parameters

Name Type Required Description
text string yes Input text
tone string yes Target tone

Returns

object{"status": "ok"|"error", "result": ...}

ncreighton/empire-skills/tree/main/skills/rewrite-tone commit f40574fd30

Frequently asked questions

npx skillmds@latest add ncreighton/rewrite-tone