원클릭으로
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.