aptos-agent

Execute Aptos blockchain actions with explicit approval and simulation validation.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill aptos-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aptos-agent
Source: https://github.com/plurigrid/asi/tree/main/skills/aptos-agent
Command: npx skills add https://github.com/plurigrid/asi --skill aptos-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive Aptos blockchain actions with game-theoretic decision analysis, including Nash equilibrium detection and explicit approval workflows.

Core Features & Use Cases

  • Balance checks, transfers, swaps, staking and view functions
  • Natural language blockchain intent processing
  • Explicit approval workflow for all state-changing actions

Quick Start

Setup MCP server in ~/.mcp.json and run an action (balances, transfers, etc.) with explicit approvals:

  • balance: aptos_balance
  • transfer: aptos_transfer

Frequently Asked Questions about aptos-agent

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

FAQPage Schema
How do I check my Aptos wallet balance and transfer APT tokens?

Aptos balance checks and transfers are core wallet operations this Skill enables through natural language commands. Use aptos_balance to retrieve balances and aptos_transfer for token transfers, both with explicit approval workflows for security.

Can I swap tokens and stake APT on the Aptos blockchain?

Yes. This Skill handles DEX swaps and staking operations on Aptos mainnet, testnet, or simulated environments, with simulation-first validation to preview outcomes before execution.

What does game-theoretic analysis and Nash equilibrium detection add to blockchain interactions?

Game-theoretic analysis identifies optimal decision outcomes by detecting Nash equilibrium states in transaction scenarios, helping users understand strategy implications before committing state-changing actions.

How do I execute Move view functions and query NFT or token data on Aptos?

Move view functions let you query smart contract state without transactions. This Skill supports direct view function execution for NFT and token inquiries across any Aptos environment without state changes.

Do I need special setup or wallet derivation for secure Aptos interactions?

Yes. This Skill requires MCP server configuration in ~/.mcp.json and implements wallet derivation safety protocols to protect key management during blockchain interactions.

Can I manage multisig wallets and control which environment my transactions run on?

Multisig management and environment-based MCP configuration are supported, letting you specify mainnet, testnet, or simulated execution contexts and coordinate multi-signature approvals.