qbittorrent
SKILL.md
Credential Check
Before using this skill, verify credentials are configured:
source .env && echo "QB URL: $QB_URL" && echo "User: $QB_USER"
If this shows nothing or errors, guide the user through First-Time Setup below.
Environment Setup
Credentials are stored in .env (gitignored):
QB_URL=http://localhost:8080
QB_USER=admin
QB_PASS=your-password