Claude Skill

act Local GitHub Actions Runner

act is an open-source CLI tool that runs GitHub Actions workflows locally using Docker, enabling fast feedback on workflow changes without pushing to GitHub. It is a standard tool for local Actions development and testing.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_act-local-github-actions-runner-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/act-local-github-actions-runner
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

act Local GitHub Actions Runner

act is an open-source CLI tool that runs GitHub Actions workflows locally using Docker, enabling fast feedback on workflow changes without pushing to GitHub. It is a standard tool for local Actions development and testing.

Installation

Use the upstream install or setup path that matches your environment:

  • Install Docker first. On macOS, use Docker Desktop. On Linux, install Docker Engine.
  • On macOS, install act with Homebrew: `brew install act`
  • git clone https://github.com/nektos/act.git
  • make build

Requirements and caveats from upstream:

  • act depends on the Docker Engine API to run workflows in containers.
  • Jobs that do not require container isolation can be run directly on the host runner when that fits the workflow.

Basic usage or getting-started notes:

Source

Files (skills)
  • SKILL.md 1.6 KB
    ---
    name: "act Local GitHub Actions Runner"
    slug: "act-local-github-actions-runner"
    description: "act is an open-source CLI tool that runs GitHub Actions workflows locally using Docker, enabling fast feedback on workflow changes without pushing to GitHub. It is a standard tool for local Actions development and testing."
    github_stars: 69661
    verification: "security_reviewed"
    source: "https://github.com/nektos/act"
    category: "CI/CD Integrations"
    framework: "Claude Code"
    tool_ecosystem:
      github_repo: "nektos/act"
      github_stars: 69661
    ---
    
    # act Local GitHub Actions Runner
    
    act is an open-source CLI tool that runs GitHub Actions workflows locally using Docker, enabling fast feedback on workflow changes without pushing to GitHub. It is a standard tool for local Actions development and testing.
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - Install Docker first. On macOS, use Docker Desktop. On Linux, install Docker Engine.
    - On macOS, install act with Homebrew: \`brew install act\`
    - git clone https://github.com/nektos/act.git
    - make build
    
    Requirements and caveats from upstream:
    - act depends on the Docker Engine API to run workflows in containers.
    - Jobs that do not require container isolation can be run directly on the host runner when that fits the workflow.
    
    Basic usage or getting-started notes:
    - Run all local workflow jobs: \`act\`
    - Run a specific job: \`act -j <job>\`
    
    - Source: https://github.com/nektos/act
    - Extracted from upstream docs: https://nektosact.com/installation/index.html
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/act-local-github-actions-runner/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related