← 返回 Skills 市场
347
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install openclaw-skills-github-sync-hiliang
功能描述
将 OpenClaw skills 同步到 GitHub(非实时,需手动确认)。 支持 Windows/Linux/Mac。 使用场景:skill 创建或修改完成后同步到 GitHub
安全使用建议
This skill appears to do what it says, but take these precautions before using: 1) Inspect the .gitignore it will create and add any additional patterns to ensure secrets are excluded (e.g., API keys, tokens, config files). 2) Confirm the PRIVATE_PATH/PUBLIC_PATH values saved in scripts/config.sh point to the intended directories. 3) Verify the git remote (git remote -v) and branch (main) are what you expect — the script runs 'git push origin main' which could push to an unintended remote/branch. 4) Run git status and review diffs before confirming the sync prompt. 5) If you use HTTPS remotes, ensure your credential helper / PAT is set up securely; if using SSH, ensure your SSH keys are correct. 6) Because the source repo is 'unknown' in the registry metadata, prefer cloning this into a non-production/testing environment first and review the files (as you already have) before trusting it with real data.
功能分析
Type: OpenClaw Skill
Name: openclaw-skills-github-sync-hiliang
Version: 2.0.0
The skill bundle provides a legitimate utility for synchronizing OpenClaw skills to GitHub repositories. The scripts (setup.sh and sync.sh) implement standard Git operations and include safety features such as automatic .gitignore generation to prevent the accidental upload of sensitive files (e.g., credentials, keys) and a manual confirmation prompt before pushing changes.
能力评估
Purpose & Capability
Name/description describe syncing skills to GitHub; included scripts implement an interactive setup and a sync routine that uses gh (for auth check) and git to commit and push. All requested/used items are appropriate for this purpose.
Instruction Scope
Runtime instructions and scripts operate on user-specified local directories, create a .gitignore if missing, show changes, and prompt for confirmation before committing. This is within scope, but the sync script does an unconditional 'git add -A' and 'git push origin main' after confirmation — users must ensure sensitive files are excluded and that 'origin/main' is the intended remote/branch.
Install Mechanism
No install spec; instruction-only skill with small shell scripts. Nothing is downloaded from arbitrary URLs and no archives are extracted.
Credentials
The skill declares no required environment variables or secrets. The setup script checks for the GitHub CLI (gh) and whether the user is authenticated; scripts read a local config.sh (created by the setup) or default to $HOME paths. No unrelated credentials or config paths are requested.
Persistence & Privilege
always:false and user-invocable. The skill does not modify other skills' configs or require persistent elevated privileges. It writes a local config.sh in its scripts directory to store paths (expected behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skills-github-sync-hiliang - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skills-github-sync-hiliang触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Summary: Adds full Windows support and improves documentation.
- 新增 Windows 支持,脚本和使用方法现包含 Windows 说明
- 更新 README 和 SKILL.md:简化平台说明,加入 Windows/Linux/Mac 全平台操作指引
- 文档调整,增强“快速开始”与“安装方式”指引,统一演示流程
- 移除“Windows 版本开发中”相关内容
v1.0.0-beta.4
- Updated README.md with minor formatting or content changes.
- No functional changes to code or features; documentation only.
v1.0.0-beta.3
- 移除对 Windows 的支持说明,明确当前仅支持 Linux 和 Mac,Windows 版本正在开发中
- 简化描述,突出主要功能与平台支持
- 增加详细的安全警告和 .gitignore 配置指导
- 更新使用流程为更简明的初始化与同步步骤
- 优化文档结构,突出常见操作与注意事项
v1.0.0-beta.2
- Updated README.md with clearer instructions and better formatting.
- No changes to core functionality or scripts; documentation improvement only.
v1.0.0-beta.1
- Updated README.md with improved formatting and instructions.
- No functional or code changes; documentation only.
v1.0.0
Initial release of openclaw-skills-github-sync.
- Enables syncing of OpenClaw skills to GitHub, supporting both private and public repos.
- Includes an interactive setup wizard for easy first-time configuration.
- Detects changes and pushes updates upon manual confirmation (not real-time).
- Supports Windows, Linux, and Mac platforms.
- Offers detailed installation and usage instructions, including manual and guided configuration.
- Credentials directory is excluded from syncing for security.
元数据
常见问题
Openclaw Skills Github Sync 是什么?
将 OpenClaw skills 同步到 GitHub(非实时,需手动确认)。 支持 Windows/Linux/Mac。 使用场景:skill 创建或修改完成后同步到 GitHub. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。
如何安装 Openclaw Skills Github Sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skills-github-sync-hiliang」即可一键安装,无需额外配置。
Openclaw Skills Github Sync 是免费的吗?
是的,Openclaw Skills Github Sync 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Skills Github Sync 支持哪些平台?
Openclaw Skills Github Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Skills Github Sync?
由 KiLiminal(@hi-jiajun)开发并维护,当前版本 v2.0.0。
推荐 Skills