adobe-debug-bundle
Installation
SKILL.md
Adobe Debug Bundle
Overview
Collect all necessary diagnostic information for Adobe support tickets. This script gathers SDK versions, credential validation status, API connectivity, and redacted configuration into a support-ready archive.
Prerequisites
- Adobe credentials configured (env vars or
.envfile) - Node.js or Python environment with Adobe SDKs installed
- Permission to run network diagnostics
Instructions
Step 1: Create Debug Bundle Script
#!/bin/bash
# adobe-debug-bundle.sh — Collects diagnostic info for Adobe support
Related skills