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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install quantum-lab或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install quantum-lab⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/quantum-lab/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- 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. ---
Run quantum_lab repo commands inside the preexisting qiskit venv. Prefer the helper scripts in scripts/ so the venv and repo root are always set.
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 Use these for quick Telegram/OpenClaw commands. Both gl 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 If the user types gl ... or ql ... without a full path, always expand it to the full command:
gl → bash /scripts/gl ql → bash /scripts/ql $HOME/work/quantum_lab (override with QUANTUM_LAB_ROOT).~/.venvs/qiskit (override with VENV_PATH).bash /scripts/qexec.sh pip install -r requirements.txt .安装 Quantum Lab 后,可以对 AI 说这些话来触发它
Help me get started with Quantum Lab
Explains what Quantum Lab does, walks through the setup, and runs a quick demo based on your current project
Use Quantum Lab to run the /home/bram/work/quantum_lab Python scripts and demos inside...
Invokes Quantum Lab with the right parameters and returns the result directly in the conversation
What can I do with Quantum Lab in my developer & devops workflow?
Lists the top use cases for Quantum Lab, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/quantum-lab/ 目录(个人级,所有项目可用),或 .claude/skills/quantum-lab/(项目级)。重启 AI 客户端后,用 /quantum-lab 主动调用,或让 AI 根据上下文自动发现并使用。
Quantum Lab 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Quantum Lab 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Quantum Lab
Identifies repetitive steps in your workflow and sets up Quantum Lab to handle them automatically