wallet skillA
wallet is agent-read markdown (skill) from starchild-ai-agent/official-skills: Multi-chain wallet: EVM and Solana balances, transfers, signing, and policy. Use when checking balances, sending tokens, signing typed data, or proposing a wallet policy (e.g. send 10 USDC on Base, sign EIP-712, Solana balance)..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 💰 Wallet Skill Multi-chain wallet for EVM (DeBank-supported chains) + Solana. Balances, transfers, signing, and policy management. **Script skill** — call the functions below via bash; no wallet tools are registered. ## How to call All read/transfer/sign operations are Python functions in `core.skill_tools.wallet`. Run them from bash and read the JSON result: ```bash python3 -c "from core.skill_tools import wallet; import json; print(json.dumps(wallet.wallet_balance(chain='base')))" ``` The **one** operation that is NOT a script function is proposing a wallet policy — it needs to render a confirmation card in the UI, so it goes through the native `frontend_action` tool (see Policy Management below). ## Functions (`from core.skill_tools import wallet`) | Function | Description | |----------|-------------| | `wallet_info()` | Get all AGENT wallet addresses | | `get_user_wallets()` | The USER'S OWN wallets (login + secondary) — read-only, from env | | `wallet_balance(chain, address="", asset="")` | EVM balance on a chain (DeBank). `chain` required | | `wallet_sol_balance(address="", asset="")` | Solana balance (Birdeye) | …
Read the whole file at its exact version.
How to install
mdr add starchild-ai-agent/official-skills/wallet@v3.7.0mdr add starchild-ai-agent/official-skills/wallet@sha256:625b0f974629530fPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_nad2ift7vt6ydwyv)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v3.7.0 latest | 2026-08-01 | a0945c9 | 9,869 B | A | view · diff |
| v3.6.2 | 2026-08-01 | 827cb47 | 9,869 B | A | view · diff |
| v3.6.2 | 2026-07-17 | 682c285 | 8,424 B | A | view · diff |
| v3.6.1 | 2026-07-06 | 2ac5470 | 8,413 B | A | view · diff |
| v3.6.0 | 2026-06-16 | 81d9bba | 8,413 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (9869 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
starchild-ai-agent/official-skills · 28 stars · license none · pushed 2026-09-18 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_nad2ift7vt6ydwyv GET https://markdownregistry.com/api/v1/resolve?ref=starchild-ai-agent/official-skills/wallet GET https://markdownregistry.com/api/v1/blob/625b0f974629530f80a85311ff802173022cd3906720c04cd2a24b8b63dac78f
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from starchild-ai-agent/official-skills
Every file in starchild-ai-agent/official-skills