custom-env-app-runner

star 0

Run a user-provided Python app that requires a colocated .env file (.env, app.py, requirements.txt). Use when asked to install dependencies and execute this app.py with dotenv-loaded USER_ID/USER_PW.

7cmdehdrb By 7cmdehdrb schedule Updated 3/25/2026

name: custom-env-app-runner description: Run a user-provided Python app that requires a colocated .env file (.env, app.py, requirements.txt). Use when asked to install dependencies and execute this app.py with dotenv-loaded USER_ID/USER_PW.

custom-env-app-runner

  1. Keep .env in the same directory as app.py.
  2. Use local virtual environment .venv in this skill directory.
  3. Install dependencies with:
    • .venv/bin/pip install -r requirements.txt
  4. Run app only when user explicitly requests:
    • cd <skill_dir> && .venv/bin/python app.py
  5. Never print secret values from .env.
Install via CLI
npx skills add https://github.com/7cmdehdrb/openclaw_skill --skill custom-env-app-runner
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator