utilia-solana-preflight

utilia-solana-preflight is a skill for Codex from mohamedkuch/utilia-solana-agent. It costs 75 tokens per session (1,147 once invoked), scanned A, original, MIT.

A paid tool for checking Solana blockchain activity before and after transactions. It can provide priority fees, failure explanations, token-risk information, and simulations of unsigned transactions.

In plain words
What is it for?
Use it to estimate priority fees, simulate transactions, inspect token risks, and diagnose failed Solana transactions. Calls cost between $0.002 and $0.008 USDC and use a wallet-managed payment flow.
Why use it?
It replaces manual inspection and uncertain retries with machine-readable evidence about whether a transaction is likely to work and what happened when it did not.

Skill for Codex

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

Good fit Use it to estimate priority fees, simulate transactions, inspect token risks, and diagnose failed Solana transactions. Calls cost between $0.002 and $0.008 USDC and use a wallet-managed payment flow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mohamedkuch/utilia-solana-agent/utilia-solana-preflight
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 mohamedkuch/utilia-solana-agent --skill utilia-solana-preflight
Clone the repo
git clone --depth 1 https://github.com/mohamedkuch/utilia-solana-agent

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 utilia-solana-preflight

README.md
[![agentmods](https://agentmods.dev/badge/skills/mohamedkuch/utilia-solana-agent/utilia-solana-preflight/github.svg)](https://agentmods.dev/skills/mohamedkuch/utilia-solana-agent/utilia-solana-preflight)
Your own site
<a href="https://agentmods.dev/skills/mohamedkuch/utilia-solana-agent/utilia-solana-preflight"><img src="https://agentmods.dev/badge/skills/mohamedkuch/utilia-solana-agent/utilia-solana-preflight/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 utilia-solana-preflight

Your own site · 80×15
<a href="https://agentmods.dev/skills/mohamedkuch/utilia-solana-agent/utilia-solana-preflight"><img src="https://agentmods.dev/badge/skills/mohamedkuch/utilia-solana-agent/utilia-solana-preflight.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,147 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.00075 $0.01147
Opus 5 $0.00037 $0.00574
Sonnet 5 $0.00015 $0.00229
Haiku 4.5 $0.00007 $0.00115

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

Security

Grade A, and why

utilia-solana-preflight 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 11d 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/utilia-solana-preflight/SKILL.md · 134 lines

How it starts

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

Utilia Solana Preflight

Use the published [email protected] client. It signs exact x402 payments locally and refuses any payment outside Solana mainnet USDC, Utilia's verified receiver, or the hard $0.01 per-call ceiling.

Fastest wallet-managed call

Agents that already use AgentCash can make the lowest-cost live call without handling a private key directly:

npx -y agentcash@latest balance
npx -y agentcash@latest fetch https://api.utilia.ink/v1/fees/priority --yes

AgentCash creates and manages its own wallet on first use. The wallet must have USDC before the paid call; balance reports the available funds and funding accounts. The fetch command negotiates the x402 challenge and pays exactly $0.002 for the response. Utilia never receives or controls the payer's key.

Prepare

Require one of:

export SOLANA_KEYPAIR_PATH=/absolute/path/to/low-balance-agent-wallet.json

Alternatively, provide SOLANA_PRIVATE_KEY through the agent's environment or secret manager. Its value must be a base58-encoded 64-byte private key. Do not place the value directly in a command, prompt, source file, or skill document.

Never print, log, paste, or transmit the private key. Prefer a dedicated automation wallet with only a small USDC balance and enough SOL for fees. If neither variable is set, ask the user to configure one; do not invent or search for credentials.

Verify the wallet and live service before the first paid call:

npx -y [email protected] doctor

Data handling

Treat every requested signature, mint, transaction, account address, public PDF, and public audio file as data sent to Utilia for processing. Do not submit private documents, private recordings, or data the user is not authorized to share. The client sends payment only after validating the receiver, network, asset, and per-call price ceiling.

Before a media call, confirm that the user approved sending the public URL or bytes to Utilia. The service processes PDF and audio content in memory and does not persist request or response bodies to disk. Standard access and settlement logs retain route, request, network, payer, and transaction metadata but not media bodies.

Read the full file on GitHub · 134 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. 11d ago First seen · 134 lines · 75 tokens per session scan A 87439b763abf

Subscribe to this mod's changes

utilia-solana-preflight is a skill published in the GitHub repository mohamedkuch/utilia-solana-agent (0 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 1,147 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

solana-dev

Use when user asks to "build a Solana dapp", "write an Anchor program", "create a token", "debug Solana errors", "set up wallet connection", "test my Solana program", "fuzz my Solana program", "deploy to devnet", "send a v1 transaction", "support larger transactions", "fix maxSupportedTransactionVersion", or "explain…

solana-foundation/solana-dev-skill · 250 tokens

alchemy-agentic-gateway

Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…

moonpay/skills · 101 tokens

alchemy-api

Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…

moonpay/skills · 100 tokens

slv-validator

Ansible playbooks and Jinja2 templates for deploying and managing Solana validators (mainnet and testnet).

ValidatorsDAO/slv · 0 tokens

slv-grpc-geyser

Ansible playbooks and Jinja2 templates for deploying and managing Solana gRPC Geyser streaming nodes.

ValidatorsDAO/slv · 0 tokens

nansen-dca-tracker

What tokens are whales dollar-cost averaging into? Jupiter DCA strategies by smart money and target token fundamentals.

moonpay/skills · 28 tokens