toronet-sdk

toronet-sdk is a skill for Claude Code, Codex from toronet-guidl/toronet-agent-skills. It costs 57 tokens per session (691 once invoked), scanned A, original, MIT.

A guide for using the ToroSDK TypeScript package with ToroNet, a blockchain platform. It covers wallets, network queries, identity checks, money flows, virtual wallets, tokens, payments, bridges, and deployments.

In plain words
What is it for?
Initializing the SDK, creating or importing wallets, checking credentials, querying the blockchain, and building ToroNet-specific financial or deployment workflows.
Why use it?
It keeps ToroNet integrations on the SDK path and highlights important setup choices, including whether to use the test network or main network.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Initializing the SDK, creating or importing wallets, checking credentials, querying the blockchain, and building ToroNet-specific financial or deployment workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toronet-guidl/toronet-agent-skills/toronet-sdk
Install

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.

Any agent
npx skills add toronet-guidl/toronet-agent-skills --skill toronet-sdk
Clone the repo
git clone --depth 1 https://github.com/toronet-guidl/toronet-agent-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for toronet-sdk

README.md
[![agentmods](https://agentmods.dev/badge/skills/toronet-guidl/toronet-agent-skills/toronet-sdk/github.svg)](https://agentmods.dev/skills/toronet-guidl/toronet-agent-skills/toronet-sdk)
Your own site
<a href="https://agentmods.dev/skills/toronet-guidl/toronet-agent-skills/toronet-sdk"><img src="https://agentmods.dev/badge/skills/toronet-guidl/toronet-agent-skills/toronet-sdk/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.

agentmods 80×15 button for toronet-sdk

Your own site · 80×15
<a href="https://agentmods.dev/skills/toronet-guidl/toronet-agent-skills/toronet-sdk"><img src="https://agentmods.dev/badge/skills/toronet-guidl/toronet-agent-skills/toronet-sdk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 691 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00691
Opus 5 $0.00028 $0.00345
Sonnet 5 $0.00011 $0.00138
Haiku 4.5 $0.00006 $0.00069

Measured 11d ago against content hash 6da89efb5a24, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

toronet-sdk 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (assets/initialize-sdk.ts, assets/wallet-and-credentials.examples.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/toronet-sdk/SKILL.md · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

toronet-sdk

When to use

Use this skill when the user wants to:

  • initialize and configure ToroSDK
  • create or import ToroNet wallets with the SDK
  • verify wallet passwords or retrieve wallet keys
  • use ToroSDK for blockchain queries
  • use ToroSDK for KYC, fiat deposit, virtual wallet, token, payment, or bridge flows
  • create or verify credentials that will later be used with ToroNet API-based transaction flows
  • use SDK-based ToroNet deployment or network-aware SDK usage

Do not use this skill for plain RPC integrations with ethers.js or wagmi unless the user is explicitly comparing the SDK with those approaches.

Instructions

  1. Treat ToroSDK as the preferred path when the user explicitly wants SDK-based integration or when the task involves ToroNet-specific product flows beyond normal EVM reads.
  2. Identify the SDK workflow first: SDK initialization, wallet or credential flow, blockchain query, admin or project flow, bridge flow, or SDK-based deployment.
  3. Initialize the SDK correctly before describing other SDK operations, and be explicit about network selection: testnet and mainnet are both supported, and if the user does not configure the SDK it defaults to mainnet.
  4. When the user needs credentials for later ToroNet API-based calls, prefer SDK wallet flows such as wallet creation, wallet import, and password verification.
  5. When a workflow requires special credentials, call that out clearly: KYC requires the correct admin credentials, fiat deposit requires project registration and admin credentials, and many admin and payment flows require admin or whitelisted credentials.
  6. Keep normal user-facing examples separate from admin-sensitive examples, and keep backend-sensitive operations out of public frontend examples when secrets or passwords are involved.
  7. If the user asks about deployment through the SDK, explain that ToroSDK supports ToroForge deployment to testnet or mainnet, supports constructor arguments and custom owner addresses, uses the configured SDK network by default, allows per-call override, and requires token-based authorization for mainnet.
  8. Keep the answer focused on SDK usage rather than generic blockchain theory.

Read the full file on GitHub · 55 lines

Files

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.

Changes

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.

  1. 11d ago First seen · 55 lines · 57 tokens per session scan A 6da89efb5a24

Subscribe to this mod's changes

toronet-sdk is a skill published in the GitHub repository toronet-guidl/toronet-agent-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 57 tokens to every session and 691 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-31.