SkillAgentSearch skills...

Wget

Wraps the wget CLI to be used in Github Actions

Install / Use

/learn @wei/Wget
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GitHub Action for wget

Wraps the wget CLI to be used in GitHub Actions. See also GitHub Action for curl.

Features

  • make http requests
  • http errors are treated as errors

Usage

GitHub Actions

on: push
jobs:
  wget:
    runs-on: ubuntu-latest
    steps:
    - name: wget
      uses: wei/wget@v1
      with:
        args: -O sample.html https://httpbin.org/html
on: push
jobs:
  wget:
    runs-on: ubuntu-latest
    steps:
    - name: wget
      uses: wei/wget@v1
      with:
        args: -qO- https://httpbin.org/get

Docker

docker run --rm $(docker build -q .) \
  -qO- https://httpbin.org/get

Author

Wei He github@weispot.com

License

MIT

View on GitHub
GitHub Stars30
CategoryDevelopment
Updated13d ago
Forks4

Languages

Dockerfile

Security Score

80/100

Audited on Mar 20, 2026

No findings