← Back to Skills Marketplace
aadipapp

Tenqua OpticalQuantumSkill

by Krishna Aditya · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
633
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install optical-quantum-skill
Description
Simulates a quantum kernel using optical fiber storage and linear optics.
Usage Guidance
This skill appears to do what it says: a local optical-quantum kernel simulation implemented in Python. Before running, (1) inspect the included script (already small and readable) and confirm you are comfortable executing it; (2) ensure the runtime has Python and numpy installed; (3) run it in an isolated environment (container or VM) if you treat unreviewed code as sensitive; and (4) note there are no network calls or credential requests in the code, so there is no obvious exfiltration vector. If you need guarantees for production use, request an explicit dependency/install section and a reproducible build/test process.
Capability Analysis
Type: OpenClaw Skill Name: optical-quantum-skill Version: 1.0.0 The skill bundle implements a simulation of an optical quantum kernel. All files, including `SKILL.md` and `README.md`, describe the skill's functionality and security features (resource bounding, input validation), which are consistently implemented in `scripts/optical_kernel.py`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent. Input parsing uses `float()` and `argparse`, which safely handle user input without introducing code execution vulnerabilities.
Capability Assessment
Purpose & Capability
The name/description (optical quantum kernel simulator) match the included Python implementation. Minor inconsistency: the package includes a Python script that imports numpy but the skill metadata does not declare dependencies or an install step. That is an operational omission (you need numpy available to run the script) but not a functional or security mismatch with the stated purpose.
Instruction Scope
SKILL.md describes a single simulation command and embeds the full source. The runtime behavior shown in the code is limited to local numeric computation, randomness, printing output, and argument parsing. The instructions do not direct the agent to read unrelated system files, access environment variables, or transmit data to external endpoints.
Install Mechanism
There is no install spec (instruction-only), which minimizes installation risk. Note that the included script requires Python + numpy; because no dependency/install step is declared, users must ensure the runtime environment has these available. No downloads or archive extraction are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not attempt to read secrets or external configuration. Required permissions are minimal and proportionate to a local simulation task.
Persistence & Privilege
The skill is not marked always:true and does not request persistent/privileged presence or modify other skills or system-wide settings. It runs as an on-demand local script.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install optical-quantum-skill
  3. After installation, invoke the skill by name or use /optical-quantum-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of optical-quantum-kernel. - Simulates a photonic quantum computer using optical fiber storage and linear optics. - Calculates the quantum kernel (similarity) between two input data vectors. - Encodes data into optical phases, simulates fiber loss, and models interference. - Includes resource bounding (max 8 modes) and strict input validation. - Incorporates physics-based constraints such as attenuation and phase noise. - Provides a `simulate` command to run the kernel computation.
Metadata
Slug optical-quantum-skill
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tenqua OpticalQuantumSkill?

Simulates a quantum kernel using optical fiber storage and linear optics. It is an AI Agent Skill for Claude Code / OpenClaw, with 633 downloads so far.

How do I install Tenqua OpticalQuantumSkill?

Run "/install optical-quantum-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tenqua OpticalQuantumSkill free?

Yes, Tenqua OpticalQuantumSkill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tenqua OpticalQuantumSkill support?

Tenqua OpticalQuantumSkill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tenqua OpticalQuantumSkill?

It is built and maintained by Krishna Aditya (@aadipapp); the current version is v1.0.0.

💬 Comments