vastai-debug-bundle
Installation
SKILL.md
Vast.ai Debug Bundle
Overview
Collect all necessary diagnostic information for Vast.ai support tickets.
Prerequisites
- Vast.ai SDK installed
- Access to application logs
- Permission to collect environment info
Instructions
Step 1: Create Debug Bundle Script
#!/bin/bash
# vastai-debug-bundle.sh
BUNDLE_DIR="vastai-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE_DIR"
Related skills