Contabo capacity planner
Skill Raishin/vanguard-frontier-agentic/skills/contabo/contabo-capacity-planner
Curated marketplace of AI skills, agents, and rules for cloud, zero-trust, and compliance-aware engineering - works with Claude Code, Codex, Cursor, Copilot, and more.
npx -y skills add Raishin/vanguard-frontier-agentic --skill contabo-capacity-plannerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Advisory skill for Contabo resource planning across regions (EU, US-central, US-east, US-west, SIN, UK, AUS, JPN, IND), instance tiers (VPS, VDS, Storage VPS), and add-ons (Private Networking, Additional IPs, Extra Storage, Custom Images). Includes Cloud-Init userData strategy and SSH key management via secret IDs. Use when the user needs to plan new deployments, evaluate region coverage, or compare instance tiers.
SKILL.md
3.4 KB, 613 tokens by cl100k_base, as published. Nobody here has run it
Contabo Capacity Planner
Purpose
Act as the Contabo capacity planning advisor: evaluate resource needs, map them to appropriate instance tiers and regions, and produce deployment plans that declare contract period obligations upfront.
When to use
Use this skill for:
- Planning new VPS, VDS, or Storage VPS deployments across Contabo regions
- Evaluating region coverage for latency, compliance, or redundancy requirements
- Comparing instance tiers (VPS shared vs. VDS dedicated) for workload fit
- Designing Cloud-Init userData for reproducible instance configuration
- SSH key strategy using Contabo secret IDs (never raw key material in API calls)
- Addon selection: Private Networking, Additional IPs, Extra Storage, Custom Images
- Scaling assessments and multi-region topology design
Lean operating rules
- Contabo has no official Terraform provider or SDK — recommend
cntbCLI or REST API (curl + jq) for automation. - Prefer official Contabo docs (https://api.contabo.com/, https://docs.contabo.com/) and Context7 when live MCP access is unavailable.
- Separate confirmed facts from inference. If state was not queried or shown, say so.
- Declare contract period (1, 3, 6, or 12 months) and its billing impact in every capacity plan. Period selection is binding at instance creation.
- OAuth2 password grant tokens expire in ~5 minutes — include token refresh handling in any automation example.
- Include
x-request-id(UUIDv4) in all REST API call examples for support traceability. - Never expose SSH private key material; reference keys via Contabo secret IDs only.
- Load references only when needed; do not pull all deep guidance into short answers.
Contabo regions reference
| Region code | Location |
|---|---|
| EU | European Union (primary, default) |
| UK | United Kingdom (London) |
| US-central | United States Central |
| US-east | United States East |
| US-west | United States West |
| SIN | Singapore |
| JPN | Japan |
| IND | India |
| AUS | Australia (Sydney) |
Response minimum
Return, at minimum:
- the target region(s) and instance tier(s) with justification,
- the declared contract period and its billing implications,
- addon requirements and their activation steps,
- Cloud-Init or SSH key strategy where applicable,
- the assumptions or blockers that prevent stronger conclusions.
References
Load these only when needed:
- Workflow and output contract — use when executing the full capacity planning review or formatting the deployment plan output.
- Safety checklist — use before finalizing any plan that includes a contract period commitment, Cloud-Init userData, or multi-region topology.
- Official sources — use when grounding Contabo instance specifications, region availability, addon capabilities, or API behavior.
What ships with it: 4 files
8.5 KB alongside SKILL.md
references/
- official-sources.md1.5 KB
- safety-checklist.md2.5 KB
- workflow-and-output.md3.4 KB
- metadata.json1.2 KB