Skip to main content

Hackathon stack

NexusBank runs the real openclaw agent --local CLI for reasoning (bundled openclaw-workspace), then intent → NexusGuard policy → ALLOW | BLOCK | CLARIFY (ArmorClaw-shaped JSON optional), then optional Alpaca paper execution and TradeStation SIM stubs.

OpenClaw-style skills

  • openclaw.nexusbank.transferParse send/transfer to beneficiary; NexusGuard enforces before execution. · prefix [banking]
  • openclaw.alpaca.paperMarket orders on Alpaca paper API — every order passes NexusGuard first. · prefix [trading]
  • openclaw.nexusbank.taxReserved skill surface; policy narrative only in this demo. · prefix [tax]
  • openclaw.tradestation.simStub connector — enable when SIM API keys are configured.

Ecosystem: OpenClaw, ClawHub.

NexusGuard ↔ ArmorClaw / ArmorIQ

POST /api/nexus-guard/evaluate with "armorCompatibility": true returns an armorClaw object. Same for /api/alpaca/trade.

ArmorClaw, ArmorIQ.

Alpaca paper + MCP

Set ALPACA_API_KEY_ID and ALPACA_API_SECRET_KEY.

TradeStation SIM

/api/tradestation/status — optional TRADESTATION_API_KEY.

TradeStation docs →

Security narrative