원클릭으로
patent-report
专利工作流报表导出 — 从 merge 汇总结果生成图表 PNG,并导出 Excel / Word / PowerPoint。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
专利工作流报表导出 — 从 merge 汇总结果生成图表 PNG,并导出 Excel / Word / PowerPoint。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
将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 | patent-report |
| description | 专利工作流报表导出 — 从 merge 汇总结果生成图表 PNG,并导出 Excel / Word / PowerPoint。 |
| type | tool |
| workflow_role | export |
| parameters | {"type":"object","properties":{"command":{"type":"string","enum":["chart","excel","word","ppt","all"],"description":"chart=PNG 图表;excel/word/ppt=单格式;all=图表+三种 Office 文件"},"sections":{"type":"object","description":"工作流 merge 节点输出的 sections(${nodes.merge.sections})"},"title":{"type":"string","description":"报告标题"},"filename":{"type":"string","description":"输出文件名(不含扩展名)"},"charts":{"type":"array","description":"上游 chart 节点输出的 charts(export 节点可选 ${nodes.chart.charts})"}},"required":["command"]} |
将工作流 merge 节点汇总的各维度分析结果,转为可视化图表与 Office 报告。
| command | 输出 |
|---|---|
chart | 每个有数值行的 section 生成横向柱状图 PNG |
excel | 多 Sheet 工作簿(Summary + 各维度) |
word | .docx 报告(含表格,可嵌入上游图表) |
ppt | .pptx 演示稿(每 section 一页) |
all | 上述全部(推荐作为工作流最终导出节点) |
command=chart,sections=${nodes.merge.sections}command=all,sections=${nodes.merge.sections},charts=${nodes.chart.charts}文件写入 MCHAT_UPLOAD_DIR/workflow_reports/,返回 files[].url 签名下载链接。
sections 支持 merge 结构:
{
"申请人分析": { "node_id": "...", "result": { "message": "| 排名 | 申请人 | 数量 |\n..." } }
}
也支持带 rows / data 的结构化结果。