slv-server-procurement

slv-server-procurement is a skill for Claude Code, Codex from ValidatorsDAO/slv. It costs 0 tokens per session (707 once invoked), scanned A, original, Apache-2.0.

A service for finding, purchasing, and provisioning servers for SLV users. It searches available virtual or physical servers by region and requirements, then can create a payment link.

In plain words
What is it for?
Use it to search for VPS instances, check available bare-metal servers, view server products, and generate a Stripe payment link for a selected server.
Why use it?
It removes the need to compare server availability and arrange purchase details manually. It can also check whether the user already has an unused physical server subscription.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/validatorsdao/slv/slv-server-procurement
Any agent
npx skills add ValidatorsDAO/slv --skill slv-server-procurement
Clone the repo
git clone --depth 1 https://github.com/ValidatorsDAO/slv

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for slv-server-procurement

README.md
[![agentmods](https://agentmods.dev/badge/skills/validatorsdao/slv/slv-server-procurement.svg)](https://agentmods.dev/skills/validatorsdao/slv/slv-server-procurement)
Your own site
<a href="https://agentmods.dev/skills/validatorsdao/slv/slv-server-procurement"><img src="https://agentmods.dev/badge/skills/validatorsdao/slv/slv-server-procurement.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00707
Opus 5 $0.00000 $0.00353
Sonnet 5 $0.00000 $0.00141
Haiku 4.5 $0.00000 $0.00071

Measured 4d ago against content hash a4d0b7c0aafc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

slv-server-procurement scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

oss-skills/slv-server-procurement/SKILL.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: slv-server-procurement

Server procurement and provisioning management for SLV users.

Overview

Figaro finds the perfect server for the user's needs, presents it attractively, and provides a purchase link.

Primary MCP Tools (use these first)

1. Search Available VPS

call_mcp(tool_name="get_vps_search_available_vps", arguments={region: "eu", spec: "..."})

Find available VPS instances by region and spec.

2. Check BareMetal Availability

call_mcp(tool_name="get_baremetal_availability")

Check unassigned BareMetal subscriptions the user already has.

3. Generate Payment Link

call_mcp(tool_name="post_billing_generate_payment_link", arguments={items: [{price: "<priceId>", quantity: 1}], region: "amsterdam"})

Generate a Stripe payment link for the user to purchase. Get priceId from the product list first.

Secondary MCP Tools

Server Product Lists

  • call_mcp(tool_name="get_baremetal_server_list_server_type", arguments={serverType: "<TYPE>"}) — List products by type

Server Types

serverType Use Case
APP Testnet validators, dev/test, apps
MV Mainnet validators
MV+ Mainnet validators (premium)
MV++ Mainnet validators (top-tier)
RPC RPC nodes (Index RPC, gRPC Geyser, combos)

Status Tracking

  • call_mcp(tool_name="get_baremetal_status") — Check user's assigned servers
  • call_mcp(tool_name="get_vps_status") — Check user's VPS status
  • call_mcp(tool_name="get_vps_list") — List VPS plans

Mapping: User request -> serverType

  • "testnet validator" -> APP (128GB+ RAM minimum)
  • "mainnet validator" -> MV or MV+
  • "RPC node" / "gRPC node" -> RPC
  • "dev server" / "app server" -> APP

Minimum specs for Solana nodes

  • Testnet validator: 128GB RAM minimum
  • Mainnet validator: 384GB RAM minimum
  • gRPC Geyser only: 384GB RAM minimum
  • Index RPC (without gRPC): 768GB RAM minimum
  • Index RPC + gRPC: 1TB RAM minimum

Procurement Flow

  1. Determine serverType from user request
  2. Check availability first (get_baremetal_availability / get_vps_search_available_vps)
  3. If user has unassigned subscriptions, recommend using those
  4. Otherwise, get product list and recommend ONE product
  5. Generate payment link when user is ready
  6. Present with full URL on its own line for easy copy-paste

Read the full file on GitHub · 78 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 78 lines · 0 tokens per session scan A a4d0b7c0aafc

Subscribe to this mod's changes

slv-server-procurement is a skill published in the GitHub repository ValidatorsDAO/slv (89 stars, last pushed 12d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 707 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

alicloud_cli

阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。.

agentscope-ai/QwenPaw · 45 tokens

deploy-open-harness

Guides a user through collecting the credentials needed to deploy their own copy of Open Harness, deploying this repo on Vercel, and completing first-run setup. Use for requests about deploying, self-hosting, configuring credentials, or getting started with a fork of this app.

vercel-labs/open-agents · 60 tokens

terraform-cli-setup

Terraform CLI 安装与初始化技能。当用户本地未安装 Terraform 时自动完成安装,确保 terraform 命令可用并能执行 init/validate。不负责 Provider 凭证配置,凭证在实际使用时由 terraform-skill 引导。.

agentscope-ai/QwenPaw · 58 tokens

ondb

A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…

x-cmd/x-cmd · 71 tokens

naming

Naming framework for x-cmd modules / commands / subcommands. Subjective + scenario-driven; the skill is a thin shell, NOT a rulebook. Three layers: investigate (goal), naming. .yml (OKR + session record, a .rule file), naming.okr-creator.yml (meta-rule that audits the session).

x-cmd/x-cmd · 74 tokens