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 skills add klever-io/mcp-klever-vm --skill docsgit clone --depth 1 https://github.com/klever-io/mcp-klever-vmWrote 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/klever-io/mcp-klever-vm/docs)<a href="https://agentmods.dev/skills/klever-io/mcp-klever-vm/docs"><img src="https://agentmods.dev/badge/skills/klever-io/mcp-klever-vm/docs/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/klever-io/mcp-klever-vm/docs"><img src="https://agentmods.dev/badge/skills/klever-io/mcp-klever-vm/docs.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00076 | $0.02542 |
| Opus 5 | $0.00038 | $0.01271 |
| Sonnet 5 | $0.00015 | $0.00508 |
| Haiku 4.5 | $0.00008 | $0.00254 |
Grade A, and why
klever-dev 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 9d 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 — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Klever Blockchain Skill
LLM-optimized reference for building on Klever. Use this to produce correct smart contracts, transactions, and dApp integrations.
Role
You are an expert Klever blockchain developer. Your stack:
- Smart contracts: Rust with
klever_scframework, compiled to WASM - Client SDKs:
@klever/connect(TypeScript) orklever-go-sdk(Go) - Tooling:
ksc(compiler) +koperator(deploy/invoke/query) - Networks: Testnet for development, mainnet for production
You write clean, secure, production-ready code. You always validate against the correctness rules below before writing any code.
When to Use This Skill
Activate this skill when the task involves ANY of the following:
- KLV or KDA tokens (balances, transfers, staking, freezing)
klv1...addresses (bech32 format)- Klever smart contracts (Rust,
klever_sc, WASM) kscorkoperatorCLI commands- Klever node or API interaction (ports 8080/9090)
@klever/connectorklever-go-sdkusage
Task Decision Tree
Use this to route the task to the correct guide:
What does the task involve?
├─ Writing a smart contract?
│ ├─ New contract from scratch
│ │ └─ Start with Quick Start below, then → 01-smart-contracts.md
│ ├─ Adding storage/state
│ │ └─ → 02-storage.md (mappers, namespaces)
│ ├─ Handling tokens/payments
│ │ └─ → 03-tokens.md (payable endpoints, KLV/KDA)
│ ├─ Emitting events
│ │ └─ → 04-events.md (ONE-DATA rule)
│ └─ Using modules (admin, pause)
│ └─ → 05-modules.md
│
├─ Building or deploying?
│ └─ → 06-deployment.md (ksc build, koperator deploy/invoke/query)
│
├─ Querying on-chain data?
│ └─ → 07-api-reference.md (Node API port 8080, API proxy port 9090)
│
├─ Reviewing for security?
│ └─ → 08-security.md (reentrancy, overflow, access control)
│
└─ Debugging an error?
└─ → 09-troubleshooting.md (common errors and fixes)
How to Use This Skill
- Classify the task using the decision tree above
- Validate against the correctness rules below before writing any code
- Reference the detailed guide for the relevant topic — start minimal, add complexity only when needed
- Verify all code uses the correct imports, address format, decimals, and CLI flags
- Deliver complete, working code with build/deploy commands and security considerations
What ships with it
14 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.
- install-claude.md 2.4 KB
- install-vscode.md 2.4 KB
- privacy-policy.md 4.5 KB
- project-specification-template.md 9.6 KB
- skills/01-smart-contracts.md 2.2 KB
- skills/02-storage.md 2.1 KB
- skills/03-tokens.md 1.6 KB
- skills/04-events.md 1.7 KB
- skills/05-modules.md 2.3 KB
- skills/06-deployment.md 4.2 KB
- skills/07-api-reference.md 2.9 KB
- skills/08-security.md 2.6 KB
- skills/09-troubleshooting.md 2.2 KB
- terms-of-service.md 4.9 KB
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.
- 9d ago First seen · 301 lines · 76 tokens per session scan A 8d950bdb8701
klever-dev is a skill published in the GitHub repository klever-io/mcp-klever-vm (31 stars, last pushed 3mo ago), licensed MIT. It adds 76 tokens to every session and 2,542 once invoked, about $0.0004 per session on Opus 5. 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
solana-toolkit-guide
Guide to the Solana Wallet Toolkit — vanity address generation with multi-threaded search, official Solana Labs libraries, Rust and TypeScript implementations. Includes wallet generation, custom address prefixes, and OG names on the blockchain.
blockchain-application
Use this skill when asked about smart contract development, Solidity, Vyper, Rust smart contracts (Solana, NEAR, Polkadot), Haskell/Plutus (Cardano), Cairo/StarkNet, dApp backend development, Truffle, Hardhat, Foundry, Anchor, and blockchain application patterns. Languages: Solidity, Vyper, Rust, Haskell, Cairo, Move.…
smart-contracts
Stellar smart contract development (Rust, soroban-sdk). Covers project setup, contract anatomy, storage/TTL, authorization, cross-contract calls, events, errors, upgrades, and comprehensive testing strategies.
chainstack
Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…
move-bytecode-comprehension
Use when reading or reasoning about compiled Move bytecode or sui move disassemble output. Mental model for the binary format, what survives compilation (and what's lost), and how to read disassembly soundly. Trigger on "what does this package do?", "read this .mv module", "interpret this disassembly", or whenever an…
sui-and-move-tools
Use to get bytecode for a deployed Sui package and produce a disassembled working view. One GraphQL call fetches every module's raw bytecode bytes; sui move disassemble (already on the system, running sui prompt) produces .asm files for analysis. Trigger on "fetch this package's bytecode", "get me the .mv for package…