shell-scripts

shell-scripts is a skill for Claude Code from hiromaily/go-crypto-wallet. It costs 23 tokens per session (283 once invoked), scanned A, original, MIT.

A development workflow for editing shell scripts, which are text files that automate command-line tasks.

In plain words
What is it for?
Use it when changing files in a scripts directory or editing .sh files, then run formatting and ShellCheck verification where available.
Why use it?
It provides checks and review rules that catch common script problems such as unsafe variable handling, missing strict mode, or formatting errors.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add skills/hiromaily/go-crypto-wallet/shell-scripts
Any agent
npx skills add hiromaily/go-crypto-wallet --skill shell-scripts
Clone the repo
git clone --depth 1 https://github.com/hiromaily/go-crypto-wallet

Made for: Claude Code.

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 shell-scripts

README.md
[![agentmods](https://agentmods.dev/badge/skills/hiromaily/go-crypto-wallet/shell-scripts.svg)](https://agentmods.dev/skills/hiromaily/go-crypto-wallet/shell-scripts)
Your own site
<a href="https://agentmods.dev/skills/hiromaily/go-crypto-wallet/shell-scripts"><img src="https://agentmods.dev/badge/skills/hiromaily/go-crypto-wallet/shell-scripts.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 283 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00023 $0.00283
Opus 5 $0.00012 $0.00142
Sonnet 5 $0.00005 $0.00057
Haiku 4.5 $0.00002 $0.00028

Measured 4d ago against content hash de283eecc894, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

shell-scripts 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 4d 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.

.claude/skills/shell-scripts/SKILL.md · 47 lines

What it actually says

Shell Scripts Workflow

Workflow for shell script changes.

Prerequisites

  • Use git-workflow Skill for branch, commit, and PR workflow.
  • Refer to .claude/rules/shell-script.md for detailed best practices (SSOT).

Applicable Files

Path Description
scripts/ All shell scripts
*.sh Shell scripts anywhere

Workflow

1. Make Changes

Edit shell scripts following the rules in .claude/rules/shell-script.md.

2. Verify (from rules/shell-script.md)

make shfmt
shellcheck scripts/{script}.sh  # if installed

3. Self-Review Checklist

  • Script is executable (chmod +x)
  • Has shebang line (#!/usr/bin/env bash)
  • Uses strict mode (set -euo pipefail)
  • Variables are quoted
  • All comments and messages are in English
  • .claude/rules/shell-script.md - Shell rules (SSOT)
  • git-workflow - Branch, commit, PR workflow
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. 4d ago First seen · 47 lines · 23 tokens per session scan A de283eecc894

Subscribe to this mod's changes

shell-scripts is a skill published in the GitHub repository hiromaily/go-crypto-wallet (127 stars, last pushed 4mo ago), licensed MIT. It adds 23 tokens to every session and 283 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-09-01.

Related

Other skills, from other repositories

agent-wallet

Operate a non-custodial blockchain wallet on-chain (EVM and Bitcoin), no exchange or MetaMask. Create or import a wallet, balances, send native/ERC-20/BTC, swap tokens, compile/deploy/call Solidity. Trigger on wallet, crypto, ETH, BTC, ERC-20, token, send, transfer, swap, trade, Solidity, contract, on-chain, testnet…

hec-ovi/blockchain-skill · 93 tokens

agent-solidity

Write, audit and deploy Solidity smart contracts through a gated multi-step workflow (spec, threat model, design, implementation, in-process EVM proof, security audit, deployment), with a local EVM sandbox that needs no Foundry, Hardhat, anvil, node or funds. Trigger on Solidity, smart contract, .sol, ERC-20, ERC-721…

hec-ovi/blockchain-skill · 122 tokens

alchemy-cli

Use the Alchemy CLI (@alchemy/cli) for live blockchain data, transaction lookups, NFT/token/portfolio queries, simulation, tracing/debugging, account abstraction (bundler + gas manager), webhook management, Solana RPC/DAS, and Alchemy app administration. Preferred runtime path for live agent work (querying, admin…

alchemyplatform/alchemy-claude-plugin · 156 tokens

pqc-scan

Inventory the cryptography in a codebase that a quantum computer would break, and report what the scan could not read. Use when asked about post-quantum readiness, cryptographic inventory, a CBOM, or which algorithms a project signs with.

StanimirTenev/qrp-mcp · 50 tokens

bytesagain-wallet-tracker

Crypto wallet analytics reference — address formats, on-chain analytics, transaction tracing, hardware wallets, and approval revocation.

bytesagain/ai-skills · 28 tokens

api-linter

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

cyanheads/coingecko-mcp-server · 86 tokens