AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Range Config

skill-badsectorlabs-ludus-skills-range-config · by badsectorlabs

Create, edit, and validate Ludus range configuration YAML including VM definitions, domains, networking, router settings, testing behavior, and role configuration. Use when users need help authoring or reviewing `ludus` range config files.

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

Install

$ agentstack add skill-badsectorlabs-ludus-skills-range-config

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-badsectorlabs-ludus-skills-range-config)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Range Config? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Ludus Range Configuration

Use this skill to build safe, valid Ludus YAML configurations and explain tradeoffs in topology, networking, and role design.

Key Principles

  1. Always suggest the YAML schema validation header at the top of configs:

``yaml # yaml-language-server: $schema=https://docs.ludus.cloud/schemas/range-config.json ``

  1. Use {{ range_id }} template strings in vm_name and hostname fields. This resolves to the user's range ID (e.g., "JS").
  1. Windows hostnames are limited to 15 characters due to NETBIOS.
  1. VLANs must be 2-255 and become the third octet of the VM's IP (e.g., vlan 10 = 10.X.10.Y).
  1. iplastoctet must be unique within a VLAN.
  1. Set linux: true for Linux VMs, windows: key for Windows VMs, macOS: true for macOS VMs.
  1. Domain roles are: primary-dc, alt-dc, or member.
  1. role_vars must be a dictionary - do not use hyphens to prefix variables.
  1. Roles must exist on the server before deploy — verify installed roles and add any that are missing.

Workflow

  1. Clarify the target environment and intended use case.
  2. Define required VMs and roles.
  3. Verify that required templates are available on the server.
  4. Build or revise YAML in small, valid increments.
  5. Propose network rules and testing behavior appropriate for the scenario.
  6. Verify that required Ansible roles/collections are installed; recommend any that need to be added.
  7. Validate structure and values against the schema reference.

References

  • Use references/schema.md for full schema details, valid values, defaults, and complete examples.
  • Use https://docs.ludus.cloud/docs/configuration for official configuration guidance.
  • Use https://docs.ludus.cloud/schemas/range-config.json for schema-backed validation.

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.