docs: archive OpenClaw skills and update port references
All checks were successful
All checks were successful
- 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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user