con un clic
csv-json-to-table
Convert CSV or JSON data into a formatted Markdown table and save it.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Convert CSV or JSON data into a formatted Markdown table and save it.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.