ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

quantinuumclaw

Enables building and deploying quantum computing applications with Quantinuum, Guppy, Selene, and Fly.io. Use for the OpenClaw Clinical Hackathon, clinical or healthcare projects (drug discovery, treatment optimization, patient stratification, trial randomization), quantum-powered web apps, deploying quantum algorithms to the cloud, or integrating quantum results into user-facing interfaces.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arunnadarasa/quantum
Or

QuantinuumClaw – Quantum Guppy/Selene Stack

This skill provides everything needed to build production-ready quantum applications using Quantinuum (hardware/emulator), Guppy (quantum language), Selene (FastAPI backend), and Fly.io (deployment), with optional Lovable frontend. It is tuned for the OpenClaw Clinical Hackathon and general quantum web apps.

When to Use This Skill

Use when:

  • Building for the OpenClaw Clinical Hackathon or any clinical/healthcare quantum project
  • Building web applications that use quantum computing (optimization, chemistry, ML, random, crypto)
  • Deploying quantum algorithms as REST APIs or creating dashboards for quantum results
  • User mentions: clinical, healthcare, drug discovery, treatment optimization, patient stratification, molecular simulation, clinical trials, Guppy, Selene, Fly.io

Example requests: "Build a quantum portfolio optimizer with a web interface" · "Deploy my Guppy algorithm to the cloud" · "Create a clinical molecular simulation demo" · "Set up a quantum ML service on Fly.io"

Stack at a Glance

ComponentRole
QuantinuumQuantum hardware (H-series) or emulator
GuppyQuantum programming (circuits, gates, measurement)
SeleneFastAPI backend that runs Guppy and exposes REST API
Fly.ioHosts the Selene backend in the cloud
LovableReact/TS frontend template; use assets/lovable-template/ or any app that calls the Selene API

Quick Start (One Command)

From the repo root:

python3 scripts/create_quantum_app.py \
  --app-name "clinical-demo" \
  --use-case "chemistry" \
  --description "Clinical molecular simulation" \
  --deploy

Then set VITE_API_URL in the frontend to your Fly.io app URL (e.g. https://clinical-demo.fly.dev).

Clinical use-case → --use-case mapping:

Clinical idea--use-caseNotes
Drug discovery / molecular simchemistryMolecules, energy, properties
Treatment / resource optimizationoptimizationQAOA-style optimization
Patient stratification / MLmlQuantum ML models
Trial randomizationrandomQuantum RNG
Secure keys / protocolscryptoQuantum-safe crypto

General use cases (portfolio, finance, etc.) also use optimization, chemistry, ml, random, crypto, or finance. See references/clinical-use-cases.md for detailed clinical mappings.

Full Workflow: Creating a Quantum Application

Step 1: Define the use case

Identify the problem (optimization, simulation, ML, cryptography, clinical, etc.).

Metadata

Stars4473
Views0
Updated2026-05-01
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-arunnadarasa-quantum": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.