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 skills add hyperledger-iroha/iroha --skill iroha-live-networkgit clone --depth 1 https://github.com/hyperledger-iroha/irohaWrote 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/hyperledger-iroha/iroha/iroha-live-network)<a href="https://agentmods.dev/skills/hyperledger-iroha/iroha/iroha-live-network"><img src="https://agentmods.dev/badge/skills/hyperledger-iroha/iroha/iroha-live-network/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.
<a href="https://agentmods.dev/skills/hyperledger-iroha/iroha/iroha-live-network"><img src="https://agentmods.dev/badge/skills/hyperledger-iroha/iroha/iroha-live-network.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00038 | $0.00449 |
| Opus 5 | $0.00019 | $0.00225 |
| Sonnet 5 | $0.00008 | $0.00090 |
| Haiku 4.5 | $0.00004 | $0.00045 |
Grade A, and why
iroha-live-network 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
Iroha Live Network
Use this skill when the user wants to inspect or mutate a live Iroha/Torii network through native MCP.
Working rules
- Prefer curated
iroha.*tools. Do not assume the rawtorii.*namespace is available on public deployments. - Stay read-only by default. Only switch to a mutating workflow when the user explicitly asks to change live state.
- Treat
authority,private_key, API tokens, and forwarded auth headers as runtime-only secrets. Never write them to repo files, docs, or commits. - If a tool supports both flat shortcuts and
body, prefer the simplest explicit JSON body that matches the route the user wants to call. - For pre-signed transaction envelopes, use
iroha.transactions.submit_and_wait.
Common live-network flows
- Accounts and aliases:
iroha.accounts.getiroha.accounts.queryiroha.aliases.resolveiroha.accounts.assets
- Contracts:
iroha.contracts.deployiroha.contracts.instance.createiroha.contracts.instance.activateiroha.contracts.call_and_wait
- Governance:
iroha.gov.*
- Transactions:
iroha.transactions.submit_and_waitiroha.transactions.wait
Taira preset
The built-in plugin MCP preset currently targets the primary public Taira MCP endpoint:
https://taira.sora.org/v1/mcp
If your deployment or operator gives you a different public Torii root for the
environment under test, override it locally. If the chosen public root returns
404, the deployment has not enabled Torii MCP yet.
Custom networks
Future Nexus/Torii endpoints should be added as user-local MCP servers rather than committed to the repo plugin manifest.
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 · 56 lines · 38 tokens per session scan A d95a06dea01a
iroha-live-network is a skill published in the GitHub repository hyperledger-iroha/iroha (488 stars, last pushed today), licensed Apache-2.0. It adds 38 tokens to every session and 449 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.
Other skills, from other repositories
blockchain-dlt
Architect and audit Distributed Ledger/Blockchain systems and Smart Contracts.
onchain-data-analysis
On-chain data analysis skill for Etherscan, Dune Analytics, and blockchain explorers.
cross-chain-bridge-guide
Guide to cross-chain bridges — bridge architectures, trust assumptions, security risks, major bridges comparison, and bridging best practices. Covers Stargate, Across, Hop, Wormhole, and official L2 bridges. Use when helping users move assets between chains safely.
defi-dashboard-building
Guide to building DeFi analytics dashboards with free APIs — data architecture, API integration patterns, key metrics, visualization strategies, and a complete reference of free endpoints. Use when helping users create custom DeFi monitoring tools or understand how analytics platforms work.
binance-trading-signal
Subscribe and retrieve on-chain Smart Money trading signals via Binance Web3 API. Monitor buy/sell signals from professional investors including trigger price, current price, max gain, exit rate, and token tags across BSC and Solana.
token-discovery-guide
Guide to discovering and evaluating new tokens — on-chain screening, red flag detection, fundamental analysis, and due diligence workflow. Covers DEX screening tools, liquidity analysis, holder distribution, and scam identification. Use when helping users research new tokens safely.