starknet-wallet

Perform Starknet wallet operations including token transfers and balance checks.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Grinta-Protocol/Grinta-Prototipe-UI --skill starknet-wallet-grinta-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: starknet-wallet
Source: https://github.com/Grinta-Protocol/Grinta-Prototipe-UI/tree/main/agents/skills/starknet-wallet
Command: npx skills add https://github.com/Grinta-Protocol/Grinta-Prototipe-UI --skill starknet-wallet-grinta-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers AI agents to securely and efficiently manage Starknet wallets, enabling autonomous on-chain operations without direct user intervention.

Core Features & Use Cases

  • Token Management: Transferring various tokens (ETH, STRK, ERC20s) and checking balances in batches.
  • Autonomous Actions: Utilizing session keys for delegated signing and enabling gasless transactions via Paymaster integration.
  • Use Case: An AI agent can be tasked to rebalance a DeFi portfolio on Starknet by checking current token balances, executing a series of token transfers to a new pool, and simulating the transaction to estimate gas costs, all within a single atomic operation.

Quick Start

Use the starknet-wallet skill to check the ETH balance for the address 0x123...abc.

Frequently Asked Questions about starknet-wallet

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

FAQPage Schema
How do I enable gasless transactions for an AI agent on Starknet?

Gasless transactions on Starknet are enabled via Paymaster integration, allowing AI agents to execute autonomous on-chain operations without directly paying gas fees. The Skill supports this natively alongside multi-call functionality for atomic operations.

What are session keys for Starknet wallet management?

Session keys allow delegated signing for Starknet wallet operations, enabling AI agents to autonomously perform token transfers and balance checks without requiring direct user intervention for each transaction.

Can I batch check ERC20 token balances and execute transfers on Starknet?

Yes, you can check balances in batches and transfer various tokens including ETH, STRK, and other ERC20s. The Skill supports multi-call functionality to execute these operations atomically on the Starknet blockchain.

Do I need starknet.js SDK to use account abstraction features for AI agents?

Yes, you need starknet.js SDK v9.0.0 and starknet-agentic Core compatibility to utilize account abstraction features like session keys and gasless transactions for autonomous AI agent operations.

How does an AI agent rebalance a DeFi portfolio on Starknet?

An AI agent can rebalance a Starknet DeFi portfolio by checking current token balances, executing a series of token transfers to a new pool, and simulating the transaction to estimate gas costs within a single atomic operation.

What are the limitations of using autonomous Starknet wallets for AI operations?

The Skill requires starknet.js SDK v9.0.0 and starknet-agentic Core compatibility, limiting integration with older versions. Operations are constrained to the Starknet blockchain and its supported ERC20 token standards.