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 gear-foundation/vara-skills --skill sails-local-smokegit clone --depth 1 https://github.com/gear-foundation/vara-skillsWrote 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/gear-foundation/vara-skills/sails-local-smoke)<a href="https://agentmods.dev/skills/gear-foundation/vara-skills/sails-local-smoke"><img src="https://agentmods.dev/badge/skills/gear-foundation/vara-skills/sails-local-smoke/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/gear-foundation/vara-skills/sails-local-smoke"><img src="https://agentmods.dev/badge/skills/gear-foundation/vara-skills/sails-local-smoke.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.00052 | $0.01232 |
| Opus 5 | $0.00026 | $0.00616 |
| Sonnet 5 | $0.00010 | $0.00246 |
| Haiku 4.5 | $0.00005 | $0.00123 |
Grade A, and why
sails-local-smoke 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 12d 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.
Sails Local Smoke
Goal
Validate the generated client path against a local node after gtest is already green.
Deploy Artifact And Tooling
- The deploy artifact is the
.opt.wasmfile (optimized WASM), not the plain.wasm. The.opt.wasmis produced bywasm-optduring the Sails build and is significantly smaller. Uploading the unoptimized.wasmto a node will often fail withCodeTooLarge. - Prefer
vara-walletfor deploying to a local node. It handles account management and program upload without requiring a Gear source checkout or Rust-specific tooling. - For Rust-native test harnesses that already use
gclient, theGearApi+GclientEnvpath remains valid as a secondary option.
Identity Rules
- Use local dev accounts or user-provided account addresses in
SS58form for standard Vara account flows; do not default to Ethereum0xaddresses for normal local-node work. - Record the real deployed
program idfrom the deploy step and pass that into the typed client. If the flow uses vouchers, issue one first and use the returned voucher ID. Do not invent either identifier. - Keep seed phrases and private keys out of committed scripts, docs, and examples. Use local keyrings, environment input, or interactive setup instead.
Inputs
../../references/sails-gtest-and-local-validation.md../../references/sails-idl-client-pipeline.md../vara-wallet/SKILL.md../../references/sails-cheatsheet.md../../references/voucher-and-signless-flows.md../../references/sails-header-wire-format.md— Sails Header layout for debugging wire payloads
Sequence — Primary Path (vara-wallet + sails-js)
- Confirm the
docs/plans/...-gtest.mdnote shows a green test loop. - Start or reuse a local node on the default port (ws://localhost:9944).
- Set the endpoint:
$VW config set network local(persists) orexport VARA_WS=ws://localhost:9944(session only) or--network local(per-command). The default is mainnet — always override for local work. - Import a funded dev account:
$VW wallet import --seed '//Alice' --name alice. - Deploy the
.opt.wasmartifact and record the program id:
If the constructor does non-trivial work, override gas withUPLOAD=$($VW --account alice program upload ./target/wasm32-unknown-unknown/release/my_program.opt.wasm --idl ./my_program.idl --args '[]') PROGRAM_ID=$(echo $UPLOAD | jq -r .programId)--gas-limit.- Post-deploy verification: If the service exposes a query, call it immediately after deploy to verify the constructor ran. An uninitialized program will return default or empty state, or panic.
- If the program uses delayed messages, transfer VARA to the program address:
$VW --account alice transfer $PROGRAM_ID 100. - Exercise one command and one query to prove the integration works:
$VW --account alice call $PROGRAM_ID MyService/DoSomething --args '["hello"]' --idl ./my_program.idl $VW call $PROGRAM_ID MyService/GetState --args '[]' --idl ./my_program.idl
What ships with it
3 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.
- 12d ago First seen · 78 lines · 52 tokens per session scan A df2f2e411f59
sails-local-smoke is a skill published in the GitHub repository gear-foundation/vara-skills (17 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 1,232 once invoked, about $0.0003 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
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…