wallet

The wallet skill provides multi-chain management for EVM and Solana networks. It enables balance checking, token transfers, transaction signing, and policy configuration. The skill uses Python functions for script-based operations and a frontend action tool for policy updates.

8.3K
Installs
5
Use cases
5/10
Quality

Is wallet safe to install?

Review the source first

Review the source first: our audit of wallet's source files found 7 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to perform blockchain transactions and manage wallet policies, which involves financial risk and external network interaction.

How we audit skills: our security review methodology.

Who is this skill for?

Developers and users requiring programmatic access to EVM and Solana wallet operations, including balance retrieval, transaction broadcasting, and security policy management.

What can you do with it?

  • Retrieve wallet addresses and balances across EVM and Solana chains.
  • Broadcast EVM and Solana transactions.
  • Sign EIP-191 and EIP-712 typed data.
  • View transaction history for EVM and Solana.
  • Configure and validate wallet security policies.

How good is this skill?

Quality score: 5/10. The skill documentation is clear, provides specific code examples, and includes critical warnings regarding policy management and transaction units.

What does the skill file contain?

SKILL.md
# šŸ’° 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 rende...

Frequently asked questions

How do I handle gas fees for EVM transactions?

Gas is sponsored by default on EVM chains. If sponsorship is unavailable, the system falls back to user-paid gas. You can force user-paid gas by passing sponsor=False to the transfer function.

What unit should I use for EVM transaction amounts?

Amounts must be specified in wei. For example, 0.01 ETH is represented as 10000000000000000.

How do I update the wallet policy?

You must use the frontend_action tool with action_type='update_wallet_policy'. This requires an active SSE session and must be called separately for EVM and Solana chains.

Does the DENY rule override ALLOW rules?

Yes. In the Privy policy system, DENY rules take precedence over ALLOW rules. If a transaction matches both, it is denied.

Data sourced from starchild-ai-agent/official-skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

fluxa-agent-wallet

8.9K

AI agents that need to perform financial transactions, pay for API resources, or manage payment links on behalf of a human user

FluxA Agent Wallet provides AI agents with a secure interface to perform payment-related actions, including USDC transfers, x402 protocol payments, and agent-to-agent transactions, while requiring human user approval for sensitive operations.

highpaymentsweb3fluxa-agent-payment

emblem-ai-agent-wallet

8.8K

Developers and AI agents requiring secure, operator-controlled, multi-chain wallet management and portfolio tracking

EmblemAI Agent Wallet provides a CLI-based interface for managing multi-chain crypto wallets, including Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. It supports profile-scoped local authentication, zero-config agent provisioning, and a review-first safety model for value-moving operations.

highcryptowalletemblemcompany

gmgn-portfolio

6.7K

Users who want to analyze crypto wallet performance, copy-trade, or evaluate developer activity

The gmgn-portfolio skill provides wallet analysis tools for Solana, BSC, Base, and Ethereum. It retrieves holdings, trading statistics, transaction history, token balances, and developer-created token data using the gmgn-cli.

highcryptofinancegmgnai

gmgn-market

6.6K

Users and developers seeking real-time market intelligence, trending meme coin discovery, and token performance analysis on Solana, BSC, Base, and Ethereum

The gmgn-market skill provides access to crypto and meme token market data, including price charts, trending rankings, new launchpad tokens, and hot-search lists via the gmgn-cli tool.

highcryptotradinggmgnai