AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Toronet Sdk

skill-toronet-guidl-toronet-agent-skills-toronet-sdk · by toronet-guidl

Use the ToroSDK TypeScript package for ToroNet workflows. Use when the user wants SDK-based wallet creation or import, password verification, blockchain queries, KYC or fiat flows, virtual wallet operations, bridge features, or SDK-based ToroNet deployment and transaction support.

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-toronet-guidl-toronet-agent-skills-toronet-sdk

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-toronet-guidl-toronet-agent-skills-toronet-sdk)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Toronet Sdk? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  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.

Default workflow

  1. Identify the exact SDK job the user wants to do.
  2. Initialize the SDK with the intended network.
  3. Choose the appropriate SDK function group.
  4. Check whether the workflow needs normal user credentials, admin credentials, or project credentials.
  5. 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.ts
  • assets/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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.