生成: 2026-07-11 · 总skill: 145 · 已加载: 108 · 未加载: 44 · 本次删除: apple-notes, apple-reminders, findmy, imessage, macos-computer-use, minecraft-modpack-server
创意/音乐
| Skill | Description |
|---|---|
creative-ideation | Generate project ideas via creative constraints. |
songwriting-and-ai-music | Songwriting craft and Suno AI music prompts. |
Hermes 运维工具,大部分已用
| Skill | Description |
|---|---|
credential-testing-pitfall | Avoid truncated/redacted credentials in API testing. When user provides keys/tokens, write them to file first, never inl |
file-transfer-troubleshooting | When transferring files between machines (Ubuntu→Mac via Tailscale or similar), covers the python3 http.server 127.0.0.1 |
hermes-connection-rescue | 快速诊断和修复 Hermes 连接问题 (TUI APIConnectionError / WeChat session expired / CLOSE-WAIT / proxy) |
hermes-custom-provider | Add any OpenAI-compatible custom LLM provider to Hermes config, update fallback chains, and verify connectivity. Covers |
hermes-profile-isolation | Use Hermes Profiles to isolate gateway platforms with independent models, configs, and credentials. When you need differ |
install-proxy-on-gfw-server | Install and run mihomo (Clash Meta kernel) on a mainland Chinese server to proxy traffic through a subscription-based pr |
tailscale-network-bridge | > |
GitHub 辅助工具
| Skill | Description |
|---|---|
github-repo-management | Clone/create/fork repos; manage remotes, releases. |
github-repo-troubleshooting | Systematic approach for investigating GitHub repository access issues - 404 errors, timeouts, private repos, and authent |
MCP 排错
| Skill | Description |
|---|---|
mcp-closedresource-error | Fix MCP call failed ClosedResourceError when MCP servers crash or lose connection |
B站下载工具
| Skill | Description |
|---|---|
bilibili-cookie-download | Download videos from Bilibili using yt-dlp with user-provided logged-in browser cookies |
bilibili-video-download | Download videos from Bilibili (bilibili.com) through the anti-scraping barrier. Covers the failed-tool fallback chain an |
ML 框架和模型,3.6GB 服务器跑不动但保留以备未来用
| Skill | Description |
|---|---|
audiocraft | AudioCraft: MusicGen text-to-music, AudioGen text-to-sound. |
gguf | GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, |
google-gemini-provider | Configure and troubleshoot Google Gemini as an LLM provider in Hermes. Covers API key formats, the June 2026 Auth Key tr |
lm-evaluation-harness | lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.). |
modal | Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure ma |
peft | Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) |
segment-anything | SAM: zero-shot image segmentation via points, boxes, masks. |
stable-diffusion | State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating im |
trl-fine-tuning | TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF. |
vllm | vLLM: high-throughput LLM serving, OpenAI API, quantization. |
生产力工具,部分区域相关
| Skill | Description |
|---|---|
handle-cloud-storage-file-access | Systematic approach for accessing files shared via cloud storage links when encountering authentication, network, or per |
handle-file-sharing-and-network-issues | Guide for dealing with Google Drive links, network restrictions, and alternative file sharing methods when automated acc |
quark-cloud-drive-access | How to navigate and access files shared via Quark Cloud Drive, including limitations and workarounds for login requireme |
regional-account-management | Guidelines and workflows for registering, configuring, and managing region-restricted digital accounts (Apple ID, Google |
teams-meeting-pipeline | Operate the Teams meeting summary pipeline via Hermes CLI — summarize meetings, inspect pipeline status, replay jobs, ma |
论文写作
| Skill | Description |
|---|---|
research-paper-writing | Write ML papers for NeurIPS/ICML/ICLR: design→submit. |
安全加固/扫描,✓ 值得加载
| Skill | Description |
|---|---|
security-and-hardening | Minimize attack surface, validate before executing destructive commands, verify output integrity, and follow the princip |
server-security-hardening | Harden a Linux server against brute-force attacks: audit, fail2ban, SSH hardening, UFW firewall. |
snyk-scan-before-install | Run Snyk agent-scan on skills before installing them. Detects prompt injections, malware payloads, hardcoded secrets, an |
开发方法论,按需加载
| Skill | Description |
|---|---|
api-and-interface-design | Design stable, well-documented APIs and interfaces that are hard to misuse. Covers REST API patterns, TypeScript interfa |
debugging-hermes-tui-commands | Debug Hermes TUI slash commands: Python, gateway, Ink UI. |
desktop-to-cloud-agent | Transform a desktop 3D interactive application (e.g., Unity-based virtual companion) into a cloud-hosted WeChat Mini Pro |
doubt-driven-development | Think before you write, doubt over confidence, clarity over speed. Override your default mode of confidently predicting |
hermes-agent-skill-authoring | Author in-repo SKILL.md: frontmatter, validator, structure. |
incremental-implementation | Build in thin vertical slices — implement one piece, test it, verify it, then expand. Avoid implementing an entire featu |
performance-optimization | Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or |
requesting-code-review | > |
source-driven-development | Ground every framework-specific code decision in official documentation. Don't implement from memory — verify, cite, and |
subagent-driven-development | Execute plans via delegate_task subagents (2-stage review). |
test-driven-development | TDD: enforce RED-GREEN-REFACTOR, tests before code. |