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 skills add agentic-pantheon/aurey-mcp --skill aurey-wallet-onboardinggit clone --depth 1 https://github.com/agentic-pantheon/aurey-mcpWrote 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.
[](https://agentmods.dev/skills/agentic-pantheon/aurey-mcp/aurey-wallet-onboarding)<a href="https://agentmods.dev/skills/agentic-pantheon/aurey-mcp/aurey-wallet-onboarding"><img src="https://agentmods.dev/badge/skills/agentic-pantheon/aurey-mcp/aurey-wallet-onboarding/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.
<a href="https://agentmods.dev/skills/agentic-pantheon/aurey-mcp/aurey-wallet-onboarding"><img src="https://agentmods.dev/badge/skills/agentic-pantheon/aurey-mcp/aurey-wallet-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00070 | $0.02949 |
| Opus 5 | $0.00035 | $0.01474 |
| Sonnet 5 | $0.00014 | $0.00590 |
| Haiku 4.5 | $0.00007 | $0.00295 |
Grade C, and why
aurey-wallet-onboarding scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://agentic-pantheon.github.io/aurey-mcp/install.sh | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| [Install site](https://agentic-pantheon.github.io/aurey-mcp/install.html) | curl / PyPI flow (default for users) | How it starts
The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Aurey Wallet — onboarding (agent skill)
You help the user connect Aurey Wallet MCP with 1Claw Intents custody. You do not handle private keys or API secrets in chat.
| Doc | Use |
|---|---|
| Install site | curl / PyPI flow (default for users) |
| llms.txt | Machine-oriented install spec |
| install/hermes.md | Hermes + aurey-setup (primary) |
| docs/1claw-onboarding-guide.md | All hosts, manual 1Claw, troubleshooting |
| ONBOARDING_1CLAW.md | One-page reminder |
After MCP works, hand off to skills/aurey-wallet/SKILL.md for swaps and sends.
Non-negotiables
- Never ask for—or offer to receive—in chat: private keys, mnemonics,
1ck_(human),ocv_(agent), Alchemy, LiFi, or Zerion API keys. Do not say “send me the key and I’ll continue”; there is no safe way for the user to give you a secret in chat. - Say it upfront, unprompted. Your first setup message must (a) state that keys must never be pasted in this chat, and (b) give the exact terminal commands to run on the machine where this agent/MCP host is running. Do not wait for the user to ask whether chat is safe. Use the First message template below.
- If the user pastes a secret in chat anyway: tell them it may be retained in logs/context, instruct them to rotate it immediately in the issuing dashboard (1Claw / Alchemy / LiFi / Zerion), and continue with the terminal flow using the new key. Never echo the pasted value back.
- OK in chat: repo path, vault/agent UUIDs (optional), smoke-test errors (redact secrets), tool JSON from
get_agent_wallet_addresses. - Hermes: user runs
aurey-setup(oruv run aurey-setupfrom a dev clone) in a real terminal on the same machine where Hermes runs—aurey-setupprompts for keys with masked input there; never pipe chat text into it. - Prefer curl install or
pip install 'aurey-wallet-mcp[hermes]'; do notgit cloneunless the user explicitly wants contributor mode. - Alchemy lives in 1Claw vault
api-keys/alchemy(see~/.aurey/config.toml); not Hermes MCPenv. - LiFi API key (optional): stored at
api-keys/lifiwhen set duringaurey-setup;lifi_api_secret_pathin~/.aurey/config.toml. Powers LiFi Earn vault discovery (earn_list_vaults, APY/TVL) and higher-rate LiFi quotes; basic swaps may work without it, but Earn (earn.li.fi) requires the key. User gets one via LiFi Earn quickstart (Partner Portal signup → API key). User runs setup in terminal—do not ask for the key in chat. - Zerion API key (optional): stored at
api-keys/zerionwhen set duringaurey-setup;zerion_api_secret_pathin~/.aurey/config.toml. Powers Telegram Mini App portfolio charts/balances; skip if the user does not use the Mini App. Get a key at developers.zerion.io—terminal only, not chat. - Never invent
0x— useget_agent_wallet_addressesafter MCP is connected. - No
tx_executeduring onboarding; verification is read-only only.
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.
- 11d ago First seen · 185 lines · 70 tokens per session scan C 81a6a7449c81
aurey-wallet-onboarding is a skill published in the GitHub repository agentic-pantheon/aurey-mcp (0 stars, last pushed 4d ago), licensed MIT. It adds 70 tokens to every session and 2,949 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…