ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 2/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bramdo/quantum-lab
Or

What This Skill Does

The Quantum Lab skill is a dedicated utility for OpenClaw agents to manage and execute quantum computing scripts, simulations, and notebooks located within the ~/work/quantum_lab directory. It provides a robust interface to execute these tools within a pre-configured Python virtual environment (~/.venvs/qiskit), ensuring that dependencies and system paths are handled correctly without manual environment activation. The skill simplifies the interaction with complex quantum libraries by providing both full command access and a streamlined shorthand alias system (gl or ql), allowing users to run complex mathematical models or quantum simulations with simple natural language commands.

Installation

To integrate this skill into your OpenClaw ecosystem, execute the following command in your terminal: clawhub install openclaw/skills/skills/bramdo/quantum-lab Ensure that your environment has the required directory structure at ~/work/quantum_lab and that the Qiskit virtual environment is present at ~/.venvs/qiskit. If you encounter dependency issues, run bash <SKILL_DIR>/scripts/qexec.sh pip install -r requirements.txt to align the environment with the repository's needs.

Use Cases

This skill is ideal for researchers, students, and quantum developers who need to iterate quickly on quantum algorithms. You can run pure math playgrounds, verify quantum application logic through self-tests, or launch interactive web servers for visualization. It is particularly useful when you need to run specific notebook experiments from within a chat interface, allowing the agent to handle the execution overhead while you focus on the output results.

Example Prompts

  1. "OpenClaw, please run the quantum playground tests to ensure everything is stable."
  2. "Execute the notebook 'QuantumEntanglement.ipynb' using the quantum-lab skill."
  3. "Start the quantum app server on port 8000 and let me know when it is live."

Tips & Limitations

  • Environment Variables: You can override the default repository path using the QUANTUM_LAB_ROOT environment variable if your project is stored elsewhere.
  • Alias Usage: Use the shorthand gl or ql for faster command entry, but remember that these rely on the correctly mapped <SKILL_DIR> path provided during installation.
  • Security: Since this skill executes arbitrary Python code and scripts, only run repositories you trust. Keep your qiskit virtual environment updated to avoid potential vulnerabilities within outdated quantum libraries.

Metadata

Author@bramdo
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bramdo-quantum-lab": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#quantum#qiskit#python#research#simulation
Safety Score: 2/5

Flags: file-read, code-execution