reading-agw-wallet

Retrieve targeted Abstract Global Wallet context with field trimming and paginated token listings.

1|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Abstract-Foundation/agw-cli --skill reading-agw-wallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reading-agw-wallet
Source: https://github.com/Abstract-Foundation/agw-cli/tree/main/packages/agw-cli/skills/reading-agw-wallet
Command: npx skills add https://github.com/Abstract-Foundation/agw-cli --skill reading-agw-wallet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of retrieving targeted, read-only Abstract Global Wallet context without over-fetching unnecessary data that bloats the AI agent's context window, ensuring efficient and focused wallet information retrieval.

Core Features & Use Cases

  • Account Confirmation: Read the linked AGW wallet address to verify the active account before executing any state-changing wallet actions.
  • Balance Inspection: Pull trimmed native and token balance data using field selection to get only the relevant metrics you need.
  • Token Inventory Management: List token holdings with pagination support to avoid loading large token lists all at once, ideal for portfolio checks.
  • Use Case: An agent preparing to send a transaction can first use this Skill to confirm the linked wallet address and check the native balance to ensure sufficient funds, without pulling unnecessary token or transaction history data.

Quick Start

Use the reading-agw-wallet skill to check the linked AGW wallet address and current native balance.

Frequently Asked Questions about reading-agw-wallet

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

FAQPage Schema
How do I check my Abstract Global Wallet balances using an AI agent?

You can retrieve AGW wallet balances by pulling trimmed native and token balance data through this Skill, which outputs machine-readable JSON formatted specifically for AI agent tooling via CLI.

How do I list AGW token inventory without exceeding the agent context window?

List AGW token inventory with pagination support to avoid loading large token lists all at once. This minimizes context window usage by applying field trimming to retrieve only relevant token metrics required for portfolio inspection.

Can I verify an active AGW account address before executing a transaction?

You can verify an active AGW account address by reading the linked wallet identity for account confirmation. This pre-transaction validation ensures you are interacting with the correct active account before executing any state-changing wallet actions.

Does this approach support pre-transaction validation for AI agents interacting with AGW?

Yes, this approach supports pre-transaction validation by confirming the linked wallet address and checking the native balance to ensure sufficient funds. It avoids pulling unnecessary token or transaction history data during the validation workflow.

What is the best way to inspect AGW portfolio holdings via CLI?

The best way to inspect AGW portfolio holdings via CLI is to request paginated token listings with field selection. This retrieves only the targeted token inventory and balance data needed, returning results as JSON-formatted machine-readable output.