← 返回 Skills 市场
GitHub发布
作者
zhuchenggong19851114-design
· GitHub ↗
· v1.0.0
· MIT-0
207
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zhuchenggong-github-publish
功能描述
GitHub发布技能。使用浏览器网页方式推送代码。
使用说明 (SKILL.md)
GitHub发布 Skill
概述
通过浏览器网页方式推送代码到GitHub。
触发方式
- "发布到GitHub"
- "推送到GitHub"
发布流程
步骤1:打开发布页面
步骤2:创建仓库
- 填写仓库名
- 选择Public
- 点击Create repository
步骤3:上传文件
- 在仓库页面点击上传文件
- 选择本地文件或拖拽文件
- 填写提交信息
- 点击Commit changes
步骤4:后续更新
- 打开发布的仓库
- 点击上传文件
- 上传新文件覆盖
- 填写提交信息
- 点击Commit changes
关键点
- 使用浏览器网页操作,不需要git命令行
- 浏览器已登录GitHub账号即可
工具
- browser:浏览器操作
安全使用建议
This skill is coherent for publishing code using a browser UI: it expects the browser tool to be able to open GitHub and that the browser is already logged into the correct account. Before using it: (1) clarify whether you intend to use the web UI or the git CLI since README and SKILL.md disagree; (2) never upload secrets (API keys, credentials, private keys) — creating a Public repo will make content visible to everyone; (3) confirm the agent/browser has access only to the files you intend to publish; (4) if you don't want the agent to autonomously publish on your behalf, keep model-invocation and user-invocation controls in mind (the skill can be invoked by the agent if allowed). If you need stronger assurances, request a version that documents exactly how local files are selected and confirms it will not publish private data.
功能分析
Type: OpenClaw Skill
Name: zhuchenggong-github-publish
Version: 1.0.0
The skill provides instructions for an AI agent to automate the process of creating a GitHub repository and uploading files via the web interface using a browser tool. The logic in SKILL.md and README.md is consistent with the stated purpose of publishing code, and no malicious indicators such as data exfiltration, unauthorized execution, or prompt injection were found.
能力评估
Purpose & Capability
Skill name/description say 'publish to GitHub via browser' and the SKILL.md only instructs browser UI actions (open https://github.com/new, create repo, upload files). No env vars or binaries are requested, which is proportionate. Minor inconsistency: README.md mentions initializing Git, adding remotes and pushing (CLI workflow) while SKILL.md describes purely browser operations — this is likely benign but worth clarifying.
Instruction Scope
Runtime instructions are limited to browser-based GitHub actions (create repo, upload files, commit). They do not instruct reading unrelated system files or exfiltrating data, nor do they reference environment variables or external endpoints beyond github.com. They do assume the browser is already logged into the intended GitHub account.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by the skill bundle itself, which is low-risk.
Credentials
The skill declares no required credentials or env vars; it only requires an authenticated browser session. That is proportionate to a web-UI publishing workflow. There are no unexplained secret requests.
Persistence & Privilege
always is false and there is no install-time persistence requested. The skill uses the browser tool but does not request system-wide configuration or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhuchenggong-github-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhuchenggong-github-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of zhuchenggong-github-publish skill.
- Enables code publishing to GitHub using browser-based workflow.
- Guides through repository creation and file uploads without the need for git command line.
- Triggered by phrases like "发布到GitHub" or "推送到GitHub".
- Requires only a logged-in GitHub account in the browser.
元数据
常见问题
GitHub发布 是什么?
GitHub发布技能。使用浏览器网页方式推送代码。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。
如何安装 GitHub发布?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhuchenggong-github-publish」即可一键安装,无需额外配置。
GitHub发布 是免费的吗?
是的,GitHub发布 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GitHub发布 支持哪些平台?
GitHub发布 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub发布?
由 zhuchenggong19851114-design(@zhuchenggong19851114-design)开发并维护,当前版本 v1.0.0。
推荐 Skills