with one click
mchat-ops
服务端运维巡检(健康检查、日志、Milvus、只读 K8s)。仅管理员且在系统设置中启用后可用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
服务端运维巡检(健康检查、日志、Milvus、只读 K8s)。仅管理员且在系统设置中启用后可用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
将JSON或CSV数据转换为Markdown表格
Convert JSON or CSV data into a formatted table.
Patent search and analytics via 9235 API (search, detail, claims, company portrait, Excel export).
Convert CSV or JSON data into a formatted Markdown table and save it.
Tenant sidecar smoke test
MChat platform usage guide and documentation. Use this skill when the user asks how to deploy, configure, or use MChat, including questions about widget embedding, knowledge base setup, skill plugins, channel configuration, API usage, or troubleshooting. Covers: Docker deployment, local dev, widget embedding, RAG knowledge base, skill plugins (SKILL.md), multi-channel (WeChat, Telegram, WhatsApp, Slack, LINE, DingTalk), API reference, LLM providers, security best practices.
| name | mchat-ops |
| description | 服务端运维巡检(健康检查、日志、Milvus、只读 K8s)。仅管理员且在系统设置中启用后可用。 |
| type | tool |
| scope | server_ops |
| requires_admin | true |
| parameters | {"type":"object","properties":{"command":{"type":"string","enum":["health","logs","milvus","k8s","redis","disk","services","db","run"]},"shell_id":{"type":"string"},"source":{"type":"string","enum":["app","error"]},"lines":{"type":"integer"},"namespace":{"type":"string"},"resource":{"type":"string","enum":["pods","nodes","deployments","services","events"]}},"required":["command"]} |
在管理后台对话(非 Widget/门户通道)中,由管理员启用的运维工具。
health — 进程内 DB / Milvus / Redis 状态(避免单 worker 自调 HTTP 死锁)logs — 尾部日志(source: app | error,lines: 默认 80)milvus — Milvus 运行时配置与连接状态k8s — 只读 kubectl get(需服务器安装 kubectl 且配置 kubeconfig)redis — Ping Redis(REDIS_URL)disk — 磁盘用量摘要services — systemd 服务状态(先 system 再 --user)db — MySQL SELECT 1 连通探测run — 执行系统设置里配置的 Shell 白名单(参数 shell_id)白名单在管理后台 系统设置 → 安全 → 运维 Shell 白名单,每行:命令id | 完整命令(禁止 ;、|、&& 等)。
禁止删除/应用资源;门户与 Widget 通道不会加载本技能。