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.
Installation
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 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/plurigrid/asi --skill aptos-agent- Source
- plurigrid/asi
- 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
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01