·aptos-agent
{}

aptos-agent

plurigrid/asi

Interact with Aptos blockchain - check balances, transfer APT, swap tokens, stake, and execute Move view functions. Features game-theoretic decision analysis with Nash equilibrium detection. All transactions require explicit approval.

3Installs·0Trend·@plurigrid

Installation

$npx skills add https://github.com/plurigrid/asi --skill aptos-agent

SKILL.md

| aptosbalance | Get wallet balance | | aptostransfer | Transfer APT (requires approval) | | aptosswap | Swap tokens on DEX (requires approval) | | aptosstake | Stake APT (requires approval) | | aptosview | Read-only view function call | | aptosintent | Process natural language intent | | aptosapprove | Approve/reject pending decision |

Validation Run just aptos-validate-all to verify all configured wallets before any funding operation.

| 0x1::coin | Legacy fungible token standard | | 0x1::fungibleasset | New FA standard (object-based) | | 0x1::aptoscoin | Native APT token | | 0x1::account | Account creation/management | | 0x1::object | Object model foundation | | 0x1::stake | Validator staking | | 0x1::delegationpool | Delegated staking | | 0x1::multisigaccount | Multi-signature accounts |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/plurigrid/asi --skill aptos-agent
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is aptos-agent?

Interact with Aptos blockchain - check balances, transfer APT, swap tokens, stake, and execute Move view functions. Features game-theoretic decision analysis with Nash equilibrium detection. All transactions require explicit approval. Source: plurigrid/asi.

How do I install aptos-agent?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/plurigrid/asi --skill aptos-agent Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/plurigrid/asi