software-crypto-web3

software-crypto-web3 is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 43 tokens per session (4,528 once invoked), scanned A, original, MIT.

A guide to developing blockchain software across networks such as Ethereum, Bitcoin, Solana, Cosmos, and TON.

In plain words
What is it for?
Use it when building contracts, wallets, payment systems, bridges, custody flows, or software that connects to blockchain networks.
Why use it?
It helps handle difficult concerns such as transaction signing, key custody, smart-contract security, testing, and protocol differences.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

not rated 87repo +3 10d ago A scan Socket: passSnyk: warnSkillSpector: warn 43 tokens original MIT

Good fit Use it when building contracts, wallets, payment systems, bridges, custody flows, or software that connects to blockchain networks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/software-crypto-web3
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 vasilyu1983/AI-Agents-public --skill software-crypto-web3
Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public

Made for: 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 software-crypto-web3

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-crypto-web3/github.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-crypto-web3)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-crypto-web3"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-crypto-web3/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 software-crypto-web3

Your own site · 80×15
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/software-crypto-web3"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/software-crypto-web3.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,528 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. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk warn 12 Mar 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high System Prompt Leakage · line 141
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
How audits are shown
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.00043 $0.04528
Opus 5 $0.00022 $0.02264
Sonnet 5 $0.00009 $0.00906
Haiku 4.5 $0.00004 $0.00453

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

Security

Grade A, and why

software-crypto-web3 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 9d 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.

frameworks/shared-skills/skills/software-crypto-web3/SKILL.md · 228 lines

How it starts

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

Software Crypto/Web3 Engineering

Use this skill to design, implement, and review production blockchain systems: contracts and programs, signing and custody, protocol integrations, testing, audits, and operational controls.

Defaults to:

  • Security-first design with explicit threat models
  • Comprehensive testing: unit, integration, fork/simulation, fuzzing, invariants
  • Formal methods for high-value paths
  • Conservative key custody and signing controls
  • Fresh web verification for volatile ecosystem facts

Quick Reference

Task Default Use When
EVM contracts Foundry first, Hardhat when plugin-heavy TS workflows matter Solidity, DeFi, token standards, upgradeable systems
Solana programs Anchor + current Solana SDK guidance Rust programs, SPL assets, high-throughput apps
Cosmos contracts CosmWasm IBC-native or Cosmos appchain ecosystems
TON contracts Tact or FunC + Blueprint Telegram distribution, TON-native wallets and assets
Bitcoin/Lightning Bitcoin Core + BDK/LND patterns Wallets, PSBT, settlement, payment rails
Account abstraction ERC-7702 for EOAs, ERC-4337 for smart accounts Batched txs, gas sponsorship, session keys, social recovery
Security review Slither, Echidna, Medusa, Halmos, Certora Audits, pre-deploy review, invariant enforcement
Cross-chain Chainlink CCIP, LayerZero, Wormhole, IBC Token bridges, cross-chain messaging, interoperability
Backend integration Queue-backed RPC clients + idempotent handlers Custody, deposits, withdrawals, webhook/event ingestion
Research Official docs/specs first, then ecosystem analytics Chain selection, framework choice, current best practice

When to Use This Skill

  • Smart contract and blockchain program development
  • DeFi, token, NFT, governance, and bridge integrations
  • Backend crypto infrastructure, custody, and signing workflows
  • Chain and framework tradeoff analysis
  • Security reviews, audit preparation, and production hardening

Read the full file on GitHub · 228 lines

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. 9d ago First seen · 228 lines · 43 tokens per session scan A 0bc71201e981

Subscribe to this mod's changes

software-crypto-web3 is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 10d ago), licensed MIT. It adds 43 tokens to every session and 4,528 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories