Loading...
Loading...
Environment variables and parameters for running command line programs reliably in non-interactive environments (unattended). Includes silent modes, color/disable TTY, and reduced output options for 155 CLI tools.
npx skill4agent add viktor-ferenczi/skills silent-cli/
├── SKILL.md # This file - skill overview
├── INDEX_BY_NAME.md # Program index alphabetically
├── INDEX_BY_CATEGORY.md # Program index by category
├── PLATFORM_COVERAGE.md # Platform coverage statistics
├── UNIX.md # Unix/Linux usage examples
├── WINDOWS.md # Windows-specific notes
├── programs/ # Individual program documentation (155 files)
│ ├── git.md
│ ├── curl.md
│ ├── aws.md
│ ├── docker.md
│ └── ...
└── scripts/ # Helper scripts (if needed)| Variable | Value | Effect |
|---|---|---|
| | Indicates continuous integration environment, triggers non-interactive mode for many tools |
| | Prevents apt/dpkg from prompting (Debian/Ubuntu) |
| | Disables colored output (Node.js, some JS tools) |
| | Disables colored output (growing standard) |
| | Minimal terminal capabilities |
| | Sets timezone, prevents timezone prompts |
| | Unbuffered Python output |
| | Suppress Node.js warnings |