help

A command reference for a crypto plugin, which provides information about digital assets such as Bitcoin. It lists commands for prices, trading details, historical bars, supported pairs, and asset lookup.

In plain words
What is it for?
Use it to get full crypto reports, current quotes, order-book data, historical OHLCV data, multi-asset price moves, supported pairs, or a pair name from an asset name.
Why use it?
It removes uncertainty about which command to type and how to format a trading pair, including the required `/crypto:` prefix.

Command

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 commands/moshcoder/moshcode/help
Clone the repo
git clone --depth 1 https://github.com/moshcoder/moshcode
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 480 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 $0.00015 $0.00480
Opus 5 $0.00008 $0.00240
Sonnet 5 $0.00003 $0.00096
Haiku 4.5 $0.00002 $0.00048

Measured yesterday against content hash 1e07381e3458, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

help 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 yesterday.

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.

plugins/crypto/commands/help.md · 40 lines

What it actually says

Task

List what this plugin provides. Do not call any tool — everything needed is below. Render it as a compact table, then the notes.

command what it does
/crypto:report <PAIR> the full report — price, technicals, score, supply, order book
/crypto:quote <PAIR> the short answer — latest trade, bid/ask, spread
/crypto:lookup <name> asset name → pair (bitcoinBTC/USD)
/crypto:book <PAIR> top of the order book, both sides
/crypto:bars <PAIR> historical OHLCV at any supported timeframe
/crypto:spark <PAIR…> recent moves across several pairs, ranked
/crypto:pairs every supported pair, grouped by quote asset

Notes to pass on

  • Pairs are accepted as BTC, BTC-USD, BTC/USD or BTCUSD. A bare asset resolves to that asset's USD pair.
  • Every command name is namespaced /crypto:…. A bare /report is not a command — Claude Code always prefixes plugin commands with the plugin name.
  • stocks@moshcode is the sibling plugin, and the four shared names mean the same thing there: /stocks:report, /stocks:quote, /stocks:lookup, /stocks:help. It adds /stocks:signals, /stocks:research, /stocks:list and /stocks:discover — transcript and filing work that has no crypto equivalent.
  • These are live venue reads, not stored snapshots — the opposite of the stocks plugin. Prices are Alpaca's US crypto venue alone and can differ materially from other exchanges. Crypto trades 24/7: no close, no halt.
  • The crypto technical score counts venue-local liquidity, so it is not comparable to a /stocks:report score. Do not rank the two against each other.

If the user asked for something no command covers, say so rather than improvising one that does not exist.

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. yesterday First seen · 40 lines · 15 tokens per session scan A 1e07381e3458

Subscribe to this mod's changes

help is a command published in the GitHub repository moshcoder/moshcode (2 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 480 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-08-31.