← Back to Skills Marketplace
aipoch-ai

Tone Adjuster

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tone-adjuster
Description
Use when converting medical text between academic and patient-friendly tones, translating medical jargon for patients, adapting research papers for public au...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tone-adjuster
  3. After installation, invoke the skill by name or use /tone-adjuster
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tone-adjuster
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tone Adjuster?

Use when converting medical text between academic and patient-friendly tones, translating medical jargon for patients, adapting research papers for public au... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.

How do I install Tone Adjuster?

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

Is Tone Adjuster free?

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

Which platforms does Tone Adjuster support?

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

Who created Tone Adjuster?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments