← 返回 Skills 市场
aipoch-ai

Q&A Prep Partner

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qa-prep-partner
功能描述
Predict challenging questions for presentations and prepare responses
安全使用建议
This skill appears to be what it says: a local Python tool that generates likely Q&A questions and response frameworks. Before installing or running it: (1) review the small script yourself — it prints output to the console and only reads an input file if you provide one; it does not call remote services or require credentials; (2) be aware the script will read any file path you pass, and it does not validate paths (so don't point it at sensitive system files); (3) the file read uses a bare except which can hide errors — consider improving error handling if you plan to use it in automation; (4) run it in a controlled environment if you are unsure about the source (the repo is marked Draft and has no homepage). Overall the footprint is small and coherent, but apply usual caution with code from unknown sources.
功能分析
Type: OpenClaw Skill Name: qa-prep-partner Version: 1.0.0 The skill is classified as suspicious due to a vulnerability in scripts/main.py where the --abstract argument is passed directly to open() without path sanitization, potentially allowing directory traversal or local file inclusion (LFI). Additionally, SKILL.md contains a security checklist that falsely claims input file paths are validated against '../' traversal, which is not implemented in the code. While the core logic for generating Q&A templates is benign, the combination of unvalidated file access and misleading security documentation warrants caution.
能力评估
Purpose & Capability
Name/description (Q&A prep) align with the provided script and SKILL.md. The Python script generates question templates and response frameworks consistent with the stated goal; no unrelated binaries, credentials, or services are requested.
Instruction Scope
SKILL.md and usage instruct running scripts/main.py with an --abstract path or raw text. The script does read an input file when provided and prints results to stdout. SKILL.md's checklist mentions input-path validation (no ../ traversal) and writing outputs to workspace, but the script does not perform path traversal checks and does not actually write output files (it prints to console). Also the code uses a bare except when reading the abstract which hides read errors; consider adding explicit input validation and clearer error handling.
Install Mechanism
Instruction-only skill with an included Python script; there is no install spec, no downloads, and no package installation. This is low-risk from an install perspective.
Credentials
No environment variables, credentials, or config paths are requested. The script operates locally and requires only a Python runtime and optional user-provided file or text.
Persistence & Privilege
always is false and the skill does not request persistent agent privileges or modify other skills/config. Autonomous invocation is allowed by default but is not combined with broad privileges or credential access here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qa-prep-partner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qa-prep-partner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Q&A Prep Partner. - Predicts challenging questions for presentations based on abstract or topic. - Generates suggested response frameworks and key points. - Supports multiple question types (methodology, statistical, interpretation, limitations, future work, comparison). - Accepts various parameters, including topic, field, audience, and number of questions. - Includes basic security and risk assessment. - No extra Python packages required.
元数据
Slug qa-prep-partner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Q&A Prep Partner 是什么?

Predict challenging questions for presentations and prepare responses. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Q&A Prep Partner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qa-prep-partner」即可一键安装,无需额外配置。

Q&A Prep Partner 是免费的吗?

是的,Q&A Prep Partner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Q&A Prep Partner 支持哪些平台?

Q&A Prep Partner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Q&A Prep Partner?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论