← 返回 Skills 市场
Tenqua OpticalQuantumSkill
作者
Krishna Aditya
· GitHub ↗
· v1.0.0
633
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install optical-quantum-skill
功能描述
Simulates a quantum kernel using optical fiber storage and linear optics.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install optical-quantum-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/optical-quantum-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Tenqua OpticalQuantumSkill 是什么?
Simulates a quantum kernel using optical fiber storage and linear optics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 633 次。
如何安装 Tenqua OpticalQuantumSkill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install optical-quantum-skill」即可一键安装,无需额外配置。
Tenqua OpticalQuantumSkill 是免费的吗?
是的,Tenqua OpticalQuantumSkill 完全免费(开源免费),可自由下载、安装和使用。
Tenqua OpticalQuantumSkill 支持哪些平台?
Tenqua OpticalQuantumSkill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tenqua OpticalQuantumSkill?
由 Krishna Aditya(@aadipapp)开发并维护,当前版本 v1.0.0。
推荐 Skills