svm

Explains Solana protocol architecture using Helius blog posts, SIMDs, and validator source code.

1|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill svm-solizardking
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: svm
Source: https://github.com/Solizardking/Solana-Robotics-Kit/tree/main/eliza/plugins/clawd-code/clawd-plugin/skills/svm
Command: npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill svm-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Understanding Solana's internals — the SVM execution engine, account model, consensus, and validator economics — requires digging through scattered blog posts, SIMD proposals, and Agave/Firedancer source code. This Skill centralizes that research by routing architecture questions to the right reference material and fetching authoritative content via the Helius MCP server. ## Core Features & Use Cases - Topic Routing: Maps questions to ten curated reference files covering compilation, program deployment, execution, accounts, transactions, consensus, validators, data layer, development frameworks, and Token-2022. - Live Source Fetching: Uses Helius MCP tools (fetchHeliusBlog, getSIMD, readSolanaSourceFile, searchSolanaDocs) to pull current blog posts, SIMD proposals, and Agave source files, with citations in every answer. - Use Case: A developer asks how local fee markets prevent one congested token swap from raising fees network-wide. The Skill reads references/transactions.md, fetches the relevant Helius blog post, and explains per-account fee contention with a cited source. ## Quick Start Ask how Solana's Sealevel runtime executes transactions in parallel and why upfront account declarations make it possible.

Frequently Asked Questions about svm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I learn how the Solana virtual machine executes programs?▼

Ask about the SVM execution engine and the Skill reads references/execution.md, then fetches the Helius blog post on the Solana virtual machine. It explains JIT compilation of sBPF bytecode, memory regions, and compute unit metering with cited sources.

What topics does this Solana architecture skill cover?▼

It covers ten areas: sBPF compilation, program deployment via BPF loaders, the execution engine, the account model and PDAs, transactions and local fee markets, consensus including Tower BFT and Alpenglow, validator economics, the data layer, program frameworks like Anchor and Pinocchio, and Token-2022 extensions.

Does the Helius MCP server require an API key?▼

No API key is required. The knowledge tools fetchHeliusBlog, searchSolanaDocs, getSIMD, and readSolanaSourceFile all fetch from public GitHub repositories and Solana sources without authentication.

Why are the Helius MCP tools not available in my session?▼

The Helius MCP server may not have started with the plugin. Restart Clawd Code, or add the server manually with npx helius-mcp@latest configured in .clawd/settings.json, then restart so the tools become available.

Can this skill help me build a Solana program with Helius APIs?▼

No, implementation questions are out of scope. This Skill explains protocol architecture and design decisions; questions about building with Helius APIs are redirected to the separate /helius skill.