Real Skill packageSource verifiedClawHub registry

github-pages-publish

把「已有的」静态网页文件(单个 HTML 或整个网站目录)安全发布到 GitHub Pages,生成可公开访问、能分享的网址链接。当用户已有现成网页,想「发到网上」「部署上线」「发布网页」「生成分享链接」时使用;本技能只做「发布已有文件」,不负责从零生成网站。提供可执行的 deploy.py 脚本(整站增量上传 / 单文件上传 / 仅启用 Pages 三种模式),纯标准库无额外依赖,逐文件增量上传、绝不覆盖远程已有内容,并已回写真实踩坑(token 写权限、连接器只读、force 覆盖风险)。仅适用于纯静态内容;涉及后端、数据库、登录或敏感数据时不要用。

Identity and source

Publisher attributiongypalyson-creatorregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 70% rule confidence
Package forminstruction with code7 recorded files
Canonical sourceClawHub registryclawhub:gypalyson-creator:github-pages-publish
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/17/2026.claude/skills/github-pages-publish

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/17/2026.agents/skills/github-pages-publish

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/17/2026skills/github-pages-publish

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-publish
clawhub inspect @gypalyson-creator/github-pages-publish --version 0.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
5 / 7 inspected as text
Checked
8/17/2026, 3:45:51 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
External clawhub result: suspicious

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.

Evidence checked
8/17/2026, 1:23:01 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:36be9805f6f2711f0f5cd1198919f7af23ed424fed1ce76a74cb6ab78ad95e8c
Show up to 7 recorded paths
  • README.md
  • references
  • references/pages-api.md
  • scripts
  • scripts/deploy.py
  • skill-card.md
  • SKILL.md

Source changelog

Initial 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.