← 返回 Skills 市场
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mnemonic-generator
功能描述
Create memory aids for anatomy and pharmacology
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mnemonic-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/mnemonic-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Mnemonic Generator 是什么?
Create memory aids for anatomy and pharmacology. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Mnemonic Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mnemonic-generator」即可一键安装,无需额外配置。
Mnemonic Generator 是免费的吗?
是的,Mnemonic Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mnemonic Generator 支持哪些平台?
Mnemonic Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mnemonic Generator?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills