# Send Slv Rpc to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "slv-rpc",
    "name": "Slv Rpc",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/POPPIN-FUMI/slv-rpc",
    "canonicalUrl": "https://clawhub.ai/POPPIN-FUMI/slv-rpc",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/slv-rpc",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=slv-rpc",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "AGENT.md",
      "README.md",
      "SKILL.md",
      "examples/inventory.yml",
      "scripts/setup.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/slv-rpc"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/slv-rpc",
    "downloadUrl": "https://openagent3.xyz/downloads/slv-rpc",
    "agentUrl": "https://openagent3.xyz/skills/slv-rpc/agent",
    "manifestUrl": "https://openagent3.xyz/skills/slv-rpc/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/slv-rpc/agent.md"
  }
}
```
## Documentation

### SLV RPC Skill

Ansible playbooks and Jinja2 templates for deploying and managing Solana RPC nodes (mainnet, testnet, devnet).

### Supported RPC Types

TypeDescriptionRPCStandard RPC nodeIndex RPCFull-index RPC node (with Old Faithful/yellowstone-faithful)Geyser gRPCRPC with Geyser gRPC streamingIndex RPC + gRPCFull-index + gRPC streaming

### Directory Structure

ansible/
  mainnet-rpc/   — Mainnet RPC playbooks
  testnet-rpc/   — Testnet RPC playbooks
  devnet-rpc/    — Devnet RPC playbooks
  cmn/           — Shared common playbooks
jinja/
  mainnet-rpc/   — Mainnet Jinja2 templates
  testnet-rpc/   — Testnet Jinja2 templates
  devnet-rpc/    — Devnet Jinja2 templates
  cmn/           — Shared templates

### CLI Command ↔ Playbook Mapping

The slv r CLI commands map directly to these playbooks. {net} = mainnet-rpc, testnet-rpc, or devnet-rpc.

CLI CommandPlaybookDescriptionslv r deploy{net}/init.ymlFull RPC node initialization and deploymentslv r start{net}/start_node.ymlStart RPC nodeslv r stop{net}/stop_node.ymlStop RPC nodeslv r restart{net}/restart_node.ymlRestart RPC nodeslv r build:solana{net}/install_solana.ymlBuild Solana from sourceslv r install:solanacmn/install_solana.ymlInstall Solana binary (deprecated, prefer build)slv r setup:firedancer{net}/setup_firedancer.ymlSetup Firedancerslv r update:firedancercmn/update_firedancer.ymlUpdate Firedancer binaryslv r update:script{net}/update_startup_config.ymlUpdate start-validator.sh from templateslv r update:geyser{net}/update_geyser.ymlUpdate Geyser pluginslv r get:snapshot{net}/wget_snapshot.ymlDownload snapshot via aria2cslv r cleanupcmn/rm_ledger.ymlRemove ledger/snapshot filesslv r list(no playbook)List RPC nodes (CLI only)slv r update:allowed-ips(no playbook)Update allowed IPs (CLI only)slv r init(no playbook)Interactive wizard (CLI only)

### Mainnet RPC (mainnet-rpc/)

PlaybookDescriptioninit.ymlFull RPC node initializationinit_richat_geyser.ymlInitialize Richat Geyser configurationrestart_node.ymlRestart RPC nodestart_node.ymlStart RPC nodestop_node.ymlStop RPC nodeinstall_solana.ymlBuild Solana from sourceinstall_agave.ymlBuild Agave from sourceinstall_jito.ymlBuild Jito from sourceinstall_rust.ymlInstall Rust toolchaininstall_package.ymlInstall system packagesinstall_richat.ymlInstall Richat gRPC plugininstall_of1.ymlInstall Old Faithful (yellowstone-faithful)install_of1_service.ymlSetup Old Faithful systemd servicegeyser_build.ymlBuild Yellowstone gRPC from sourcegeyser_richat_build.ymlBuild Richat gRPC plugin from sourceupdate_geyser.ymlUpdate Geyser pluginupdate_startup_config.ymlUpdate start-validator.sh from templateupdate_ubuntu.ymlUpdate Ubuntu packagessetup_firedancer.ymlSetup Firedancer for RPCsetup-solv-service.ymlSetup systemd servicestart-solv-service.ymlStart systemd servicesetup_ufw.ymlConfigure UFW firewallsetup_logrotate.ymlSetup log rotationsetup_norestart.ymlDisable auto-restartconfigure_hugetlbfs.ymlConfigure hugepages for Firedancerfail2ban_solana_rate_limit.ymlSetup fail2ban rate limitingfail2ban_sshd.ymlSetup fail2ban for SSHallow_ufw.ymlAdd UFW allow rulesadd_solv.ymlAdd solv usercopy_keys.ymlCopy node keyscreate-start-validator-sh.ymlGenerate start script from templatecreate-symlink.ymlCreate version symlinksmount_disks.ymlMount and format disksoptimize_system.ymlOptimize system settingsrun_restarter.ymlRun restarter scriptrun_snapshot_finder.ymlFind and download best snapshot

### Testnet RPC (testnet-rpc/)

PlaybookDescriptioninit.ymlFull testnet RPC initializationrestart_node.ymlRestart nodestart_node.yml / stop_node.ymlStart/stop nodeinstall_solana.ymlBuild Solana from sourceinstall_agave.yml / install_jito.ymlBuild client from sourceinstall_richat.ymlInstall Richat plugingeyser_build.ymlBuild Yellowstone gRPCgeyser_richat_build.ymlBuild Richat plugin from sourceupdate_geyser.ymlUpdate Geyser pluginupdate_firedancer.ymlUpdate Firedancerupdate_startup_config.ymlUpdate start scriptsetup_firedancer.ymlSetup Firedancersetup_solv_service.ymlSetup systemd servicecreate-start-validator-sh.ymlGenerate start scriptwget_snapshot.ymlDownload snapshot

### Devnet RPC (devnet-rpc/)

PlaybookDescriptioninit.ymlFull devnet RPC initializationrestart_node.ymlRestart nodestart_node.yml / stop_node.ymlStart/stop nodeinstall_solana.ymlBuild Solana from sourceinstall_agave.yml / install_jito.ymlBuild client from sourceinstall_richat.ymlInstall Richat plugingeyser_build.ymlBuild Yellowstone gRPCgeyser_richat_build.ymlBuild Richat plugin from sourceupdate_geyser.ymlUpdate Geyser pluginupdate_startup_config.ymlUpdate start scriptsetup_firedancer.ymlSetup Firedancersetup_solv_service.ymlSetup systemd servicecreate-start-validator-sh.ymlGenerate start script

### Shared Common (cmn/)

PlaybookDescriptionbuild_solana.ymlBuild Solana from source (dispatches to build_agave/build_jito)build_agave.ymlBuild Agave from GitHub sourcebuild_jito.ymlBuild Jito from GitHub sourceinstall_solana.ymlInstall Solana binary (deprecated)install_package.ymlInstall system packagesinstall_rust.ymlInstall Rust toolchainmount_disks.yml / mount-disks.ymlMount and format disksoptimize_system.ymlOptimize system settingsdisable_swap.ymlDisable swapsetup_logrotate.ymlConfigure log rotationsetup_node_exporter.ymlSetup Prometheus node exportersetup_norestart.ymlDisable auto-restartsetup_unstaked_identity.ymlSetup unstaked identity keypairrestart_solv.ymlRestart solv servicestart_solv.yml / stop_solv.ymlStart/stop solv servicestart_firedancer.yml / stop_firedancer.ymlStart/stop Firedancercopy_restart_sh.ymlCopy restarter scriptcopy_rpc_keys.ymlCopy RPC keysupdate_ubuntu.ymlUpdate Ubuntu packageswget_snapshot.ymlDownload snapshotadd_solv.ymlAdd solv userfix_permissions.ymlFix file permissions

### Key Variables (extra_vars)

VariableDescriptionDefaultrpc_typeRPC node type (RPC, Index RPC, Geyser gRPC, Index RPC + gRPC)RPCvalidator_typeClient type (agave, jito, firedancer-agave, firedancer-jito)—solana_versionSolana/Agave version—jito_versionJito version—firedancer_versionFiredancer version—yellowstone_grpc_versionYellowstone gRPC version—richat_versionRichat plugin version (e.g. richat-v8.1.0)—snapshot_urlSnapshot download URL—tpu_peer_addressTPU peer address (for Index RPC transaction forwarding)—limit_ledger_sizeLedger size limit200000000 (Index), 100000000 (others)dynamic_port_rangePort range8000-8025port_rpcRPC port8899port_grpcgRPC port10000

### Geyser Plugin Sources

Both plugins are built from source (no binary downloads):

Yellowstone gRPC: https://github.com/rpcpool/yellowstone-grpc
Richat: https://github.com/lamports-dev/richat

### Usage

ansible-playbook -i inventory mainnet-rpc/init.yml \\
  -e '{"rpc_type":"Index RPC","solana_version":"3.1.8","snapshot_url":"https://..."}'

No versions.yml required — all variables can be passed via extra_vars.

### Interactive Deployment Flow

See AGENT.md for the full step-by-step flow and examples/inventory.yml for output format.

### Required Variables

VariablePromptValidationserver_ip"Target server IP?"Valid IPv4network"mainnet, testnet, or devnet?"mainnet, testnet, devnetregion"Server region?"Stringrpc_type"RPC type?"RPC, Index RPC, Geyser gRPC, Index RPC + gRPCvalidator_type"Underlying client?"agave, jito, jito-bam, firedancer-agavesolana_version"Solana version? (default: 3.1.8)"Semveridentity_account"Node identity pubkey?"Base58 pubkeysnapshot_url"Snapshot URL? (auto for ERPC)"URL (cannot be empty for init)

### Conditionally Required Variables

VariableDefaultWhen Requiredjito_versionMatches solana_versionjito/jito-bam typesfiredancer_version—firedancer typesyellowstone_grpc_version—Yellowstone gRPC pluginrichat_version—Richat pluginof1_version—Index RPC (Old Faithful)epoch—Index RPC (faithful service)faithful_proxy_target_url—Index RPC

### Optional Variables

VariableDefaultWhen Requiredssh_usersolvAlwaysport_rpc8899 (ERPC: 7211)Alwayslimit_ledger_size100000000Alwaysdynamic_port_range8000-8025Alwaysport_grpc10000gRPC types onlytpu_peer_address—Index RPC (tx forwarding)allowed_ssh_ips—Strongly recommended (UFW)allowed_ips—Optional (UFW)expected_shred_versionEpoch-dependentTestnet only

### Optional: Reference RPC

VariableDescriptionDefaultreference_rpc_urlReference RPC endpoint for slot sync comparison (e.g., ERPC)—

ERPC API keys are free at https://erpc.global — enables full slot sync monitoring during deployment and updates.

### Pre-flight: Fresh Server Setup

ansible-playbook -i inventory.yml cmn/add_solv.yml \\
  -e '{"ansible_user":"ubuntu"}' --become

### Deployment Command

All paths relative to skill's ansible/ directory:

cd /path/to/slv-rpc/ansible/
ansible-playbook -i inventory.yml {network}-rpc/init.yml \\
  -e '{"rpc_type":"<type>","solana_version":"<version>"}'
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: POPPIN-FUMI
- Version: 0.10.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/slv-rpc)
- [Send to Agent page](https://openagent3.xyz/skills/slv-rpc/agent)
- [JSON manifest](https://openagent3.xyz/skills/slv-rpc/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/slv-rpc/agent.md)
- [Download page](https://openagent3.xyz/downloads/slv-rpc)