with one click
mchat-notify
短信通知(默认 dev 仅写日志)。仅管理员且在系统设置中启用;手机号须在白名单。真发短信请安装本地 provider 插件。
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
短信通知(默认 dev 仅写日志)。仅管理员且在系统设置中启用;手机号须在白名单。真发短信请安装本地 provider 插件。
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.
将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.
Based on SOC occupation classification
| name | mchat-notify |
| description | 短信通知(默认 dev 仅写日志)。仅管理员且在系统设置中启用;手机号须在白名单。真发短信请安装本地 provider 插件。 |
| type | tool |
| scope | notification |
| requires_admin | true |
| parameters | {"type":"object","properties":{"command":{"type":"string","enum":["ping","send","workflow_alert"]},"phone":{"type":"string"},"provider":{"type":"string","enum":["dev","auto"]},"content":{"type":"string"},"workflow_name":{"type":"string"},"event":{"type":"string"},"run_id":{"type":"string"},"message":{"type":"string"}},"required":["command","phone"]} |
平台内置 NotificationService 发送短信,用于 Workflow 测试、运行失败告警等。
ping — 发送测试短信「MChat notify ping」send — 发送 content 正文(≤500 字;dev 或已安装的文本类 provider)workflow_alert — 使用工作流告警模板(workflow_name / event / run_id / message)系统设置 → 安全:启用通知 skill、手机号白名单、默认 provider(dev / auto)。
真发短信:复制 docs/examples/notify-providers/*.example 到 providers/(见 providers/README.md)。