← 返回 Skills 市场
Quantum Lab
作者
Bram Dobbelaar
· GitHub ↗
· v0.1.0
1734
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quantum-lab
功能描述
Run the /home/bram/work/quantum_lab Python scripts and demos inside the existing venv ~/.venvs/qiskit. Use when asked (e.g., via Telegram/OpenClaw) to run quant_math_lab.py, qcqi_pure_math_playground.py, quantum_app.py subcommands, quantumapp.server, or notebooks under the repo.
安全使用建议
This skill runs code from a local repository inside a local Python virtualenv. Before installing or invoking it: 1) Verify the repository contents (quantum_lab) are trustworthy — running these commands executes code on your machine. 2) Be cautious when allowing remote triggers (Telegram/OpenClaw): an attacker who can send commands could make the skill run arbitrary Python in your environment. 3) Note that running the suggested `pip install -r requirements.txt` will download packages from PyPI into the venv — review requirements first. 4) If you want extra safety, run the repo in an isolated environment (a separate, minimal venv or container) or audit the scripts in the repo before use.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The `scripts/qexec.sh` script uses `exec "$@"`, allowing arbitrary command execution within the activated virtual environment and specified root directory. While the `SKILL.md` instructs the agent to use this for `python` and `pip install` commands, the underlying mechanism is broad. The `SKILL.md` also explicitly allows `pip install -r requirements.txt`, which can fetch and execute arbitrary code from package repositories, posing a supply chain risk. These capabilities, though potentially legitimate for the skill's stated purpose, introduce significant risk without clear evidence of intentional malicious behavior.
能力评估
Purpose & Capability
Name/description state: run local quantum_lab scripts in an existing qiskit venv. The included SKILL.md and qexec.sh only reference a repo root and a venv path (both configurable) and explicit commands to run those scripts — this is coherent and proportional to the stated purpose.
Instruction Scope
Instructions keep operations inside the configured repo and venv and recommend using helper scripts. The SKILL.md also suggests running `pip install -r requirements.txt` inside the venv if dependencies are missing (which will pull packages from PyPI). The helper script execs whatever command is passed, so an agent running untrusted user-supplied subcommands could execute arbitrary Python code within the repo/venv context — expected for this type of skill but worth noting.
Install Mechanism
No install spec is present (instruction-only skill) and the only included executable is a small shell helper. Nothing is downloaded or extracted at install time.
Credentials
The skill does not request secrets or credentials. It exposes two optional environment overrides (QUANTUM_LAB_ROOT, VENV_PATH) which are filesystem path settings appropriate for locating the repo and virtualenv.
Persistence & Privilege
The skill is not forced-always; it is user-invocable and allows normal autonomous invocation. It does not modify other skills or request elevated/platform-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quantum-lab - 安装完成后,直接呼叫该 Skill 的名称或使用
/quantum-lab触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of quantum-lab skill.
- Enables running quantum_lab Python scripts and demos inside an existing Qiskit venv.
- Provides helper scripts to ensure correct venv and repo root context.
- Includes full and shorthand command lists for both CLI and chat integration (Telegram/OpenClaw).
- Supports custom repo and venv paths via environment variables.
- Notes how to install dependencies if missing.
元数据
常见问题
Quantum Lab 是什么?
Run the /home/bram/work/quantum_lab Python scripts and demos inside the existing venv ~/.venvs/qiskit. Use when asked (e.g., via Telegram/OpenClaw) to run quant_math_lab.py, qcqi_pure_math_playground.py, quantum_app.py subcommands, quantumapp.server, or notebooks under the repo. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1734 次。
如何安装 Quantum Lab?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quantum-lab」即可一键安装,无需额外配置。
Quantum Lab 是免费的吗?
是的,Quantum Lab 完全免费(开源免费),可自由下载、安装和使用。
Quantum Lab 支持哪些平台?
Quantum Lab 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quantum Lab?
由 Bram Dobbelaar(@bramdo)开发并维护,当前版本 v0.1.0。
推荐 Skills