install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/r" ~/.claude/skills/plurigrid-asi-r && rm -rf "$T"
manifest:
skills/r/SKILL.mdsource content
World R Skill
Trit: +1 (PLUS (generator/executor)) Color Range: Warm hues (0-60°, 300-360°) Index: 17 Wallet: world_r_aptos MCP Server:
mcp__world_r_aptos__*
GF(3) Role
This world operates as PLUS (generator/executor) in the triadic system.
Conservation law:
Σ trits ≡ 0 (mod 3) across all parallel operations.
Usage
Access blockchain operations via MCP tools:
mcp__world_r_aptos__aptos_balance # Check APT balance mcp__world_r_aptos__aptos_transfer # Transfer APT (requires approval) mcp__world_r_aptos__aptos_swap # Swap tokens on DEX mcp__world_r_aptos__aptos_stake # Stake with validator mcp__world_r_aptos__aptos_view # Call view function (read-only) mcp__world_r_aptos__aptos_intent # Natural language intent mcp__world_r_aptos__aptos_pending # List pending decisions mcp__world_r_aptos__aptos_approve # Approve/reject decision
World Description
rzk simplicial HoTT
Triadic Coordination
When operating in parallel with other worlds:
| Your Role | Partner Roles | Combined |
|---|---|---|
| +1 | Need -1, 0 | Σ = 0 ✓ |
Related Skills
- Core Aptos interaction patternsaptos-agent
- World Extractable Value (WEV) contractsaptos-society
- Deterministic color generation from seedgay-mcp
- Unified skill orchestrationplurigrid-asi-integrated
Customization
Add world-specific configurations below this line:
<!-- World R custom content -->