← 返回 Skills 市场
240
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install upload
功能描述
指导使用 Git 命令规范上传本地文件到 GitHub,涵盖初始化、分支管理、大文件处理及冲突解决方案。
安全使用建议
This is a documentation-only skill explaining how to use git and GitHub; it appears to be what it says. Before installing or invoking it: (1) ensure git (and git-lfs if you plan large-file support) is installed on the machine where the agent will run—SKILL.md assumes these but the manifest doesn't declare them; (2) confirm your GitHub authentication (SSH key or PAT) is set up locally—this skill does not request or store credentials but pushing requires them; (3) be careful when following commands that modify history or remove files (git rm --cached, rebase, etc.)—test on a throwaway repo if unsure; (4) verify remote URLs before running git remote add to avoid pointing to unexpected servers. The inconsistencies are likely oversight rather than malicious, but resolve the missing tool/credential expectations before use.
功能分析
Type: OpenClaw Skill
Name: upload
Version: 1.0.0
The skill bundle is a standard educational guide for an AI agent to perform Git operations and manage GitHub repositories. It provides legitimate commands for repository initialization, branching, and handling large files (Git LFS), and includes security-conscious advice regarding .gitignore and sensitive data removal (SKILL.md).
能力评估
Purpose & Capability
The name and description claim Git/GitHub upload and version-management guidance and the SKILL.md contains step-by-step, relevant instructions. However, the manifest declares no required binaries or credentials even though the instructions assume git and possibly git-lfs are available and that the user/agent has GitHub authentication configured.
Instruction Scope
SKILL.md stays on-topic: it only instructs Git commands, branch workflows, Git LFS usage, and troubleshooting for pushes. It does not ask the agent to read unrelated system files, exfiltrate data, or contact unexpected endpoints beyond normal Git/GitHub operations.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so there is low install risk. Nothing is downloaded or written by the skill itself.
Credentials
The manifest lists no required environment variables or credentials, but the instructions implicitly require: (1) git installed, (2) optional git-lfs installed, and (3) GitHub authentication (SSH keys or a personal access token) to push to remote repositories. The omission of these practical requirements is an inconsistency that could confuse users or lead to failed/incorrect runs.
Persistence & Privilege
The skill does not request persistent privileges (always: false). It does not modify other skills or system-wide settings per the provided metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install upload - 安装完成后,直接呼叫该 Skill 的名称或使用
/upload触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
GitHub 文件上传与版本管理专家 1.0.0
- 首次发布,为用户提供 Git 命令行上传文件至 GitHub 的详细全流程指引。
- 详解本地/远程仓库、.gitignore 等核心概念,助力规范操作。
- 覆盖标准七步上传流程,包含分支管理和 Git LFS 大文件处理方法。
- 收录常见问题解决方案,提升上传安全性及历史可追溯性。
- 提供进阶建议,鼓励自动化工作流、交互式变基及分支保护等最佳实践。
元数据
常见问题
Github Ops 是什么?
指导使用 Git 命令规范上传本地文件到 GitHub,涵盖初始化、分支管理、大文件处理及冲突解决方案。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 240 次。
如何安装 Github Ops?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install upload」即可一键安装,无需额外配置。
Github Ops 是免费的吗?
是的,Github Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Github Ops 支持哪些平台?
Github Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Github Ops?
由 wow(@duanc-chao)开发并维护,当前版本 v1.0.0。
推荐 Skills