Best use case
aptos-wallet-mcp is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Aptos Wallet MCP Skill
Teams using aptos-wallet-mcp should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/aptos-wallet-mcp/SKILL.md --create-dirs "https://raw.githubusercontent.com/plurigrid/asi/main/plugins/asi/skills/aptos-wallet-mcp/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/aptos-wallet-mcp/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How aptos-wallet-mcp Compares
| Feature / Agent | aptos-wallet-mcp | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Aptos Wallet MCP Skill
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Aptos Wallet MCP Skill
**Trit**: 0 (ERGODIC)
**Domain**: blockchain, wallet, mcp
## Overview
Compressed, shareable Aptos wallet MCP configuration with GF(3) conservation.
## Wallets
| Wallet | Network | Balance | Trit | Role |
|--------|---------|---------|------|------|
| alice | mainnet | 0.6130 APT | -1 | MINUS/validator |
| bob | mainnet | 55.6987 APT | +1 | PLUS/executor |
| alice | testnet | 0.0000 APT | 0 | ERGODIC |
| bob | testnet | 0.0000 APT | 0 | ERGODIC |
## MCP Server Config
```json
{
"alice-aptos": {
"command": "node",
"args": ["${APTOS_MCP_PATH}/dist/mcp/server.js"],
"env": {
"APTOS_NETWORK": "mainnet",
"APTOS_PRIVATE_KEY": "${ALICE_APTOS_KEY}"
}
},
"bob-aptos": {
"command": "node",
"args": ["${APTOS_MCP_PATH}/dist/mcp/server.js"],
"env": {
"APTOS_NETWORK": "mainnet",
"APTOS_PRIVATE_KEY": "${BOB_APTOS_KEY}"
}
}
}
```
## Tools
| Tool | ReadOnly | Approval |
|------|----------|----------|
| `aptos_balance` | yes | no |
| `aptos_view` | yes | no |
| `aptos_pending` | yes | no |
| `aptos_transfer` | no | yes |
| `aptos_swap` | no | yes |
| `aptos_stake` | no | yes |
| `aptos_intent` | no | yes |
| `aptos_approve` | no | yes |
## DEX Integrations
- liquidswap
- pancakeswap
- thala
## GF(3) Conservation
```
alice(-1) + bob(+1) + arbiter(0) = 0 (mod 3) ✓
```
## Environment Template
```bash
export APTOS_MCP_PATH="$HOME/aptos-claude-agent"
export ALICE_APTOS_KEY="0x..."
export BOB_APTOS_KEY="0x..."
```
## Commands
```bash
# Check balances
just aptos-balance alice
just aptos-balance bob
# Validate wallet config
just aptos-validate-all
```
## Scientific Skill Interleaving
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
### Graph Theory
- **networkx** [○] via bicomodule
- Universal graph hub
### Bibliography References
- `general`: 734 citations in bib.duckdb
## Cat# Integration
This skill maps to **Cat# = Comod(P)** as a bicomodule in the equipment structure:
```
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
```
### GF(3) Naturality
The skill participates in triads satisfying:
```
(-1) + (0) + (+1) ≡ 0 (mod 3)
```
This ensures compositional coherence in the Cat# equipment structure.Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.