← 返回 Skills 市场
sky-lv

Skylv Gh Actions Automation

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
55
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-gh-actions-automation
功能描述
GitHub Actions workflow generator. Creates CI/CD pipelines for Node.js, Python, Docker. Triggers: github actions, ci cd, workflow, automate build, github ci.
使用说明 (SKILL.md)

GitHub Actions Helper

Overview

Generates GitHub Actions workflows for continuous integration and deployment.

When to Use

  • User asks to "set up CI" or "add github actions"
  • New project needs automated testing
  • User wants to "deploy with github actions"

How It Works

Detect project type

Check for: package.json (Node), pyproject.toml (Python), Dockerfile (Docker).

Node.js CI Template

name: CI
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
        with: { node-version: "20" }
      - run: npm ci
      - run: npm test

Python CI Template

name: Python CI
on: [push, pull_request]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-python@v5
        with: { python-version: "3.12" }
      - run: pip install -r requirements.txt
      - run: pytest

Tips

  • Use actions/checkout@v4 not @v4.2.0
  • Use npm ci not npm install for reproducibility
  • Store secrets in GitHub Secrets
安全使用建议
This skill appears safe to use as a workflow-template helper. Before installing or using the generated output, review the YAML, confirm the CI triggers are desired, and consider your organization’s policy for pinning GitHub Actions versions.
功能分析
Type: OpenClaw Skill Name: skylv-gh-actions-automation Version: 1.0.0 The skill is a straightforward helper for generating standard GitHub Actions CI/CD workflows for Node.js and Python projects. The templates provided in SKILL.md use official GitHub actions and follow industry best practices, with no evidence of malicious intent, data exfiltration, or suspicious execution logic.
能力评估
Purpose & Capability
The stated purpose—generating GitHub Actions workflows for Node.js, Python, and Docker—is consistent with the SKILL.md content.
Instruction Scope
The templates create workflows that run on push and pull request events, which is expected for CI but should be reviewed before committing.
Install Mechanism
There is no install spec, no code files, no required binaries, and no declared environment variables or credentials.
Credentials
The generated workflows run common CI commands such as npm ci, npm test, pip install, and pytest in GitHub Actions; this is proportionate to the purpose.
Persistence & Privilege
The artifacts do not request credentials, privileged local access, persistent background execution, or account-level permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-gh-actions-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-gh-actions-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skylv-github-actions-helper. - Generates GitHub Actions workflows for Node.js, Python, and Docker projects. - Offers prebuilt CI/CD pipeline templates for each supported project type. - Automatically detects project language from common files (e.g., package.json, pyproject.toml, Dockerfile). - Supports typical triggers such as push and pull request events. - Includes best practice tips for workflow configuration and secrets management.
元数据
Slug skylv-gh-actions-automation
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Skylv Gh Actions Automation 是什么?

GitHub Actions workflow generator. Creates CI/CD pipelines for Node.js, Python, Docker. Triggers: github actions, ci cd, workflow, automate build, github ci. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。

如何安装 Skylv Gh Actions Automation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-gh-actions-automation」即可一键安装,无需额外配置。

Skylv Gh Actions Automation 是免费的吗?

是的,Skylv Gh Actions Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Gh Actions Automation 支持哪些平台?

Skylv Gh Actions Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Gh Actions Automation?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。

💬 留言讨论