← 返回 Skills 市场
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mentorship-meeting-agenda
功能描述
Generate structured agendas for mentor-student one-on-one meetings
安全使用建议
This skill appears to do exactly what it says: a small local Python script generates and prints/saves an agenda. It does not use network access or request credentials. Before running, review the output path you pass to --output (the script will write the file as-is and will overwrite existing files or follow ../ paths), and run it as an unprivileged user or inside a sandbox if you are concerned about accidental overwrites. Note that the SKILL.md lists security checks (input path validation, sandboxing, sanitized errors) that are not implemented in the script — if you plan to use this with sensitive files or automate it, consider adding path validation and limiting write locations. Otherwise, the skill is low-risk and coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: mentorship-meeting-agenda
Version: 1.0.0
The skill bundle is a straightforward tool for generating mentorship meeting agendas. The Python script (scripts/main.py) uses standard libraries to format text based on user input and optionally write it to a file, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description (generate mentor-student agendas) align with the included Python script and SKILL.md usage. No unrelated binaries, credentials, or services are requested.
Instruction Scope
Runtime instructions are limited to running the local Python script which prints an agenda and optionally writes an output file. The SKILL.md recommends input validation and sandboxing, but the script itself does not validate output paths or implement sandboxing—this is a security hygiene gap, not an active malicious behavior.
Install Mechanism
No install spec; the skill is instruction + a small Python script using only the standard library. No external downloads or package installs are required.
Credentials
The skill requires no environment variables, credentials, or config paths. This is proportionate to its stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mentorship-meeting-agenda - 安装完成后,直接呼叫该 Skill 的名称或使用
/mentorship-meeting-agenda触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mentorship-meeting-agenda.
- Generates structured agendas for mentor-student one-on-one meetings.
- Supports customization by student name, career phase, and topic selection.
- Provides standardized agenda sections with time allocations and discussion prompts.
- Outputs meeting agendas with follow-up trackers in a specified file.
- No additional Python packages required; local script execution only.
元数据
常见问题
Mentorship Meeting Agenda 是什么?
Generate structured agendas for mentor-student one-on-one meetings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 Mentorship Meeting Agenda?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mentorship-meeting-agenda」即可一键安装,无需额外配置。
Mentorship Meeting Agenda 是免费的吗?
是的,Mentorship Meeting Agenda 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mentorship Meeting Agenda 支持哪些平台?
Mentorship Meeting Agenda 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mentorship Meeting Agenda?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills