A specialized execution environment for running quantum computing simulations and mathematical experiments using Qiskit.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install quantum-lab
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install quantum-lab using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Quantum Lab is a technical skill designed for Openclaw Skills users who need to run complex quantum simulations and mathematical playgrounds. It simplifies the execution of scripts within the quantum_lab repository by managing environment variables and virtual environments automatically.
This skill provides a bridge between high-level agent commands and low-level Qiskit execution, ensuring that dependencies and paths are correctly handled every time. By utilizing standardized wrappers, it allows for seamless integration of quantum computing research into automated workflows.
To get started with this skill in your Openclaw Skills collection, ensure your environment is prepared:
# Ensure the quantum_lab repo exists in the expected path
git clone <your-repo-url> ~/work/quantum_lab
# Setup the Qiskit virtual environment
python -m venv ~/.venvs/qiskit
source ~/.venvs/qiskit/bin/activate
pip install qiskit -r ~/work/quantum_lab/requirements.txt
# Install the skill to your agent directory
cp -r quantum-lab ~/clawd/skills/
The skill organizes its operations around the following data structure and environment variables:
| Component | Description | Default Path |
|---|---|---|
| Repo Root | Source code and script location | $HOME/work/quantum_lab |
| Virtual Env | Python environment with Qiskit installed | ~/.venvs/qiskit |
| Helper Scripts | Execution wrappers (qexec.sh, gl, ql) | <SKILL_DIR>/scripts/ |
| Notebooks | Interactive research documents | notebooks/ |
Loading
A terminal-based skill for accessing Strava data, including athlete metrics, activity history, and route management.

An AI-powered Spotify playlist generator and music discovery tool using the Model Context Protocol.

A CLI tool for syncing Obsidian vaults on headless Linux servers with full end-to-end encryption support.

An intelligent AI project manager that captures tasks from conversation and organizes them into local Markdown files with a visual Kanban dashboard.

A dedicated execution environment for running Qiskit-based quantum simulations and mathematical research scripts.

A powerful tool for automatically generating, organizing, and visualizing collaborative AI agent teams from a single natural language prompt.








































