ワンクリックで
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.