← Back to Skills Marketplace
120
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mnemonic-generator
Description
Create memory aids for anatomy and pharmacology
Usage Guidance
This skill appears to do exactly what it says: local generation of medical mnemonics with no network access or secret usage. Before installing, consider: 1) review the small Python script if you'll run it in a sensitive environment (it prints to stdout only and uses no network or file writes). 2) the SKILL.md mentions file I/O and path validation, but the shipped code does not perform file reads/writes—if maintainers plan to add file input/output later, ensure they validate paths (prevent ../ traversal) and avoid logging sensitive patient data. 3) If you run this in an environment where executing arbitrary Python is restricted, follow your organization’s code review policies. Otherwise it is coherent and low-risk.
Capability Analysis
Type: OpenClaw Skill
Name: mnemonic-generator
Version: 1.0.0
The mnemonic-generator skill is a straightforward educational tool for creating medical memory aids. The Python script (scripts/main.py) uses basic string manipulation and a hardcoded word bank to generate acronyms and stories, with no use of high-risk functions like os.system, eval, or network libraries. The SKILL.md documentation accurately describes the tool's purpose and contains no malicious prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description (medical mnemonics) align with the included Python script: functions create acronyms and story mnemonics for provided items. No unrelated capabilities (cloud, admin, or secret access) are requested.
Instruction Scope
SKILL.md describes parameters and outputs and correctly limits behavior to local generation. However, the SKILL.md Risk Checklist and Risk Assessment mention reading input files and writing output files / file-path validation while the provided script does not perform any filesystem reads/writes beyond simple stdout. This is an inconsistency (documentation is more cautious than the code). The runtime instructions do not instruct the agent to access unexpected env vars, system paths, or external endpoints.
Install Mechanism
No install spec; skill is instruction-only with a small bundled Python script that uses only the standard library. No downloads, package installs, or external repositories are referenced.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read environment variables or request secrets, so requested privileges are proportionate.
Persistence & Privilege
always is false and the skill does not attempt to modify agent configuration or persist credentials. It runs as a local utility and has no privileged persistence behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mnemonic-generator - After installation, invoke the skill by name or use
/mnemonic-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Mnemonic Generator skill version 1.0.0 introduces a tool for creating custom mnemonics in medical education.
- Generates memory aids for anatomy, pharmacology, and biochemistry topics.
- Supports multiple mnemonic styles including acronyms, stories, and visuals.
- Returns custom mnemonics, explanations, alternatives, and usage tips.
- Includes draft-stage security and risk assessments.
- No external dependencies or network access required.
Metadata
Frequently Asked Questions
What is Mnemonic Generator?
Create memory aids for anatomy and pharmacology. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Mnemonic Generator?
Run "/install mnemonic-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mnemonic Generator free?
Yes, Mnemonic Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mnemonic Generator support?
Mnemonic Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mnemonic Generator?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills