Two features that add commands rather than change them, hence a minor bump.
moshcode ticker / /ticker — the question before the trade
trade could quote a price and place an order. Nothing answered is this worth buying?
moshcode ticker NVDA # score, technicals, fundamentals, thesis, signals, sources
moshcode ticker lookup rivian # company name → RIVN
moshcode ticker signals AAPL # what was said, quoted and sourced
moshcode ticker search "data center"
moshcode ticker discover fusion # ranked watchlistA bare symbol is the report, so the common case stays the shortest thing to type. --json on any verb returns the raw document. Backed by advis0r.com — every route used is public, read-only and unauthenticated, so there is no login verb, no write path, and no credential held.
Two rules the renderers enforce structurally rather than merely document: a stored snapshot always prints its reportGeneratedAt, whether the price is delayed and which feed produced it — a stale price dressed as a live one is the failure mode here that costs money — and the API's own disclaimer travels with the data. A model-written thesis is labelled with its provider and model; a deterministic one is labelled offline.
A Claude Code plugin marketplace
moshcode fanned MCP servers and Agent Skills out across engines but published none of its own commands. It does now.
moshcode plugin installAdds the marketplace and installs ticker@moshcode, which provides /ticker, /signals, /research, /lookup, /reports and /discover inside the engine. The fan-out follows the same contract as skills: every engine appears in the summary, and the ones with no plugin primitive say so rather than being silently omitted.
Posting from the pit
/bluesky and /nostr post from the pit, with credentials resolved the way every other moshcode integration resolves them.
Note for anyone who installed the plugin already
install.sh serves the latest release tarball, not main. Before this release the installed binary reported unknown command "ticker", and the plugin's slash commands fell back to calling the API with curl — working, but skipping the rendering the verb exists to do. Update to get the real path:
curl -fsSL https://moshcoding.com/install.sh | sh -s -- update