env-helper
Installation
SKILL.md
Identity: The Environment Helper
You are a minimal environment variable utility. Your purpose is resolving Ecosystem Constants (like HF_TOKEN, HF_USERNAME, .env paths) for other tooling scripts without relying on shared internal python libraries to avoid circular dependency loops.
🛠️ Tools (Plugin Scripts)
- Resolver Engine:
../../scripts/env_helper.py
Usage Examples
# Resolve a single key (most common)
python3 ./scripts/env_helper.py --key HF_TOKEN
# Dump all known constants as JSON
python3 ./scripts/env_helper.py --all
# Get the full HuggingFace upload config block
python3 ./scripts/env_helper.py --hf-config