starknet-wallet

Manage Starknet wallets and perform on-chain token transfers and balance queries.

80|25|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/keep-starknet-strange/starknet-agentic --skill starknet-wallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: starknet-wallet
Source: https://github.com/keep-starknet-strange/starknet-agentic/tree/main/skills/starknet-wallet
Command: npx skills add https://github.com/keep-starknet-strange/starknet-agentic --skill starknet-wallet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires starknet, @avnu/avnu-sdk, dotenv, and includes scripts (resource) components.

What problem does it solve?

AI agents often require programmatic access to Starknet wallets for token transfers, balance checks, and on-chain actions, but doing so manually breaks automation and introduces risk.

Core Features & Use Cases

  • Create, deploy, and manage Starknet accounts with native Account Abstraction and session-key support.
  • Query balances (single and batch) and perform token transfers (including gasless transfers via paymaster).
  • Interact with contracts (read and write) using MCP tools and AVNU paymaster for gas optimization.
  • Real-world use: integrate with agent pipelines to autonomously fund wallets, pay for gas, and execute multi-step workflows across Starknet.

Quick Start

Install dependencies, configure environment variables, and run npm scripts to test balance checks and transfers.

Frequently Asked Questions about starknet-wallet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Starknet wallet operations for AI agents?

Automating Starknet wallet operations for AI agents requires programmatic access for token transfers and balance queries. This Skill enables autonomous on-chain actions by integrating MCP tools with native Account Abstraction.

Can I execute gasless token transfers on Starknet using an AI agent?

Yes, gasless token transfers on Starknet are possible using an AI agent. The Skill integrates the AVNU paymaster to sponsor transaction fees, enabling agents to execute transfers without holding ETH for gas.

How does account abstraction work for Starknet wallet management?

Account abstraction for Starknet wallet management allows smart contracts to act as user accounts. This Skill leverages native account abstraction and session-key governance to let AI agents autonomously deploy accounts and interact with contracts.

What's the best way to query Starknet account balances in batch?

Querying Starknet account balances in batch is best handled through dedicated scripts. This Skill provides batch balance query capabilities alongside single balance checks, allowing AI agents to monitor multiple wallet states simultaneously.

Does the AVNU paymaster support session-key governance for autonomous workflows?

Yes, the AVNU paymaster supports session-key governance for autonomous workflows. The Skill combines paymaster integration for gas optimization with session keys, allowing AI agents to execute multi-step workflows without manual signing.