{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gh-action-gen",
    "name": "GitHub Action Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/branexp/gh-action-gen",
    "canonicalUrl": "https://clawhub.ai/branexp/gh-action-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gh-action-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gh-action-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "dist/cli.d.ts",
      "dist/cli.js",
      "dist/index.d.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gh-action-gen"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gh-action-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/gh-action-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gh-action-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gh-action-gen/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GitHub Action Generator",
        "body": "Stop copy-pasting workflow YAML from StackOverflow. Describe what you want and get a working GitHub Actions workflow.\n\nOne command. Zero config. Just works."
      },
      {
        "title": "Quick Start",
        "body": "npx ai-github-action \"test and deploy on push to main\""
      },
      {
        "title": "What It Does",
        "body": "Generates complete GitHub Actions workflow files\nHandles common patterns like test, build, deploy\nIncludes caching for faster runs\nSupports multiple deploy targets"
      },
      {
        "title": "Usage Examples",
        "body": "# Test and deploy\nnpx ai-github-action \"test and deploy on push to main\"\n\n# PR checks\nnpx ai-github-action \"run eslint and prettier on PRs\" --install\n\n# Docker workflow\nnpx ai-github-action \"build docker image and push to ECR\" -o deploy.yml\n\n# Scheduled job\nnpx ai-github-action \"run database backup every night at 2am\""
      },
      {
        "title": "Best Practices",
        "body": "Use secrets - never hardcode credentials\nCache dependencies - saves minutes per run\nFail fast - run quick checks first\nUse matrix builds - test multiple node versions"
      },
      {
        "title": "When to Use This",
        "body": "Setting up CI for a new repo\nAdding deployment automation\nCreating custom workflows\nLearning GitHub Actions syntax"
      },
      {
        "title": "Part of the LXGIC Dev Toolkit",
        "body": "This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.\n\nFind more:\n\nGitHub: https://github.com/LXGIC-Studios\nTwitter: https://x.com/lxgicstudios\nSubstack: https://lxgicstudios.substack.com\nWebsite: https://lxgicstudios.com"
      },
      {
        "title": "Requirements",
        "body": "No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.\n\nnpx ai-github-action --help"
      },
      {
        "title": "How It Works",
        "body": "Takes your plain English description and generates GitHub Actions YAML with the right triggers, jobs, and steps. The AI knows common patterns and best practices for different workflows."
      },
      {
        "title": "License",
        "body": "MIT. Free forever. Use it however you want."
      }
    ],
    "body": "GitHub Action Generator\n\nStop copy-pasting workflow YAML from StackOverflow. Describe what you want and get a working GitHub Actions workflow.\n\nOne command. Zero config. Just works.\n\nQuick Start\nnpx ai-github-action \"test and deploy on push to main\"\n\nWhat It Does\nGenerates complete GitHub Actions workflow files\nHandles common patterns like test, build, deploy\nIncludes caching for faster runs\nSupports multiple deploy targets\nUsage Examples\n# Test and deploy\nnpx ai-github-action \"test and deploy on push to main\"\n\n# PR checks\nnpx ai-github-action \"run eslint and prettier on PRs\" --install\n\n# Docker workflow\nnpx ai-github-action \"build docker image and push to ECR\" -o deploy.yml\n\n# Scheduled job\nnpx ai-github-action \"run database backup every night at 2am\"\n\nBest Practices\nUse secrets - never hardcode credentials\nCache dependencies - saves minutes per run\nFail fast - run quick checks first\nUse matrix builds - test multiple node versions\nWhen to Use This\nSetting up CI for a new repo\nAdding deployment automation\nCreating custom workflows\nLearning GitHub Actions syntax\nPart of the LXGIC Dev Toolkit\n\nThis is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.\n\nFind more:\n\nGitHub: https://github.com/LXGIC-Studios\nTwitter: https://x.com/lxgicstudios\nSubstack: https://lxgicstudios.substack.com\nWebsite: https://lxgicstudios.com\nRequirements\n\nNo install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.\n\nnpx ai-github-action --help\n\nHow It Works\n\nTakes your plain English description and generates GitHub Actions YAML with the right triggers, jobs, and steps. The AI knows common patterns and best practices for different workflows.\n\nLicense\n\nMIT. Free forever. Use it however you want."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/branexp/gh-action-gen",
    "publisherUrl": "https://clawhub.ai/branexp/gh-action-gen",
    "owner": "branexp",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gh-action-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/gh-action-gen",
    "agentUrl": "https://openagent3.xyz/skills/gh-action-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gh-action-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gh-action-gen/agent.md"
  }
}