.claude/skills/github-pages-publishRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
把「已有的」静态网页文件(单个 HTML 或整个网站目录)安全发布到 GitHub Pages,生成可公开访问、能分享的网址链接。当用户已有现成网页,想「发到网上」「部署上线」「发布网页」「生成分享链接」时使用;本技能只做「发布已有文件」,不负责从零生成网站。提供可执行的 deploy.py 脚本(整站增量上传 / 单文件上传 / 仅启用 Pages 三种模式),纯标准库无额外依赖,逐文件增量上传、绝不覆盖远程已有内容,并已回写真实踩坑(token 写权限、连接器只读、force 覆盖风险)。仅适用于纯静态内容;涉及后端、数据库、登录或敏感数据时不要用。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/github-pages-publishRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/github-pages-publishRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/github-pages-publishRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @gypalyson-creator/github-pages-publishclawhub inspect @gypalyson-creator/github-pages-publish --version 0.1.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:36be9805f6f2711f0f5cd1198919f7af23ed424fed1ce76a74cb6ab78ad95e8cREADME.mdreferencesreferences/pages-api.mdscriptsscripts/deploy.pyskill-card.mdSKILL.mdInitial release of github-pages-publish. - Publish existing static website files (HTML or site directory) safely to GitHub Pages and generate a public URL. - Supports incremental uploads: never overwrites or force-pushes existing remote files. - Provides deploy.py script with three modes: whole site upload, single file upload, or Pages enable-only. - Pure Python, standard library only, no extra dependencies. - Clearly separates use cases: static-only (no backend, no sensitive data), with step-by-step deployment guidance. - Includes real-world cautions and troubleshooting tips for GitHub token permissions and connector limitations.