← Back to Skills Marketplace
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install presentation-hook
Description
Creates engaging opening statements and powerful closings for medical.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install presentation-hook - After installation, invoke the skill by name or use
/presentation-hook - Provide required inputs per the skill's parameter spec and get structured output
Version History
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+.
Metadata
Frequently Asked Questions
What is Presentation Hook?
Creates engaging opening statements and powerful closings for medical. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Presentation Hook?
Run "/install presentation-hook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Presentation Hook free?
Yes, Presentation Hook is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Presentation Hook support?
Presentation Hook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Presentation Hook?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills