Core principle
Transformation, evaluation, and verification are separate steps.
- * rewriting is local
- evaluation is measurable
- verification is optional
- user content stays private by default
What this skill does
Use this skill when text sounds generic, repetitive, over-explained, overly polished, or obviously AI-shaped.
This skill helps an agent:
- 1. identify formulaic writing patterns
- rewrite the text in a more natural voice
- measure before/after changes locally
- optionally verify the evaluation result using structured metrics
This skill does not prove human authorship. It improves style and documents the transformation.
Safe operating rules
- * Perform rewriting locally
- Never send original or rewritten text to external systems
- Do not send secrets, credentials, or private data
- If verification is used, send only structured evaluation data
- Treat verification as optional support, not authority
Core execution loop
- 1. Define the intent (tone, audience, purpose)
- Identify AI-shaped patterns
- Rewrite the text naturally
- Evaluate the transformation
- Output rewritten text + evaluation
- Optionally verify evaluation
Output format
CODEBLOCK0
Example Usage
Input
CODEBLOCK1
Output
CODEBLOCK2
Optional verification
You may optionally verify the evaluation using structured data only.
- * do not include text content
- only include evaluation metrics
- verification is optional
What this is
- * text transformation tool
- measurable improvement system
- privacy-first workflow
- optional verification layer
What this is not
- * not an AI detector
- not proof of human authorship
- not a deception tool
- not dependent on external systems
Outcome
- * improves clarity and tone
- removes AI patterns
- produces measurable improvements
- enables optional verification
Keywords
ai-writing, text-transformation, humanization, evaluation, verification, privacy
核心原则
转换、评估与验证为独立步骤。
- * 改写为本地操作
- 评估可量化
- 验证为可选
- 用户内容默认保持私密
本技能的作用
当文本听起来模板化、重复、过度解释、过度修饰或明显带有AI痕迹时,请使用本技能。
本技能帮助智能体:
- 1. 识别公式化写作模式
- 以更自然的语气改写文本
- 在本地衡量改写前后的变化
- 可选地使用结构化指标验证评估结果
本技能不证明人类作者身份。它仅改进风格并记录转换过程。
安全操作规则
- * 在本地执行改写
- 切勿将原始或改写后的文本发送至外部系统
- 不发送机密信息、凭证或私人数据
- 若使用验证,仅发送结构化评估数据
- 将验证视为可选支持,而非权威依据
核心执行循环
- 1. 定义意图(语气、受众、目的)
- 识别AI痕迹模式
- 自然改写文本
- 评估转换效果
- 输出改写文本 + 评估结果
- 可选地验证评估结果
输出格式
json
{
rewritten_text: ...,
changes: [
...
],
evaluation: {
before: {...},
after: {...},
delta: {...}
},
verification: {
used: false,
status: not_run,
receipt_id: null
}
}
使用示例
输入
json
{
text: 这一创新平台堪称尖端技术的典范,为用户提供无缝且直观的体验,彰显其在当今数字领域的重要性。
}
输出
json
{
rewritten_text: 这个平台设计得易于使用,在日常场景中确实很实用。,
changes: [
移除夸张用语,
简化句子结构,
提升清晰度
],
evaluation: {
before: {
word_count: 27,
aivocabcount: 5
},
after: {
word_count: 16,
aivocabcount: 0
},
delta: {
wordcountchange: -11,
aivocabreduction: true
}
},
verification: {
used: false,
status: not_run,
receipt_id: null
}
}
可选验证
您可以选择仅使用结构化数据来验证评估结果。
本技能是什么
- * 文本转换工具
- 可量化改进系统
- 隐私优先的工作流程
- 可选验证层
本技能不是什么
- * 不是AI检测器
- 不是人类作者身份证明
- 不是欺骗工具
- 不依赖外部系统
成果
- * 提升清晰度和语气
- 消除AI痕迹
- 产生可量化的改进
- 支持可选验证
关键词
AI写作、文本转换、人性化、评估、验证、隐私