AgentStack
SKILL verified MIT Self-run

Qemu Image Packaging

skill-processmission-oh-my-qemu-qemu-image-packaging · by processmission

Use for packaging QEMU boot media from kernels, DTBs, firmware, bootloaders, root filesystems, modules, and raw or qcow2 images, while recording layout, offsets, write commands, hashes, and mutation policy.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-processmission-oh-my-qemu-qemu-image-packaging

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Qemu Image Packaging? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

QEMU Image Packaging

Use this workflow to create or update QEMU boot media: SD, eMMC, raw disk, qcow2, pflash, NOR, NAND, firmware containers, or rootfs images.

Primitive Composition

  1. Use qemu-flow-plan.
  2. Use qemu-source-provenance for every input artifact.
  3. Use qemu-image-layout to define the target layout before writing.
  4. Package on a scratch copy unless the user explicitly requests otherwise.
  5. Verify the resulting image and update image-layout.md.

Packaging Flow

Record:

  • base image or blank image creation command;
  • virtual size, actual size, and format;
  • partition or fixed-region map;
  • filesystem creation or file copy commands;
  • raw write operations, including offset or seek and block size;
  • final image hash and any per-partition or per-file checks;
  • whether the image is intended to be reused, treated as disposable, or refreshed before each run.

Tool Rules

  • Use qemu-img for QEMU image format conversion or inspection.
  • Use partition/filesystem tools appropriate to the local image format.
  • Prefer explicit offsets over implicit tool behavior for firmware regions.
  • Keep large generated images out of source control.
  • Store packaging logs and command transcripts under build/agent//.

Handoff

After packaging, provide a copy-pasteable path and the image contract to qemu-boot-run or a boot workflow. If boot fails, re-check the image layout before changing QEMU source.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.