원클릭으로
gateway-guide
oh-my-feishu Gateway 功能入口。用于列出或触发 Gateway features,例如 status、service-admin、repair、web-monitor。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
oh-my-feishu Gateway 功能入口。用于列出或触发 Gateway features,例如 status、service-admin、repair、web-monitor。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Web Monitor analysis-only workflow. Analyze a traceback and propose a fix plan WITHOUT making any code changes. Returns a structured analysis result for user confirmation before the actual repair.
Web Monitor auto-repair workflow. Analyze a traceback, make a minimal code fix in the monitored service repository, run verification, and return a final report for the oh-my-feishu Gateway runtime.
Web Monitor helper. Manage oh-my-feishu Web Monitor services through the Gateway-backed CLI.
Web Monitor helper. Analyze service error logs and tracebacks to identify root cause, affected files, and a minimal fix.
Web Monitor helper. Send a Feishu/Lark notification about auto-repair results when the Gateway runtime is not already publishing the final result.
Web Monitor helper. Review proposed auto-repair code changes for safety violations: path traversal, excessive diff size, missing tests, hardcoded secrets.
| name | gateway-guide |
| version | 0.1.0 |
| description | oh-my-feishu Gateway 功能入口。用于列出或触发 Gateway features,例如 status、service-admin、repair、web-monitor。 |
| metadata | {"category":"automation","requires":{"bins":["oh-my-feishu"]}} |
当用户请求 oh-my-feishu Gateway 能力、后台自动化能力、服务监控能力,或需要从 Claude Code 主进程触发 Gateway feature 时使用本技能。
lark-chat-guide 和对应 lark 技能。oh-my-feishu gateway list 查看当前可用 feature。oh-my-feishu gateway list
oh-my-feishu gateway status
oh-my-feishu gateway trigger <feature> <eventType> '<jsonPayload>'
oh-my-feishu gateway status
oh-my-feishu gateway trigger service-admin service.command '{"action":"list"}'
oh-my-feishu gateway trigger repair repair.requested '{"context":"用户描述的问题"}'
CLI 会输出 JSON。面向用户时,提取 success、message、data 中的关键信息,用自然语言总结。不要把大段原始 JSON 直接贴给用户,除非用户明确要求。