SkillAgentSearch skills...

wallet

Desktop EVM Wallet for agentic DeFi

Install / Use

claude mcp add EkuboProtocol -- npx -y github:EkuboProtocol/wallet

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

57/100

Supported Platforms

Claude Code
Claude Desktop
OpenAI Codex

Tags

Ekubo Wallet

Ekubo Wallet is a native GPUI desktop wallet for EVM accounts used by people, local AI agents, and WalletConnect dapps. One tray-first process owns encrypted state and private keys. The separately bundled ekubo-wallet-mcp-bridge speaks stdio for local agent harnesses; the wallet application itself has no command-line, terminal, or webview mode.

[!WARNING] Windows and Linux key-storage limitation: the current builds store raw account keys and the SQLCipher database key in a per-user credential service that does not isolate them to Ekubo Wallet. Same-user malware, including a prompt-injected local agent that can execute programs as the user, can extract those keys outside the wallet and bypass policy and native review. Read the platform threat-model section before using either build with valuable accounts.

User-facing installation and usage documentation lives at docs.ekubo.org/wallet. This repository retains the source, build instructions, and implementation-specific security documentation.

Development

The workspace requires Rust 1.94.1 or newer.

cargo fmt --all --check
cargo clippy --locked --workspace --all-targets --all-features -- -D warnings
cargo test --locked --workspace --all-features

GPUI is pinned to Zed revision cc053a4a6fa2fd0e8793201ed9099466af1be0b1; gpui-component is pinned to 26cc9366abb27ccedce386ac99a615a8fa7018da. The application consumes only the Apache-2.0 GPUI infrastructure, not Zed's GPL workspace/UI crates.

See architecture, the system-wide threat model, the code-oriented security boundary, and the release process. The enforced policy vocabulary—including flat prepared-envelope matchers and the review effect—is documented in policy authoring.

License

See LICENSE.

Related Skills

View on GitHub
GitHub Stars3
CategoryAI
Updated15h ago
Forks0

Languages

Rust

Security Score

75/100

Audited on Sep 1, 2026

1 medium2 low