一键导入
csv-json-to-table
Convert CSV or JSON data into a formatted Markdown table and save it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert CSV or JSON data into a formatted Markdown table and save it.
用 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).
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.
专利工作流报表导出 — 从 merge 汇总结果生成图表 PNG,并导出 Excel / Word / PowerPoint。
| name | csv-json-to-table |
| description | Convert CSV or JSON data into a formatted Markdown table and save it. |
| type | tool |
When a user provides CSV or JSON text, parse it and generate a Markdown table. For CSV, assume first row as headers; for JSON, assume array of objects (use keys as headers). Output the Markdown table in a code block and save it as output.md file.
Example usage: User: "Convert this CSV:\nName,Age\nAlice,30\nBob,25" Assistant should execute the skill and produce a table.