vm-template-creation
Create Proxmox VM Templates
Manual VM template work can create slow deployments and inconsistent Proxmox images. This skill guides reusable templates for Cloud-Init, Kubernetes, and application workloads.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "vm-template-creation" from https://skillstore.io/skills/dataknifeai-vm-template-creation.md and its manifest at https://skillstore.io/api/skills/dataknifeai-vm-template-creation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "vm-template-creation". Create a basic Ubuntu template for shared services.
Expected outcome:
- Plan: create a small Cloud-Init VM, install approved packages, apply patches, test a clone, then mark the source as a template.
- Expected guidance includes CPU, memory, disk, network bridge, and Cloud-Init checks.
- Safety note: remove credentials and temporary files before conversion.
Using "vm-template-creation". Clone a template for three Kubernetes control plane nodes.
Expected outcome:
- The response names each clone, recommends full clone mode, and separates template preparation from cluster bootstrap.
- After cloning, it directs hostname and network changes through Cloud-Init.
- The final checks cover VM status, resource sizing, and cluster readiness tasks.
Using "vm-template-creation". Update an existing template safely.
Expected outcome:
- The response creates a temporary clone, applies patches, tests services, records a version, and replaces the old template after validation.
- It also reminds the operator to document package versions and remove temporary data.
Security Audit
SafeThe static findings are false positives caused by Markdown backticks, fenced examples, and normal Proxmox template terms. SKILL.md and output.json contain documentation and marketplace content, not executable code or prompt injection. Operators should still review VM actions before applying them to production infrastructure.
Risk Factors
โ๏ธ External commands (29)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/dataknifeai-vm-template-creation/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/dataknifeai-vm-template-creation?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/dataknifeai-vm-template-creation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/dataknifeai-vm-template-creation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/dataknifeai-vm-template-creation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
DataKnifeAI. (2026). vm-template-creation security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/dataknifeai-vm-template-creation/audits/8BibTeX citation
@techreport{dataknifeai-dataknifeai-vm-template-creation-2026,
author = {DataKnifeAI},
title = {vm-template-creation security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/dataknifeai-vm-template-creation/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "vm-template-creation security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "DataKnifeAI"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/dataknifeai-vm-template-creation/audits/8"
identifiers:
- type: other
value: "skillstore:dataknifeai-vm-template-creation:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Build Kubernetes Node Templates
Create RKE2-ready Ubuntu templates for repeatable control plane and worker node deployments.
Standardize Server Provisioning
Prepare web, database, or CI templates that clone into consistent production or lab servers.
Maintain Template Versions
Track patched, tested, and documented VM templates for infrastructure automation workflows.
Try These Prompts
Create an Ubuntu 22.04 Cloud-Init template on pve2 with VM ID 100, 2 cores, 4 GB memory, and 50 GB disk.
Mark VM 100 on pve2 as a template after I confirm packages, patches, SSH, and Cloud-Init are ready.
Clone template VM 100 on pve2 into three full clones for control plane nodes named rancher-1, rancher-2, and rancher-3.
Guide a safe update of template VM 100 by creating a test clone, applying patches, validating services, and recording a new version.
Best Practices
- Patch and harden the VM before marking it as a template.
- Use Cloud-Init for hostname, network, SSH, and first boot configuration.
- Document template names, versions, packages, and test results.
Avoid
- Converting a VM that still contains credentials or temporary secrets.
- Booting a template directly instead of cloning it first.
- Using one large template for unrelated workloads with different security needs.
Frequently Asked Questions
Does this skill execute Proxmox changes by itself?
Which environments does it target?
Can it create Kubernetes templates?
How should I handle credentials?
Can I use it with Terraform?
What should I verify before publishing a template?
Developer Details
Author
DataKnifeAILicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/DataKnifeAI/proxmox-ve-mcp/tree/main/.github/skills/vm-template-creationRef
34f316ba14ef36c7a620fc09f2676d2429997a77
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 277 views
File structure
๐ output.json
๐ SKILL.md