← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tone-adjuster
功能描述
Use when converting medical text between academic and patient-friendly tones, translating medical jargon for patients, adapting research papers for public au...
安全使用建议
This package appears to implement a local text conversion tool and is coherent with its description. Before installing or running it: (1) review the small documentation mismatches (Quick Start import path vs. scripts/main.py) and correct the invocation; (2) run python -m py_compile scripts/main.py and inspect the output on non-sensitive sample text; (3) because the skill deals with medical text, avoid feeding protected health information (PHI) into it unless you trust the runtime environment — although the code has no network calls, always confirm your execution environment's policies; (4) if you will run it in production, consider adding pinned dependency versions and unit tests, and correct the SKILL.md inconsistencies. Overall: low-risk but verify the minor documentation issues before trusting it with sensitive data.
功能分析
Type: OpenClaw Skill
Name: tone-adjuster
Version: 1.0.0
The tone-adjuster skill is a legitimate tool for converting medical text between academic and patient-friendly formats. The implementation in scripts/main.py is a simple text processor using a hardcoded dictionary and regex for string replacement, with no network access, file system interaction, or sensitive data handling. The SKILL.md instructions are well-structured and strictly aligned with the stated purpose of medical tone adjustment.
能力评估
Purpose & Capability
The name and description (converting medical text between academic and patient-friendly tones) match the included Python implementation (ToneAdjuster) and packaged reference material. The script contains a jargon dictionary and conversion/assessment functions that align with the stated purpose.
Instruction Scope
Runtime instructions are focused on validating inputs and running the bundled script. Minor documentation mismatches: SKILL.md's Quick Start imports 'scripts.tone_adjuster' although the provided module file is scripts/main.py, and the README references editing an in-file 'CONFIG' block that doesn't exist in the code. These are documentation inconsistencies but not evidence of malicious behaviour.
Install Mechanism
No install spec or external downloads are present; the skill is instruction-only with a single local Python script. This is low-risk from an install perspective.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not access environment variables or network resources, so requested access is proportionate to purpose.
Persistence & Privilege
The skill is not always-enabled and has no special privileges. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tone-adjuster - 安装完成后,直接呼叫该 Skill 的名称或使用
/tone-adjuster触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the tone-adjuster skill for converting medical text between academic and patient-friendly language.
- Converts medical jargon and academic text to patient-friendly language and vice versa while maintaining clinical accuracy.
- Supports direct reading level assessment and provides recommendations for readability.
- Offers configurable conversion rules and best practices for both tones.
- Includes a CLI and Python API for batch processing and code integration.
- Provides a dictionary for common medical term translations and explanations.
- Ensures structured, reproducible workflows with clear assumptions and output requirements.
元数据
常见问题
Tone Adjuster 是什么?
Use when converting medical text between academic and patient-friendly tones, translating medical jargon for patients, adapting research papers for public au... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Tone Adjuster?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tone-adjuster」即可一键安装,无需额外配置。
Tone Adjuster 是免费的吗?
是的,Tone Adjuster 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tone Adjuster 支持哪些平台?
Tone Adjuster 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tone Adjuster?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills