Claude-skill-registry aptos-wallet-mcp

Aptos Wallet MCP Skill

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/aptos-wallet-mcp" ~/.claude/skills/majiayu000-claude-skill-registry-aptos-wallet-mcp && rm -rf "$T"
manifest: skills/data/aptos-wallet-mcp/SKILL.md
source content

Aptos Wallet MCP Skill

Trit: 0 (ERGODIC) Domain: blockchain, wallet, mcp

Overview

Compressed, shareable Aptos wallet MCP configuration with GF(3) conservation.

Wallets

WalletNetworkBalanceTritRole
alicemainnet0.6130 APT-1MINUS/validator
bobmainnet55.6987 APT+1PLUS/executor
alicetestnet0.0000 APT0ERGODIC
bobtestnet0.0000 APT0ERGODIC

MCP Server Config

{
  "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

ToolReadOnlyApproval
aptos_balance
yesno
aptos_view
yesno
aptos_pending
yesno
aptos_transfer
noyes
aptos_swap
noyes
aptos_stake
noyes
aptos_intent
noyes
aptos_approve
noyes

DEX Integrations

  • liquidswap
  • pancakeswap
  • thala

GF(3) Conservation

alice(-1) + bob(+1) + arbiter(0) = 0 (mod 3) ✓

Environment Template

export APTOS_MCP_PATH="$HOME/aptos-claude-agent"
export ALICE_APTOS_KEY="0x..."
export BOB_APTOS_KEY="0x..."

Commands

# 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.