スキル一覧に戻る
basher83

omni-talos

by basher83

Repo for my personal Claude Code configs

10🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: omni-talos description: This skill provides operational tooling and guidance for Omni Proxmox infrastructure. Use when the user asks to "check provider status", "restart provider", "view provider logs", "debug provider registration", "create a machine class", "configure Proxmox provider", "set up CEL storage selectors", "create a Talos cluster", or needs guidance on Omni + Proxmox infrastructure integration for Talos Kubernetes clusters.

Omni + Proxmox Infrastructure Provider

Operational tooling for Talos Linux Kubernetes clusters via Sidero Omni with Proxmox infrastructure provider.

Provider Operations

Use ${CLAUDE_PLUGIN_ROOT}/skills/omni-talos/scripts/provider-ctl.py for provider management:

TaskCommand
View logs${CLAUDE_PLUGIN_ROOT}/skills/omni-talos/scripts/provider-ctl.py --logs 50
Raw JSON logs${CLAUDE_PLUGIN_ROOT}/skills/omni-talos/scripts/provider-ctl.py --logs 50 --raw
Restart provider${CLAUDE_PLUGIN_ROOT}/skills/omni-talos/scripts/provider-ctl.py --restart

The provider runs on Foxtrot LXC (CT 200) — script handles SSH automatically.

Current Deployment

ComponentLocationIPEndpoint
OmniHolly (VMID 101, Quantum)192.168.10.20omni.spaceships.work
Proxmox ProviderFoxtrot LXC (CT 200, Matrix)192.168.3.10L2 adjacent to Talos VMs
Target ClusterMatrix (Foxtrot/Golf/Hotel)192.168.3.{5,6,7}Proxmox API
StorageCEPH RBDvm_ssd pool

Quick Reference

omnictl commands:

omnictl cluster status <cluster-name>
omnictl get machines -l omni.sidero.dev/cluster=<cluster-name>
omnictl get machineclasses
omnictl apply -f machine-classes/<name>.yaml
omnictl cluster template sync -f clusters/<name>.yaml

Note: --cluster flag does not exist. Use label selector -l instead.

MachineClass minimal example:

metadata:
  namespace: default
  type: MachineClasses.omni.sidero.dev
  id: matrix-worker
spec:
  autoprovision:
    providerid: matrix-cluster
    providerdata: |
      cores: 4
      memory: 16384
      disk_size: 100
      storage_selector: name == "vm_ssd"
      node: foxtrot

See references/machine-classes.md for full field reference.

Key Constraints

ConstraintDetails
L2 adjacencyProvider MUST be on same L2 as Talos VMs (Foxtrot LXC)
CEL type reservedUse name only for storage selectors
Hostname bugUse :local-fix tag, not :latest
No CP pinningOmni allows only 1 ControlPlane section per template
No VM migrationDestroys node state — destroy/recreate instead
Split-horizon DNSomni.spaceships.work → 192.168.10.20 (LAN)

Reference Files

FileContent
references/architecture.mdNetwork topology, design decisions
references/machine-classes.mdFull provider data fields (compute, storage, network, PCI)
references/provider-setup.mdProvider config, compose setup, credentials
references/cluster-templates.mdCluster template structure, patches
references/cel-storage-selectors.mdCEL syntax and patterns
references/debugging.mdCommon issues
references/recovery-procedures.mdRecovery from stuck states
references/proxmox-permissions.mdAPI token setup
references/omnictl-auth.mdAuthentication methods

Examples

FileDescription
examples/machineclass-ceph.yamlCEPH storage
examples/machineclass-local.yamlLocal LVM
examples/cluster-template.yamlComplete cluster
examples/proxmox-gpu-worker.yamlGPU passthrough
examples/proxmox-storage-node.yamlStorage node
examples/proxmox-worker-multi-net.yamlMulti-network

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です