← Back to Skills Marketplace
bramdo

Quantum Lab

by Bram Dobbelaar · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1734
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quantum-lab
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quantum-lab
  3. After installation, invoke the skill by name or use /quantum-lab
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug quantum-lab
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1734 downloads so far.

How do I install Quantum Lab?

Run "/install quantum-lab" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quantum Lab free?

Yes, Quantum Lab is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Quantum Lab support?

Quantum Lab is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quantum Lab?

It is built and maintained by Bram Dobbelaar (@bramdo); the current version is v0.1.0.

💬 Comments