gateway-restart-procedures

仓库创建 2026年7月27日最近提交 22 小时前SkillHot 收录 17 小时前
这个 Skill 做什么

遇到 Hermes gateway 被终端工具拦截或重启失败时,这份流程教你怎么恢复。文档解释了网关会用 regex 扫描整个命令字符串导致的拦截行为,并给出用脚本包装器和 tuistory-first 的可行绕过方法。适合网关卡住、重启命令被阻断时排查和应急恢复。

▸ 展开 SKILL.md 英文原文

Reference: How to restart the Hermes gateway and bypass terminal tool blocks. Covers the actual gateway blocklist behavior, the script-wrapper workaround, and the tuistory-first workflow.

0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/gateway-restart-procedures/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/gateway-restart-procedures/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Gateway Restart Procedures

Reference document for restarting the Hermes gateway. The tuistory skill covers general tuistory usage; this captures the gateway-specific blocking behavior discovered through trial and error.

## The Problem

The Hermes gateway's terminal tool scans the **full command string** with regex before execution. Commands containing certain patterns are blocked, even inside `tuistory launch "..."`.

## Gateway Blocklist Patterns

These patterns in the raw command string trigger a block:

- `hermes gateway restart|stop`
- `systemctl ... hermes-gateway`
- `launchctl ... hermes-gateway`
- `pkill/kill ... hermes ... gateway`

## The Working Pattern

1. Write the blocked co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有