docs: archive OpenClaw skills and update port references
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s

- Move 6 OpenClaw skills to .windsurf/skills/archive/ (legacy, moved to hermes agent)
- Update service port 8000 to 8011 in aitbc-basic-operations-skill.md
- Update service port 8000 to 8011 in blockchain-troubleshoot-recovery.md
- Coordinator API now on port 8011 (not 8000)
- Partial audit of windsurf AITBC skills for codebase accuracy
This commit is contained in:
aitbc
2026-05-08 21:27:08 +02:00
parent f871e1b765
commit 2594e559d4
8 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Trigger when user requests basic AITBC operations testing: CLI validation, walle
"operation": "test-cli|test-wallet|test-blockchain|test-services|comprehensive",
"test_wallet": "string (optional for wallet testing)",
"test_password": "string (optional for wallet testing)",
"service_ports": "array (optional for service testing, default: [8000, 8001, 8006])",
"service_ports": "array (optional for service testing, default: [8011, 8001, 8006])",
"timeout": "number (optional, default: 30 seconds)",
"verbose": "boolean (optional, default: false)"
}
@@ -91,7 +91,7 @@ Trigger when user requests basic AITBC operations testing: CLI validation, walle
## Environment Assumptions
- AITBC CLI accessible at `/opt/aitbc/aitbc-cli`
- Python venv activated for CLI operations
- Services running on ports 8000, 8001, 8006
- Services running on ports 8011, 8001, 8006
- Working directory: `/opt/aitbc`
- Default test wallet: "test-wallet" with password "test123"

View File

@@ -230,7 +230,7 @@ ssh aitbc1 'systemctl restart aitbc-*'
curl http://10.1.223.40:8006/health
curl http://<aitbc1-ip>:8006/health
curl http://10.1.223.40:8001/health
curl http://10.1.223.40:8000/health
curl http://10.1.223.40:8011/health
# Check blockchain sync
NODE_URL=http://10.1.223.40:8006 ./aitbc-cli blockchain height