OpenQuantum: Skill for Codex

.agents/skills/fieldqkit-hardware/SKILL.md

fieldqkit-hardware is a skill for Codex from xi-zhao/OpenQuantum. It costs 94 tokens per session (535 once invoked), scanned A, original, MIT.

A Chinese-language skill for checking configured quantum-computing providers and finding available hardware through FieldQKit. It only supports read-only credential checks and backend discovery.

In plain words
What is it for?
Use it to check whether providers are configured and discover hardware meeting a minimum qubit count. It does not submit, cancel, or delete quantum tasks.
Why use it?
It explains how to find suitable quantum hardware without exposing credentials or accidentally submitting real jobs.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is xi-zhao/OpenQuantum's own configuration. It tells Codex how to work on OpenQuantum itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything OpenQuantum configures →

Reuse

Borrowing it

Nothing to install: this file belongs to xi-zhao/OpenQuantum. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/xi-zhao/OpenQuantum/main/.agents/skills/fieldqkit-hardware/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/xi-zhao/OpenQuantum

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fieldqkit-hardware

README.md
[![agentmods](https://agentmods.dev/badge/skills/xi-zhao/openquantum/fieldqkit-hardware/github.svg)](https://agentmods.dev/skills/xi-zhao/openquantum/fieldqkit-hardware)
Your own site
<a href="https://agentmods.dev/skills/xi-zhao/openquantum/fieldqkit-hardware"><img src="https://agentmods.dev/badge/skills/xi-zhao/openquantum/fieldqkit-hardware/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fieldqkit-hardware

Your own site · 80×15
<a href="https://agentmods.dev/skills/xi-zhao/openquantum/fieldqkit-hardware"><img src="https://agentmods.dev/badge/skills/xi-zhao/openquantum/fieldqkit-hardware.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 535 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.00535
Opus 5 $0.00047 $0.00267
Sonnet 5 $0.00019 $0.00107
Haiku 4.5 $0.00009 $0.00053

Measured 4d ago against content hash 3fd828422cb9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

fieldqkit-hardware scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (mcp/bridge.py, mcp/server.mjs, test/mcp.test.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/fieldqkit-hardware/SKILL.md · 26 lines

What it actually says

FieldQKit Hardware

工作流

  1. 先调用 inspect_fieldqkit_setup,确认目标 Provider 的凭证是否已在 OpenQuantum 设置中心配置。
  2. 凭证缺失时,明确告诉用户前往“设置中心 → 量子组件 → 安全凭据”;不要索要或回显 Token。
  3. 需要选择硬件时调用 discover_fieldqkit_backends,传入最小量子位数和可选芯片偏好。
  4. 把返回的 Provider、芯片名、量子位数、耦合拓扑和校准摘要作为事实解释,不推断未返回的可用性、成本或排队时间。
  5. 当前两个 MCP-exposed Tool 不会改变云端状态或提交任务;首次后端发现可能由 uv 在工作区物化固定 Python 环境并访问所选云端,因此其最大副作用声明为 workspace-write,不能称为端到端 read-only
  6. 不要通过 Bash、Python 或其他 Tool 绕过它们提交真实量子任务。

边界

  • 复用 DeepSeek Harness 的 Skill Registry、Harness MCP Client、凭据库和 Session,不创建独立 Runtime。
  • 本 Skill 不读取凭据值;FieldQKit MCP Server 仅能看到 Harness 注入的环境变量,并只返回“已配置/未配置”。
  • 远程后端发现可能访问量子云;失败时保留 Provider 的原始错误语义,但不得泄露请求头或 Token。
  • 真实 QPU 提交、取消、付费任务和数据外发尚未开放。后续必须通过 Harness 审批与可审计 Tool 才能增加。
  • Qiskit 电路分析与转译优先使用 qiskit-circuit-workbench;严格二量子位基态验收使用 quantum-ground-state

Provider 与凭据对应关系见 references/providers.md

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · +1 lines 3fd828422cb9
  2. 9d ago First seen · 25 lines · 94 tokens per session scan A 0228e609398d

Subscribe to this mod's changes

fieldqkit-hardware is a skill published in the GitHub repository xi-zhao/OpenQuantum (49 stars, last pushed 2d ago), licensed MIT. It adds 94 tokens to every session and 535 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

i4h-catheter-navigation

Overview of workflows/catheternavigation/ (fluorosim DRR, XPBD physics, vasculature digital twin). Use when the user asks what the catheter navigation workflow is, what's supported, or where to start.

NVIDIA/skills · 55 tokens

i4h-catheter-navigation-viewport

Launch the interactive Slang fluoroscopy viewport with XPBD catheter physics. Use when asked to open the viewport, teleop a catheter, or demo fluoro navigation.

NVIDIA/skills · 42 tokens

academic-research

Search academic papers, scholarly articles, and research publications through SandBase. Use when asked for literature review, academic citations, scholarly research, paper discovery, or scientific evidence gathering.

sandbaseai/sandbase-skills · 39 tokens

alexandria

Reach for this when a research question needs cited sources across academic papers, public domain books, legal records, government archives, security advisories, news, or developer documentation. Alexandria is an MCP server backed by 152 public digital libraries; use it whenever an answer should point at real…

The-40-Thieves/alexandria-mcp · 71 tokens

memory-search-mcp

Long-term memory and context retrieval for AI agents. Semantic search across conversation history with care-weighted relevance.

CSOAI-ORG/memory-search-mcp · 0 tokens

pin-and-lock

Entering digits on native (non-IME) PIN pads, and setting/clearing a secure lock screen required by AndroidKeyStore / Keystore-backed crypto flows. Use when a task needs to unlock a device, enter a PIN, or set/clear a device lock.

iksnerd/adb-mcp · 59 tokens