Loading...
Loading...
Resolves shared ecosystem environment constants (HuggingFace credentials, dataset repo IDs, project root path) for any plugin without depending on internal shared libraries. V2 enforces Token Leakage constraints.
npx skill4agent add richfrem/agent-plugins-skills env-helperHF_TOKENHF_USERNAME.envplugins/env-helper/skills/env-helper/scripts/env_helper.py# Resolve a single key (most common)
python3 plugins/env-helper/skills/env-helper/scripts/env_helper.py --key HF_TOKEN
# Dump all known constants as JSON
python3 plugins/env-helper/skills/env-helper/scripts/env_helper.py --all
# Get the full HuggingFace upload config block
python3 plugins/env-helper/skills/env-helper/scripts/env_helper.py --hf-configenv_helper.pyHF_TOKENexport HF_TOKEN=$(python3 plugins/env-helper/skills/env-helper/scripts/env_helper.py --key HF_TOKEN)awksedgrep.envenv_helper.py1.envreferences/fallback-tree.md