AI Agent Hub
Back to plugins
🧰

xby-csv2json

Web Tools Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-csv2json

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install xby-skill/xby-csv2json to install; the source is at https://github.com/xby-skill/xby-csv2json

About this plugin

Converting CSV to JSON is one of the most tedious yet frequent tasks in everyday data work. xby-csv2json, a DeepSeek Harness MCP plugin, turns that chore into a single natural-language request in chat with no terminal or scripting required.

The plugin works through three cooperating tools: get_csv_info previews the encoding, delimiter, row and column counts, and sample rows of the file before you commit to a conversion; convert_csv_file transforms a local CSV file into a JSON file on disk; and convert_csv_string handles raw CSV text directly. All three accept custom delimiters, multiple encodings, row-skipping, optional headers, and a range of output orientations including records, values, split, table, and index, covering the vast majority of CSV scenarios. The API key is set once and persists across restarts.

It is ideal for developers and data analysts who regularly process local CSV files inside a conversation, especially when facing tables from different sources with varying encodings and delimiters and wanting a structured JSON result in one natural-language sentence.

Use Cases

  • Convert a local CSV file to JSON with a single chat message
  • Preview encoding and delimiter before choosing conversion parameters
  • Transform raw CSV strings into records, values, split, or other JSON structures

Best For

  • Developers who regularly process local CSV files
  • Data analysts who convert formats inside a chat session
  • Technicians orchestrating MCP workflows with DeepSeek Harness