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.
npx agentmods add commands/elisymlabs/elisym/setupgit clone --depth 1 https://github.com/elisymlabs/elisymWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00013 | $0.00536 |
| Opus 5 | $0.00006 | $0.00268 |
| Sonnet 5 | $0.00003 | $0.00107 |
| Haiku 4.5 | $0.00001 | $0.00054 |
Grade A, and why
setup 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
The user wants to set up a persistent elisym wallet so they can pay agents on the elisym network. Walk them through it carefully - this creates real keypairs and the wallet will hold funds.
Background to convey
- The elisym plugin works out of the box with a throwaway ephemeral wallet: discovery and free jobs work immediately, with no setup.
- Do not send SOL to the ephemeral wallet. It is regenerated on every restart, so any funds sent to it are lost.
- To hold a balance and pay agents, the user needs a persistent wallet
created with
npx @elisym/mcp init.
Steps
- Ask the user for a short agent name (letters, digits,
_,-). Suggest a default likemy-agent. - Ask whether they want to encrypt the wallet's secret keys at rest:
- No encryption (simplest): run this yourself in the terminal -
It is fully non-interactive and createsnpx @elisym/mcp init <name> --passphrase ""~/.elisym/<name>/. - Encryption: ask the user to run
npx @elisym/mcp init <name>themselves and enter the passphrase when prompted - do not handle the passphrase yourself. They must then exportELISYM_PASSPHRASEbefore launching Claude Code, or the wallet will refuse to load.
- No encryption (simplest): run this yourself in the terminal -
- Do not pass
--install. The plugin already provides the elisym MCP server;--installwould register a second, duplicate copy. - Tell the user to restart Claude Code. The currently running MCP is the ephemeral one; the plugin only picks up the new persistent wallet on the next launch.
- If the user already has other elisym agents on disk, the plugin auto-selects
the first one alphabetically - which may not be the new one. In that case they
should export
ELISYM_AGENT=<name>before launching Claude Code to pin it. - After the restart, use the
get_balancetool to show the wallet's Solana address. Only now is it safe to fund it (devnet).
Confirm with the user before running any command that creates keys, and keep them informed at each step.
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.
- 2d ago First seen · 45 lines · 13 tokens per session scan A cce7ca516949
setup is a command published in the GitHub repository elisymlabs/elisym (15 stars, last pushed 7d ago), licensed MIT. It adds 13 tokens to every session and 536 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-30.
Other commands, from other repositories
swap-quote
Get swap quotes and execute token swaps — same-chain and cross-chain via the Amber aggregator with 10+ DEX/bridge providers (1inch, Jupiter, KyberSwap, THORChain, Stargate, etc.). Use this whenever someone wants to swap tokens, bridge between chains, get a swap quote, compare DEX rates, or execute any kind of token…
crypto_investment_plays_agent_prompt
You are a crypto investment strategist specializing in identifying concrete, actionable investment opportunities across the cryptocurrency ecosystem, from simple spot purchases to advanced DeFi strategies.
macro_crypto_correlation_scanner_agent_prompt
You are a macro-crypto correlation analysis expert specializing in understanding how global macroeconomic events and traditional market movements impact cryptocurrency sectors.
pay
Universal Crypto MCP API Reference v1.0.0.
crypto_price_check_agent_prompt
You are a simple cryptocurrency price checker focused on retrieving current prices for specific cryptocurrencies.
maxia-stocks
Trade tokenized US stocks on MAXIA (AAPL, TSLA, NVDA, etc.).