← 返回 Skills 市场
Git Deploy
作者
Vitali Sakalouski
· GitHub ↗
· v1.0.0
· MIT-0
317
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install git-deploy
功能描述
Simple deployment skill for local git operations. Use when you need to add, commit, and push changes to the Git repository. Designed for quick local deployme...
使用说明 (SKILL.md)
Git Deploy
Overview
This skill automates the standard git workflow for local development:
- Stage all changes
- Commit with a message
- Push to the current branch
The script uses pre-configured repository URL and token.
Usage
scripts/deploy.sh "feat: Task #X - Description"
Repository
- URL: http://git.homelab:3000/vitali/SigmaFlow-Svelte.git
- Token: c865b793f09a3b79b65ebdfbd75c5b17395188d2
Notes
- The script assumes it is run in the project root.
- If you need to push to a specific branch, modify the script or commit message.
安全使用建议
Do not install or use this skill until the author clarifies why the SKILL.md contains a plaintext repo URL and token. Treat the token as a leaked secret: if it is real, rotate/revoke it immediately. Prefer skills that do not embed credentials in documentation; verify that the script will use only your local git credentials and remotes. If you still want to use it, remove the token from the SKILL.md, confirm the remote is correct, and run the script only in trusted repositories. If you published this skill, ensure sensitive tokens are not included in skill metadata or files.
功能分析
Type: OpenClaw Skill
Name: git-deploy
Version: 1.0.0
The skill bundle contains a hardcoded plaintext authentication token and a specific internal repository URL (http://git.homelab:3000) within the SKILL.md file. While the scripts/deploy.sh script performs standard, non-malicious git operations, the exposure of credentials in the documentation is a significant security vulnerability (credential exposure) that could be exploited if the environment is accessible.
能力评估
Purpose & Capability
The name/description (local git deployment) matches the included script which stages, commits, and pushes. However the SKILL.md claims use of a 'pre-configured repository URL and token' even though the script uses the local repo remotes and does not reference that URL/token — this mismatch is unexpected.
Instruction Scope
The script itself stays scoped to the repo (.git), stages, commits, and pushes. The SKILL.md, however, publishes a repository URL and a plaintext token (sensitive data) which are unrelated to the script's runtime behavior; including secrets in instructions is scope creep and a data exposure risk.
Install Mechanism
No install spec (instruction-only with a small shell script). Nothing is downloaded or written to disk during install — lowest-risk install mechanism.
Credentials
No environment variables or credentials are declared as required, yet a long token is embedded in SKILL.md. Requiring or publishing a token for a remote git host is disproportionate given the script uses the local git configuration and makes no use of that token. Publishing secrets in the skill is inappropriate.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills or system-wide settings. Agent-autonomous invocation is allowed by default but not by itself a problem here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install git-deploy - 安装完成后,直接呼叫该 Skill 的名称或使用
/git-deploy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of git-deploy skill.
- Automates staging, committing, and pushing changes for local Git repositories.
- Designed for quick deployments via a single deploy script.
- Requires running from the project root and uses a pre-configured repository URL and token.
元数据
常见问题
Git Deploy 是什么?
Simple deployment skill for local git operations. Use when you need to add, commit, and push changes to the Git repository. Designed for quick local deployme... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 317 次。
如何安装 Git Deploy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-deploy」即可一键安装,无需额外配置。
Git Deploy 是免费的吗?
是的,Git Deploy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Git Deploy 支持哪些平台?
Git Deploy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Git Deploy?
由 Vitali Sakalouski(@sirenday)开发并维护,当前版本 v1.0.0。
推荐 Skills