toronet-smart-contract-deployment

toronet-smart-contract-deployment is a skill for Claude Code, Codex from toronet-guidl/toronet-agent-skills. It costs 55 tokens per session (640 once invoked), scanned A, original, MIT.

A deployment guide for sending Solidity smart contracts to ToroNet, a blockchain network, using the toronetdeploy tool.

In plain words
What is it for?
It helps deploy contracts from the command line or code, choose testnet or mainnet, pass constructor arguments and an owner address, provide the mainnet token, and configure Foundry remappings.
Why use it?
It removes uncertainty around deployment commands, networks, contract arguments, ownership, and ToroNet-specific requirements.

Skill for Claude CodeCodex

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

Good fit It helps deploy contracts from the command line or code, choose testnet or mainnet, pass constructor arguments and an owner address, provide the mainnet token, and configure Foundry remappings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/toronet-guidl/toronet-agent-skills/toronet-smart-contract-deployment
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-smart-contract-deployment
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-smart-contract-deployment

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/toronet-guidl/toronet-agent-skills/toronet-smart-contract-deployment"><img src="https://agentmods.dev/badge/skills/toronet-guidl/toronet-agent-skills/toronet-smart-contract-deployment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 640 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.00055 $0.00640
Opus 5 $0.00028 $0.00320
Sonnet 5 $0.00011 $0.00128
Haiku 4.5 $0.00006 $0.00064

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

Security

Grade A, and why

toronet-smart-contract-deployment 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.

skills/toronet-smart-contract-deployment/SKILL.md · 56 lines

How it starts

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

toronet-smart-contract-deployment

When to use

Use this skill when the user wants to:

  • deploy a Solidity contract to ToroNet
  • get the correct toronetdeploy command or library usage
  • pass --owner, --args, or --network
  • deploy from a Foundry project and configure remappings
  • understand when --token is required
  • troubleshoot ToroNet-specific deployment issues

Do not use this skill for writing the contract itself, frontend integration, or general SDK usage unless directly required to complete a ToroNet deployment task.

Instructions

  1. Treat toronetdeploy as the default ToroNet deployment path and support both CLI (npx toronetdeploy) and library usage (deployContract).
  2. For CLI usage, make sure the user provides the Solidity file path, contract name, owner address, constructor arguments if needed, and target network.
  3. For library usage, use the same fields as options and show CommonJS or ESM imports when requested.
  4. Default the network to testnet unless the user explicitly asks for mainnet.
  5. If the user is deploying to mainnet, mention that --token is required and is obtained from the ToroNet team.
  6. If the contract comes from a Foundry project, make sure imports and remappings are properly configured in foundry.toml before deployment.
  7. Prefer copyable commands or code samples.
  8. If the user provides incomplete deployment details, preserve the ToroNet deployment pattern and show a realistic template with placeholders.
  9. Keep the answer focused on deployment unless the user explicitly asks for contract design or integration help.

Default workflow

  1. Identify the contract file and contract name.
  2. Confirm the owner address.
  3. Determine whether constructor arguments are required and the target network.
  4. Determine whether the user wants CLI or library usage.
  5. Check whether the contract comes from a Foundry project; if so, remind the user to verify remappings in foundry.toml.
  6. Produce the correct toronetdeploy command or deployContract usage and add only the ToroNet-specific notes needed for successful deployment.

Read the full file on GitHub · 56 lines

Files

What ships with it

2 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. 12d ago First seen · 56 lines · 55 tokens per session scan A ac7b691a7383

Subscribe to this mod's changes

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