·kcli-provider-development
</>

kcli-provider-development

karmab/kcli

Guides implementation of new virtualization providers for kcli. Use when adding support for a new cloud platform, hypervisor, or infrastructure provider.

5Installs·0Trend·@karmab

Installation

$npx skills add https://github.com/karmab/kcli --skill kcli-provider-development

SKILL.md

Providers are located in kvirt/providers/ as subdirectories. Each provider implements the interface defined in kvirt/providers/sampleprovider.py (class Kbase).

Add import and instantiation in kvirt/config.py (around lines 102-220):

The info() method should build a dict with these keys:

Guides implementation of new virtualization providers for kcli. Use when adding support for a new cloud platform, hypervisor, or infrastructure provider. Source: karmab/kcli.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/karmab/kcli --skill kcli-provider-development
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is kcli-provider-development?

Guides implementation of new virtualization providers for kcli. Use when adding support for a new cloud platform, hypervisor, or infrastructure provider. Source: karmab/kcli.

How do I install kcli-provider-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/karmab/kcli --skill kcli-provider-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/karmab/kcli