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.
npx agentmods add skills/validatorsdao/slv/slv-server-procurementnpx skills add ValidatorsDAO/slv --skill slv-server-procurementgit clone --depth 1 https://github.com/ValidatorsDAO/slvWrote 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.
[](https://agentmods.dev/skills/validatorsdao/slv/slv-server-procurement)<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>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.
| Model | Per session | Once 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 |
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.
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 serverscall_mcp(tool_name="get_vps_status")— Check user's VPS statuscall_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
- Determine serverType from user request
- Check availability first (get_baremetal_availability / get_vps_search_available_vps)
- If user has unassigned subscriptions, recommend using those
- Otherwise, get product list and recommend ONE product
- Generate payment link when user is ready
- Present with full URL on its own line for easy copy-paste
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.
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.
- 4d ago First seen · 78 lines · 0 tokens per session scan A a4d0b7c0aafc
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.
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…
alicloud_cli
阿里云 CLI 中文文档镜像检索与命令辅助:先走章节索引,再下钻正文页面,给出命令前必须有本地文档证据。.
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.
terraform-cli-setup
Terraform CLI 安装与初始化技能。当用户本地未安装 Terraform 时自动完成安装,确保 terraform 命令可用并能执行 init/validate。不负责 Provider 凭证配置,凭证在实际使用时由 terraform-skill 引导。.
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…
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).