← 返回 Skills 市场
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install presentation-hook
功能描述
Creates engaging opening statements and powerful closings for medical.
安全使用建议
This package appears to be a small, local hook generator and does not contact external services or request credentials — that lowers risk. However, the documentation promises CLI parameters, configurable input/output handling, and file operations that the included script does not actually implement; this mismatch is likely sloppy packaging rather than malicious but you should verify before running. Recommended steps: (1) Inspect scripts/main.py (it is short and readable) and confirm it does only string construction (no network, no file writes). (2) If you need CLI or file I/O, modify the script yourself or ask the author for the intended implementation. (3) Run it in a sandbox or isolated environment first (python -m py_compile scripts/main.py; then run it) and avoid passing any protected health information (PHI) into the tool unless you confirm it handles PHI according to your policies. (4) If you plan to let an agent invoke this autonomously, be aware the SKILL.md claims more capabilities than present — ensure the agent won't attempt file operations the script can't handle.
功能分析
Type: OpenClaw Skill
Name: presentation-hook
Version: 1.0.0
The skill bundle is a straightforward tool for generating presentation openings and closings. The core logic in `scripts/main.py` consists of simple string formatting with no external dependencies, network activity, or sensitive file system access. The instructions in `SKILL.md` follow a standard, safe workflow for an AI agent without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name and description match the actual capability: the packaged Python class generates short opening/closing hooks for medical topics. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs users to run the packaged script with inputs, edit a CONFIG block, and use input/output paths; however, scripts/main.py contains a simple generator with a hard-coded main() and no CLI or file-read/write logic. The instructions therefore overstate the script's runtime behavior and grant the agent implied permissions (file I/O, configurable execution) that aren't implemented.
Install Mechanism
No install spec is provided (instruction-only packaging with a small helper script). Nothing is downloaded or extracted; risk from installation mechanism is low.
Credentials
The skill requests no environment variables, credentials, or config paths and the code does not access any secrets or external services. Requested access is proportionate to the stated purpose.
Persistence & Privilege
always is false and there is no code that modifies agent configuration or requests persistent presence. The skill does not request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install presentation-hook - 安装完成后,直接呼叫该 Skill 的名称或使用
/presentation-hook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of presentation-hook.
- Generates engaging opening statements and memorable closings for medical presentations.
- Provides clear input parameters for topic, audience, and type (opening or closing).
- Outputs hooks in a structured JSON format, including alternatives.
- Includes reproducible workflow, risk assessment, and security checklist.
- No external dependencies beyond Python 3.10+.
元数据
常见问题
Presentation Hook 是什么?
Creates engaging opening statements and powerful closings for medical. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Presentation Hook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install presentation-hook」即可一键安装,无需额外配置。
Presentation Hook 是免费的吗?
是的,Presentation Hook 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Presentation Hook 支持哪些平台?
Presentation Hook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Presentation Hook?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills