home / skills / plurigrid / asi / h

h skill

/skills/h

This skill helps you manage Ergodic World H operations and Aptos actions through MCP tools for balance, transfer, swap, stake, and view.

npx playbooks add skill plurigrid/asi --skill h

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
1.6 KB
---
name: h
description: 'World H Skill'
version: 1.0.0
---

# World H Skill

**Trit**: +0 (ERGODIC (coordinator/synthesizer))
**Color Range**: Neutral hues (60-180°)
**Index**: 7
**Wallet**: world_h_aptos
**MCP Server**: `mcp__world_h_aptos__*`

## GF(3) Role

This world operates as **ERGODIC (coordinator/synthesizer)** in the triadic system.

Conservation law: `Σ trits ≡ 0 (mod 3)` across all parallel operations.

## Usage

Access blockchain operations via MCP tools:

```
mcp__world_h_aptos__aptos_balance      # Check APT balance
mcp__world_h_aptos__aptos_transfer     # Transfer APT (requires approval)
mcp__world_h_aptos__aptos_swap         # Swap tokens on DEX
mcp__world_h_aptos__aptos_stake        # Stake with validator
mcp__world_h_aptos__aptos_view         # Call view function (read-only)
mcp__world_h_aptos__aptos_intent       # Natural language intent
mcp__world_h_aptos__aptos_pending      # List pending decisions
mcp__world_h_aptos__aptos_approve      # Approve/reject decision
```

## World Description

gdlog/datalog systems

## Triadic Coordination

When operating in parallel with other worlds:

| Your Role | Partner Roles | Combined |
|-----------|--------------|----------|
| +0 | Need -1, +1 | Σ = 0 ✓ |

## Related Skills

- `aptos-agent` - Core Aptos interaction patterns
- `aptos-society` - World Extractable Value (WEV) contracts
- `gay-mcp` - Deterministic color generation from seed
- `plurigrid-asi-integrated` - Unified skill orchestration

## Customization

Add world-specific configurations below this line:

---

<!-- World H custom content -->

Overview

This skill is the World H Skill, a coordinator/synthesizer for Aptos blockchain interactions focused on topological chemputer concepts. It exposes a set of MCP (modular control pipe) tools for checking balances, transferring tokens, staking, swapping, and issuing natural-language intents. The world enforces a triadic conservation rule across parallel operations to maintain state consistency. Use it to orchestrate multi-agent workflows that require neutral-role coordination and deterministic decision handling.

How this skill works

The skill exposes MCP commands prefixed with mcp__world_h_aptos__ for direct blockchain operations, including balance checks, transfers, swaps, staking, view calls, and intent submission. It tracks a GF(3) role of ERGODIC (+0) and enforces the conservation law Σ trits ≡ 0 (mod 3) when running parallel worlds. Commands support both programmatic and natural-language intent inputs, with a pending/approve pattern for decisions requiring review.

When to use it

  • Coordinating multi-world workflows where one participant should remain neutral (+0) in triadic roles
  • Issuing token transfers, swaps, or staking actions on Aptos through a standardized MCP interface
  • Running read-only queries and view calls to inspect contract or account state
  • Submitting intents in natural language for human or automated approval
  • Enforcing deterministic state consistency across parallel agents using the trit conservation rule

Best practices

  • Use mcp__world_h_aptos__aptos_view for read-only checks before making state changes
  • Submit intents with clear, concise natural-language instructions to reduce approval friction
  • Check aptos_balance before transfer or swap operations to prevent failures
  • Respect the Σ trits ≡ 0 (mod 3) rule when composing parallel worlds—ensure partner roles sum to zero
  • Keep approvals and pending decisions monitored to avoid stuck workflows

Example use cases

  • Orchestrating a vault rebalancing: view balances, swap tokens on DEX, update stake positions, then record actions
  • Running a governance proposal flow: submit intent, list pending decisions, and approve or reject via MCP
  • Integrating into a multi-agent pipeline that requires a neutral coordinator to synthesize inputs from +1 and -1 worlds
  • Automating routine account maintenance: check balance, approve transfers, and stake excess APT

FAQ

What does the trit conservation rule mean in practice?

It means when World H operates in parallel with other worlds, the sum of their GF(3) role values must equal 0 mod 3. World H is +0, so partner roles should balance to maintain consistency.

How do I submit a natural-language intent?

Use mcp__world_h_aptos__aptos_intent with a clear description of the desired action; the system will create a pending decision that can be approved or rejected with mcp__world_h_aptos__aptos_approve.