用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/clowlove/Hermes-House --skill github-star-bot命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-star-bot |
| description | Automate GitHub starring, tracking repositories, and managing star-based alerts. |
| triggers | ["auto star github","GitHub stars","自动 star","star tracking"] |
Automated GitHub starring and repository tracking.
# Star by topic
hermes github star --topic "ai,python" --min-stars 100
# Star by language
hermes github star --language "TypeScript" --min-stars 50
# Star specific user
hermes github star --user "clowlove" --all
# List starred
hermes github star list --sort stars
# Star analytics
hermes github star stats
# github-star-config.yml
github:
token: ${GITHUB_TOKEN}
auto_star:
topics: ["ai", "python", "typescript"]
min_stars: 100
max_per_day: 50
tracking:
notify: telegram
keywords: ["hermes", "agent", "ai"]