Install
$ agentstack add skill-toronet-guidl-toronet-agent-skills-toronet-sdk ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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
- 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.
- Identify the SDK workflow first: SDK initialization, wallet or credential flow, blockchain query, admin or project flow, bridge flow, or SDK-based deployment.
- 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.
- When the user needs credentials for later ToroNet API-based calls, prefer SDK wallet flows such as wallet creation, wallet import, and password verification.
- 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.
- 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.
- 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.
- Keep the answer focused on SDK usage rather than generic blockchain theory.
Default workflow
- Identify the exact SDK job the user wants to do.
- Initialize the SDK with the intended network.
- Choose the appropriate SDK function group.
- Check whether the workflow needs normal user credentials, admin credentials, or project credentials.
- Provide a practical example and add only the necessary warnings about secrets, credentials, and network choice.
Checks
- SDK is installed and the network is set correctly
- user understands that the default network is mainnet if not configured
- secrets are not exposed in frontend code
- admin-only and project-only flows are clearly labeled
See [the reference guide](references/REFERENCE.md) for supported SDK capabilities, workflow guidance, and safety notes.
Relevant assets:
assets/initialize-sdk.tsassets/wallet-and-credentials.examples.ts
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: toronet-guidl
- Source: toronet-guidl/toronet-agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.