← Back to Skills Marketplace
training-delivery-manager
by
brandon-zhanghaodong
· GitHub ↗
· v1.0.0
366
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install training-delivery-manager
Description
A comprehensive skill for managing corporate training delivery, including contract generation, travel booking, materials preparation, venue setup, and post-t...
Usage Guidance
This skill appears to implement legitimate training workflows, but before installing or using it: 1) Verify the missing referenced files (contract_template.docx and poster_reference.jpg) are actually present or update the SKILL.md to use relative paths to bundled resources; otherwise the contract/poster features will fail or the agent may try to access unexpected filesystem locations. 2) Be cautious about providing personally identifiable information (ID numbers, phone numbers); confirm where generated documents will be saved, who can read them, and how long data is retained. 3) If you plan to let the agent act autonomously, restrict its permissions to the skill's folder and confirm it cannot write to sensitive system paths. 4) Consider asking the publisher for a version that uses relative paths and a clear privacy/data-retention statement. If these points are not addressed, treat the skill as risky to use with real personal data.
Capability Analysis
Type: OpenClaw Skill
Name: training-delivery-manager
Version: 1.0.0
The skill bundle is a legitimate tool designed to automate corporate training management workflows, such as contract generation, travel booking, and venue setup. It operates using local templates and reference guides (e.g., SKILL.md, materials_checklist.md) and does not exhibit any signs of data exfiltration, malicious execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
The skill's name/description (training delivery management) aligns with the workflows and bundled guides. However SKILL.md references resources that are not present in the manifest: /templates/contract_template.docx and /templates/poster_reference.jpg are referenced but not included. The instructions also use hard-coded absolute paths under /home/ubuntu/skills/training-delivery-manager/ rather than relative paths, which may not exist or be writable in the runtime environment. These inconsistencies could break functionality or cause the agent to access unexpected filesystem locations.
Instruction Scope
Instructions direct the agent to read and write local files (copy and fill a Word contract template, read multiple reference markdown files) — which is expected for this skill — but the missing referenced files and absolute paths are problematic. The travel workflow explicitly asks for personal information (name, ID number, phone) which is reasonable for booking but the SKILL.md does not state how that data is stored, deleted, or transmitted. No external network endpoints are specified in the instructions (no obvious exfiltration), which reduces but does not eliminate risk.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. That minimizes supply-chain risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no environment variables or credentials — consistent with being file/template-driven. However it requests collecting sensitive personal data from users (身份证号 / ID number, contact details) in the Travel Booking workflow; that is proportionate to booking but the skill does not provide guidance about secure handling, retention, or sharing of that data. Also the skill claims to produce and save files in an absolute path; if those paths are shared system locations, generated documents could be accessible to other users/processes.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It does instruct the agent to write files into the local skill directory (create contract copies), which is normal for a template-based skill. There is no indication it attempts to modify other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install training-delivery-manager - After installation, invoke the skill by name or use
/training-delivery-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Automates and manages end-to-end corporate training delivery workflows.
- Supports workflows for contract management, travel booking, materials preparation, venue setup, and post-training communications.
- Integrates document templates and detailed guides for each workflow step.
- Generates filled contracts and promotional articles based on user inputs.
- Provides actionable checklists for travel, materials, and venue setup.
- Includes resources and standardized procedures for consistent training delivery.
Metadata
Frequently Asked Questions
What is training-delivery-manager?
A comprehensive skill for managing corporate training delivery, including contract generation, travel booking, materials preparation, venue setup, and post-t... It is an AI Agent Skill for Claude Code / OpenClaw, with 366 downloads so far.
How do I install training-delivery-manager?
Run "/install training-delivery-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is training-delivery-manager free?
Yes, training-delivery-manager is completely free (open-source). You can download, install and use it at no cost.
Which platforms does training-delivery-manager support?
training-delivery-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created training-delivery-manager?
It is built and maintained by brandon-zhanghaodong (@brandon-zhanghaodong); the current version is v1.0.0.
More Skills