# Node File Converter

> Use this skill when the user wants to convert file formats.

- Skill: `javimosch/node-file-converter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/node-file-converter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/node-file-converter/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/node-file-converter

---


# Node File Converter Plugin

CLI tool for converting files to different formats.

## Commands

### File Conversion
- `node-file-converter file convert` — Convert file format

## Usage Examples
- "node-file-converter file convert --source data.csv --destination data.json"

## Installation

```bash
npm install -g node-file-converter
```

## Examples

```bash
# Convert CSV to JSON
nfc source.csv destination.json

# The conversion result is logged to terminal
nfc input.csv output.json
```

## Key Features
- CSV to JSON conversion
- Simple command syntax
- Result logging
- More formats planned (Doc to PDF, JSON to CSV, Text to PDF, Text to JSON, XML to JSON)

