π¦ ClawHub
Quantum Lab
by @bramdo
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.
TERMINAL
clawhub install quantum-labπ About This Skill
name: 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.
Quantum Lab
Overview
Run quantum_lab repo commands inside the preexisting qiskit venv. Prefer the helper scripts inscripts/ so the venv and repo root are always set.Command List (full)
Use as the folder where this skill is installed (e.g., ~/clawd/skills/quantum-lab).bash /scripts/qexec.sh python quant_math_lab.py bash /scripts/qexec.sh python qcqi_pure_math_playground.py bash /scripts/qexec.sh python quantum_app.py bash /scripts/qexec.sh python quantum_app.py self-tests bash /scripts/qexec.sh python quantum_app.py playground bash /scripts/qexec.sh python quantum_app.py notebook notebooks/SomeNotebook.ipynb bash /scripts/qexec.sh python -m quantumapp.server --host 127.0.0.1 --port 8000 Command List (short)
Use these for quick Telegram/OpenClaw commands. Bothgl and ql are supported and equivalent.bash /scripts/gl self-tests bash /scripts/gl playground bash /scripts/gl app bash /scripts/gl lab-tests bash /scripts/gl playground-direct bash /scripts/gl notebook notebooks/SomeNotebook.ipynb bash /scripts/gl web 8000 Shorthand Handling
If the user typesgl ... or ql ... without a full path, always expand it to the full command:
gl β bash /scripts/gl ql β bash /scripts/ql Notes
$HOME/work/quantum_lab (override with QUANTUM_LAB_ROOT).~/.venvs/qiskit (override with VENV_PATH).bash /scripts/qexec.sh pip install -r requirements.txt .π Tips & Best Practices
$HOME/work/quantum_lab (override with QUANTUM_LAB_ROOT).~/.venvs/qiskit (override with VENV_PATH).bash /scripts/qexec.sh pip install -r requirements.txt .