用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/clowlove/Hermes-House --skill github-wiki-editing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Migrate Hermes Agent to a new server while keeping both instances running in parallel. Covers backup, SSH troubleshooting, skill/memory sync, and GitHub remote setup.
Backup, restore, and migrate Hermes Agent data across machines. Covers the local backup scripts, cron scheduling, retention policies, git remote management, shallow-clone migration, and cross-machine parallel deployment.
Modify PDF appearance without changing content/structure: change font colors, remove highlights, adjust styling. Preserves all text, layout, fonts, and embedded resources.
基于 SOC 职业分类
正在显示 SKILL.md
| name | github-wiki-editing |
| description | Edit GitHub Wiki pages programmatically via git clone, edit, and push |
| triggers | ["wiki edit","update wiki","wiki page","GitHub wiki"] |
GitHub Wiki is a separate git repo at https://github.com/OWNER/REPO.wiki.git.
Clone wiki repo:
cd /tmp && rm -rf REPO.wiki && git clone https://github.com/OWNER/REPO.wiki.git
Edit markdown files (Home.md is the main page)
Commit and push:
cd /tmp/REPO.wiki
git add File.md
git commit -m "feat: description"
git push origin master
[Page Name](Page-Name) (spaces become hyphens)https://readme-typing-svg.demolab.com?...https://img.shields.io/...https://api.visitorbadge.io/...https://cdn.jsdelivr.net/gh/devicons/devicon/icons/...After push, check https://github.com/OWNER/REPO/wiki to verify changes.