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 agentmods add skills/protokol/solidity-typescript-hardhat-template/new-contractnpx skills add protokol/solidity-typescript-hardhat-template --skill new-contractgit clone --depth 1 https://github.com/protokol/solidity-typescript-hardhat-templateWrote 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/protokol/solidity-typescript-hardhat-template/new-contract)<a href="https://agentmods.dev/skills/protokol/solidity-typescript-hardhat-template/new-contract"><img src="https://agentmods.dev/badge/skills/protokol/solidity-typescript-hardhat-template/new-contract.svg" alt="Measured on agentmods" 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 | $0.00018 | $0.00509 |
| Opus 5 | $0.00009 | $0.00254 |
| Sonnet 5 | $0.00004 | $0.00102 |
| Haiku 4.5 | $0.00002 | $0.00051 |
Grade A, and why
new-contract 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 5d 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.
What it actually says
/new-contract
Scaffold a new Solidity contract following the project's existing patterns.
Instructions
-
Ask the user for:
- Contract name (PascalCase, e.g.,
MyToken) - Token standard (ERC20, ERC721, ERC1155, or custom)
- Features needed (Ownable, Pausable, Burnable, etc.)
- Contract name (PascalCase, e.g.,
-
Create the contract in
contracts/<ContractName>.sol:- Use
pragma solidity 0.8.28; - Import from
@openzeppelin/contracts/ - Follow the patterns in existing contracts (e.g.,
BasicERC20.sol) - Pass
initialOwnertoOwnableconstructor (OpenZeppelin v5 pattern) - Include SPDX-License-Identifier: MIT
- Use
-
Create the test file in
test/<ContractName>.ts:- Use the
setupFixture+loadFixturepattern from existing tests - Use top-level
await hre.network.connect()for ethers/networkHelpers - Test constructor parameters, core functionality, and access control
- Use
revertedWithCustomErrorfor OpenZeppelin error assertions
- Use the
-
Create the Ignition module in
ignition/modules/<ContractName>Module.ts:- Follow
buildModulepattern from existing modules - Use
m.getParameter()with sensible defaults - Use
m.getAccount(0)for owner/deployer - Export as default
- Follow
-
Create task files in
tasks/<token-type>/:- Use Hardhat v3 task API:
task().addOption().setInlineAction().build() - Include usage example in comment
- Export named const
- Use Hardhat v3 task API:
-
Register tasks in
hardhat.config.ts:- Import the new task(s)
- Add to the
tasksarray
-
Verify everything works:
- Run
npm run compileto verify the contract compiles - Run
npm run testto verify tests pass - Run
npm run sol:format:writeto format the Solidity file - Run
npm run format:writeto format TypeScript files
- Run
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.
- 5d ago First seen · 51 lines · 18 tokens per session scan A 9f72ba14e728
new-contract is a skill published in the GitHub repository protokol/solidity-typescript-hardhat-template (48 stars, last pushed 2d ago), licensed MIT. It adds 18 tokens to every session and 509 once invoked, about $0.0001 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
Smart Contract Testing
Smart contract testing with Hardhat, Foundry, and Brownie including unit tests, gas optimization, reentrancy checks, and fork testing.
Web3 & Blockchain Development
Production-grade Web3 development with Solidity smart contracts, ethers.js/web3.js integration, DApp architecture, security patterns, and AI-enhanced blockchain development (ChatWeb3, Aider + Gemini 2024).
analyzing-ethereum-smart-contract-vulnerabilities
Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.
analyzing-ethereum-smart-contract-vulnerabilities
Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.
blockchain-expert
Expert-level blockchain, Web3, smart contracts, DeFi, and cryptocurrency development. Use when the user mentions Web3, smart contracts, DeFi, Ethereum, or Solidity, or when the task involves Blockchain Fundamentals, Web3 & DeFi, Smart Contract Security, or Gas Optimization.
blockchain-application
Use this skill when asked about smart contract development, Solidity, Vyper, Rust smart contracts (Solana, NEAR, Polkadot), Haskell/Plutus (Cardano), Cairo/StarkNet, dApp backend development, Truffle, Hardhat, Foundry, Anchor, and blockchain application patterns. Languages: Solidity, Vyper, Rust, Haskell, Cairo, Move.…