Track 2 of #84 (build landed in 40f652e, 6b8f667, 514e28b, 84b87f3). Full step tables + configs in plans/qa/external-hosts-qa.md — this issue is the run record for OpenClaw. Requires the Hermes run's wallet (same keyfile) so the cross-brain steps mean something; do setup §0 from the doc if starting fresh.
OpenClaw config (openclaw.json):
{
"mcp": {
"servers": {
"agentnet": {
"command": "node",
"args": ["<REPO>/packages/mcp/dist/agentnet-mcp.js"],
"env": {
"AGENTNET_WALLET_KEYFILE": "<HOME>/.agentnet/qa-wallet.json",
"AGENTNET_MCP_READONLY": "0"
}
}
}
}
}
Steps (doc §B)
Record results
Paste per step: actual output where it differs from expected. Same known-gaps list as the Hermes issue applies.
OpenClaw config (
openclaw.json):{ "mcp": { "servers": { "agentnet": { "command": "node", "args": ["<REPO>/packages/mcp/dist/agentnet-mcp.js"], "env": { "AGENTNET_WALLET_KEYFILE": "<HOME>/.agentnet/qa-wallet.json", "AGENTNET_MCP_READONLY": "0" } } } } }Steps (doc §B)
~/.openclaw/workspace/SOUL.mdright after start → contains the Luna persona set FROM HERMES (A.8) — the soul crossed brains on spawn, no tool call needed~/.openclaw/workspace/MEMORY.md→ fencedagentnet:memoryblock if a memory exists for the workspace project; content outside markers untouchedsoul_getfrom any host shows the edit (file-newer-wins captured it)ls ~/.openclaw/skills/→<slug>/SKILL.mdpresentinstall_skillthe Hermes-bought skill (no targetDir) → installs into all detected dirs, idempotentRecord results
Paste per step: actual output where it differs from expected. Same known-gaps list as the Hermes issue applies.