sora-minamoto-mainnet

sora-minamoto-mainnet is a skill for Codex from hyperledger-iroha/iroha. It costs 110 tokens per session (5,452 once invoked), scanned A, original, Apache-2.0.

A coding-agent skill for connecting to the SORA Minamoto mainnet, the live production blockchain network for accounts, assets, contracts, governance, and transactions.

In plain words
What is it for?
Use it to inspect Minamoto accounts and assets, resolve aliases, manage contracts and governance, query the package registry, or submit transactions when explicitly requested.
Why use it?
It provides rules for checking network health, keeping credentials temporary, and separating live mainnet work from testnet workflows.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to inspect Minamoto accounts and assets, resolve aliases, manage contracts and governance, query the package registry, or submit transactions when explicitly requested.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyperledger-iroha/iroha/sora-minamoto-mainnet
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 hyperledger-iroha/iroha --skill sora-minamoto-mainnet
Clone the repo
git clone --depth 1 https://github.com/hyperledger-iroha/iroha

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 sora-minamoto-mainnet

README.md
[![agentmods](https://agentmods.dev/badge/skills/hyperledger-iroha/iroha/sora-minamoto-mainnet/github.svg)](https://agentmods.dev/skills/hyperledger-iroha/iroha/sora-minamoto-mainnet)
Your own site
<a href="https://agentmods.dev/skills/hyperledger-iroha/iroha/sora-minamoto-mainnet"><img src="https://agentmods.dev/badge/skills/hyperledger-iroha/iroha/sora-minamoto-mainnet/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 sora-minamoto-mainnet

Your own site · 80×15
<a href="https://agentmods.dev/skills/hyperledger-iroha/iroha/sora-minamoto-mainnet"><img src="https://agentmods.dev/badge/skills/hyperledger-iroha/iroha/sora-minamoto-mainnet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,452 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
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00110 $0.05452
Opus 5 $0.00055 $0.02726
Sonnet 5 $0.00022 $0.01090
Haiku 4.5 $0.00011 $0.00545

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

Security

Grade A, and why

sora-minamoto-mainnet 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.

skills/sora-minamoto-mainnet/SKILL.md · 603 lines

How it starts

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

SORA Minamoto Mainnet

Use the Minamoto mainnet through native Torii MCP.

Quick Start

  1. Confirm a Minamoto MCP server is available in the current Codex environment.
  2. Treat https://minamoto.sora.org as the primary public Torii/API origin and https://minamoto.sora.org/v1/mcp as its native MCP endpoint.
  3. Before long or stateful workflows, sample public health first. Prefer proceeding only when blocks are advancing, queue_size is low, tx_queue_saturated=false, and teu_dataspace_backlog is not climbing.
  4. Prefer curated iroha.* tools over raw torii.* tools.
  5. Stay read-only until the user explicitly asks to mutate live mainnet state.
  6. Treat any signing inputs, API tokens, or forwarded auth headers as runtime-only secrets.
  7. Do not use Taira testnet faucet, bootstrap, or canary assumptions on Minamoto.
  8. When the user asks to transact, follow the "Transaction Workflow" section before submitting anything.
  9. In Codex sessions where multiple SORA MCP servers are available, use the Minamoto namespace or server entry for Minamoto work. Do not call Taira tools for Minamoto state.

MCP Endpoint

Use the public Minamoto MCP endpoint:

  • https://minamoto.sora.org/v1/mcp

The matching public Torii/API root is:

  • https://minamoto.sora.org

If the endpoint is not configured locally, instruct the user to add a user-local MCP entry that points at that URL:

codex mcp add sora-minamoto-mainnet --url https://minamoto.sora.org/v1/mcp

If the endpoint returns 404, report that native Torii MCP is not enabled on the Minamoto deployment yet and stop before attempting live-network actions.

If the MCP endpoint or the public Torii root returns 502 or 503, report public ingress / rollout health degradation before attempting writes. Treat that as deployment health, not user input failure.

If reads work but live writes fail with route_unavailable, report that the public ingress still cannot reach authoritative peers for the target lane. Do not classify that as a malformed payload without operator-side evidence.

Read the full file on GitHub · 603 lines

Files

What ships with it

1 file 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. 9d ago First seen · 603 lines · 110 tokens per session scan A 419a4ad3bd17

Subscribe to this mod's changes

sora-minamoto-mainnet is a skill published in the GitHub repository hyperledger-iroha/iroha (488 stars, last pushed today), licensed Apache-2.0. It adds 110 tokens to every session and 5,452 once invoked, about $0.0006 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

blockchain-dlt

Architect and audit Distributed Ledger/Blockchain systems and Smart Contracts.

andreibesleaga/GABBE · 16 tokens

onchain-data-analysis

On-chain data analysis skill for Etherscan, Dune Analytics, and blockchain explorers.

XSpoonAi/spoon-awesome-skill · 22 tokens

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.

nirholas/three.ws · 54 tokens

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.

nirholas/three.ws · 57 tokens

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.

nirholas/three.ws · 54 tokens

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.

nirholas/three.ws · 53 tokens