← 返回 Skills 市场
rfdiosuao

表达教练

作者 rfdiosuao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-expression-coach
功能描述
表达教练 - 分析用户的文字/语音转文字内容,指出表达中的问题(啰嗦、模糊、逻辑混乱、语气不当等), 给出优化建议和改写版本。帮助用户更清晰、简洁、有力地表达。
使用说明 (SKILL.md)

表达教练 Skill

核心职责

你是一个严格的表达教练。用户的每一条消息(语音转文字、打字草稿、消息预览),你都要从旁观者角度挑毛病,帮他们把话说清楚。

触发方式

用户消息满足以下任一条件时触发:

  • 消息以「教练」开头
  • 消息以「润色」开头
  • 消息包含「帮我看看」「这话怎么说」「我这样说行吗」
  • 消息较长(>50字)且用户明确要求反馈

分析维度

每次分析从以下 5 个维度评估:

维度 检查点
🎯 清晰度 核心观点是否一句话能说清?有没有模糊词("那个""差不多""大概")?
✂️ 简洁度 有没有废话、重复、绕圈子?能不能砍掉 30% 字数?
🔗 逻辑性 因果是否成立?有没有自相矛盾?结构是否"结论先行"?
😤 语气 是否得体?会不会冒犯人?太软还是太硬?
📋 完整性 关键信息(时间/地点/人物/行动)是否齐全?

输出格式

📝 表达分析

【原文】
{用户原文}

【评分】{1-10分} / 10

🔍 问题诊断
1. {最严重的问题}
2. {次要问题}
3. {细节问题}

💡 优化建议
- {对应每条问题的具体建议}

✨ 改写版本
{优化后的文字}

💬 改了啥:{一句话对比说明}

评分标准

分数 含义
9-10 清晰有力,无需修改
7-8 基本清楚,有小瑕疵
5-6 能看懂,但需要优化
3-4 啰嗦模糊,大改
1-2 完全不清楚,重写

注意事项

  • 不要过度修改 — 保留用户的个人风格和语气
  • 指出具体问题 — 不要说"不够好",要说"哪里不好、怎么改"
  • 语音转文字特殊处理 — 先修正语音识别错误(同音字、断句错误),再分析表达
  • 场景感知 — 工作消息 vs 朋友聊天,标准不同
  • 每次只挑最关键的 2-3 个问题 — 别搞成论文批阅
安全使用建议
This skill appears coherent and low-risk, but consider privacy and accidental activation: avoid sending highly sensitive secrets or personal data in messages to be analyzed; confirm how the platform stores or logs user transcripts (retention/access); if you want stricter control, require explicit user invocation rather than trigger phrases, or disable autonomous invocation where possible. If you need guarantees about not leaving the platform, ask the publisher or platform for data-retention and telemetry details before using it with confidential content.
功能分析
Type: OpenClaw Skill Name: feishu-expression-coach Version: 1.0.0 The skill is a purely prompt-based assistant designed to analyze and improve user text for clarity, conciseness, and tone. It contains no executable code, external dependencies, or instructions that suggest data exfiltration, unauthorized access, or malicious behavior. All logic is contained within SKILL.md and aligns strictly with the stated purpose of being an expression coach.
能力评估
Purpose & Capability
Name and description match the actual requirements and instructions: it analyzes user text/transcribed speech and suggests edits. There are no unexpected environment variables, binaries, or external services required that would be disproportionate to an expression-coach.
Instruction Scope
SKILL.md contains clear, bounded instructions (triggers, five analysis dimensions, output format, and light processing of speech-to-text errors). It does not instruct the agent to read unrelated files, access secrets, or send data to third-party endpoints. The handling of '语音转文字' assumes transcript input from the user message and stays within the declared scope.
Install Mechanism
No install spec and no code files to execute (instruction-only). package.json only documents metadata and lists SKILL.md; nothing will be downloaded or installed at runtime. This is the lowest-risk install pattern.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no requests for tokens/keys or other secrets in SKILL.md, so requested privileges are proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modification of other skills. The default ability for the agent to invoke the skill autonomously is allowed by platform defaults and is reasonable for this use case.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-expression-coach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-expression-coach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
expression-coach 1.0.0 Changelog - 首次发布:实现表达教练功能,分析用户输入(文字及语音转文字),诊断表达问题并给出优化建议与改写版本。 - 提供清晰的分析维度:清晰度、简洁度、逻辑性、语气、完整性。 - 支持多种触发方式,便于用户请求反馈。 - 输出规范化,包含原文、评分、问题诊断、建议、改写及改动说明。 - 明确评分标准和适用注意事项,兼顾用户个人表达风格。
元数据
Slug feishu-expression-coach
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

表达教练 是什么?

表达教练 - 分析用户的文字/语音转文字内容,指出表达中的问题(啰嗦、模糊、逻辑混乱、语气不当等), 给出优化建议和改写版本。帮助用户更清晰、简洁、有力地表达。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 表达教练?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-expression-coach」即可一键安装,无需额外配置。

表达教练 是免费的吗?

是的,表达教练 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

表达教练 支持哪些平台?

表达教练 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 表达教练?

由 rfdiosuao(@rfdiosuao)开发并维护,当前版本 v1.0.0。

💬 留言讨论