debug-network
Description
Diagnose networking issues including P2P connectivity, routing, and dark addressing
Installation
claude install-skill https://github.com/ruvnet/QuDAG README
debug-network
Diagnose networking issues including P2P connectivity, routing, and dark addressing
Usage
/debug-network [node] [options]
Parameters
node (optional)
- undefined
component (optional)
- undefined
verbose (optional)
- undefined
trace (optional)
- undefined
Examples
/debug-network
/debug-network --node node-123
/debug-network --component routing --verbose
/debug-network --node dark:7f3a9b2c --trace
/debug-network --component dark_addressing
/debug-network --component onion --verbose
Diagnostic Checks
P2P
- undefined
Routing
- undefined
Dark Addressing
- undefined
Onion
- undefined
Transport
- undefined
Output Format
1. Network Overview
- Node ID: {node_id}
- Dark Address: {dark_address}
- Uptime: {uptime}
- Network Status: {status}
2. P2P Connectivity
- Active Peers: {peer_count}
- Connection Health: {connection_metrics}
- Bandwidth: In: {bandwidth_in}, Out: {bandwidth_out}
- Failed Connections: {failed_connections}
3. Routing Analysis
- Routing Table Size: {route_count}
- Path Diversity: {path_diversity_score}
- Average Hop Count: {avg_hops}
- Routing Failures: {routing_failures}
4. Dark Addressing System
- Active Dark Addresses: {dark_address_count}
- Resolution Success Rate: {resolution_rate}%
- Anonymity Set Size: {anonymity_set}
- Lookup Latency: {lookup_latency}ms
5. Onion Routing
- Active Circuits: {circuit_count}
- Layer Count: {onion_layers}
- Circuit Build Time: {circuit_build_time}ms
- Relay Performance: {relay_metrics}
6. Performance Metrics
- Message Throughput: {messages_per_second}
- Average Latency: {avg_latency}ms
- Memory Usage: {memory_usage}MB
- CPU Usage: {cpu_usage}%
7. Error Analysis
- Recent Errors: {error_summary}
- Error Rate: {error_rate}
- Critical Issues: {critical_issues}
8. Security Status
- Encryption: {encryption_status}
- Authentication: {auth_status}
- Anomalies Detected: {anomaly_count}
9. Recommendations
- Performance: {performance_suggestions}
- Security: {security_recommendations}
- Configuration: {config_improvements}
Performance Thresholds
- undefined
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official Related Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Contributing to nanobot
Thank you for being here. nanobot is built with a simple belief: good tools should feel calm, clear, and humane. We care deeply about useful features, but we also believe in achieving more with less:
Key exports from each phase
for summary in .planning/phases/*/*-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\|Exports\|Provides" "$summary" 2>/dev/null done