← Back to Skills Marketplace
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install medical-translation
Description
Use medical translation for academic writing workflows that need structured execution, explicit assumptions, and clear output boundaries.
Usage Guidance
This package appears coherent and low-risk: it implements a local dictionary-based translation CLI and includes a deterministic smoke test and audit reference. Before installing or running it, consider: (1) review scripts/main.py to confirm the covered terms and to ensure it meets your clinical accuracy needs—the script flags out-of-dictionary terms for manual confirmation; (2) run the provided smoke_test.py and python -m py_compile scripts/main.py in an isolated environment to verify behavior; (3) remember this is not a substitute for a certified medical translator—non-dictionary or contextual translations require human review; (4) if you do not want the agent to call skills autonomously, disable autonomous invocation in your agent controls (note: that is a platform setting, not a property of this skill).
Capability Analysis
Type: OpenClaw Skill
Name: medical-translation
Version: 1.0.0
The skill bundle provides a simple, dictionary-based medical translation tool. The Python scripts (scripts/main.py and scripts/smoke_test.py) contain no network, file system, or execution risks, and the logic is limited to matching hardcoded strings. While the documentation (SKILL.md) and the included audit report (medical-translation_audit_result_v2.json) contain repetitive phrasing, there is no evidence of malicious prompt injection, data exfiltration, or intentional vulnerabilities.
Capability Assessment
Purpose & Capability
The skill name, description, SKILL.md, and included scripts all focus on precise medical-term translation. The code implements a small local dictionary and CLI, which is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running the packaged Python scripts, validating inputs, and returning bounded outputs. The instructions do not ask the agent to read unrelated system files, access external endpoints, or exfiltrate data.
Install Mechanism
There is no install spec; this is an instruction-plus-scripts package intended to run locally with Python 3.10+. No downloads or executables from external URLs are required.
Credentials
No environment variables, credentials, or config paths are requested. The skill runs with local script inputs only, which is proportionate to a translation helper.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify other skills or system-wide settings. Autonomous invocation is allowed by platform default but is not combined with broad privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install medical-translation - After installation, invoke the skill by name or use
/medical-translation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the medical-translation skill.
- Provides precise translation of medical terminology for academic writing workflows, supporting structured execution and explicit assumptions.
- Supports input validation, error handling routines, and fallback paths for missing or incomplete inputs.
- Includes reference materials and audit-ready commands for reliable and reviewable outputs.
- Covers security and risk assessment, with guidance for safe script execution and data handling.
- Usage instructions and concrete examples are included for fast adoption.
Metadata
Frequently Asked Questions
What is Medical Translation?
Use medical translation for academic writing workflows that need structured execution, explicit assumptions, and clear output boundaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install Medical Translation?
Run "/install medical-translation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Medical Translation free?
Yes, Medical Translation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Medical Translation support?
Medical Translation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Medical Translation?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills