← Back to Skills Marketplace
duanc-chao

Github Ops

by wow · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
240
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install upload
Description
指导使用 Git 命令规范上传本地文件到 GitHub,涵盖初始化、分支管理、大文件处理及冲突解决方案。
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install upload
  3. After installation, invoke the skill by name or use /upload
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
GitHub 文件上传与版本管理专家 1.0.0 - 首次发布,为用户提供 Git 命令行上传文件至 GitHub 的详细全流程指引。 - 详解本地/远程仓库、.gitignore 等核心概念,助力规范操作。 - 覆盖标准七步上传流程,包含分支管理和 Git LFS 大文件处理方法。 - 收录常见问题解决方案,提升上传安全性及历史可追溯性。 - 提供进阶建议,鼓励自动化工作流、交互式变基及分支保护等最佳实践。
Metadata
Slug upload
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Github Ops?

指导使用 Git 命令规范上传本地文件到 GitHub,涵盖初始化、分支管理、大文件处理及冲突解决方案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 240 downloads so far.

How do I install Github Ops?

Run "/install upload" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Github Ops free?

Yes, Github Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Github Ops support?

Github Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Github Ops?

It is built and maintained by wow (@duanc-chao); the current version is v1.0.0.

💬 Comments