·file-converter
#

file-converter

89jobrien/steve

이 기술은 문서(PDF, DOCX, Markdown, HTML, TXT), 데이터 파일(JSON, CSV, YAML, XML, TOML) 및 이미지(PNG, JPG, WebP, SVG, GIF) 간의 파일 형식 변환을 처리합니다. 사용자가 형식 간 파일 변환, 변환 또는 내보내기를 요청할 때 사용합니다. 특정 요청에 따라 동적으로 변환 코드를 생성합니다.

18설치·0트렌드·@89jobrien

설치

$npx skills add https://github.com/89jobrien/steve --skill file-converter

SKILL.md

Convert files between formats across three categories: documents, data files, and images. Generate Python code dynamically for each conversion request, selecting appropriate libraries and handling edge cases.

| Markdown | HTML | markdown or mistune | | HTML | Markdown | markdownify or html2text | | HTML | PDF | weasyprint or pdfkit (requires wkhtmltopdf) | | PDF | Text | pypdf or pdfplumber | | DOCX | Markdown | mammoth | | DOCX | PDF | docx2pdf (Windows/macOS) or LibreOffice CLI | | Markdown | PDF | Convert via HTML first, then to PDF |

| JSON | YAML | pyyaml | | YAML | JSON | pyyaml | | JSON | CSV | pandas or stdlib csv + json | | CSV | JSON | pandas or stdlib csv + json | | JSON | TOML | tomli/tomllib (read) + tomli-w (write) | | XML | JSON | xmltodict | | JSON | XML | dicttoxml or xmltodict.unparse |

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/89jobrien/steve --skill file-converter
카테고리
#문서
인증됨
최초 등록
2026-02-05
업데이트
2026-02-18

빠른 답변

file-converter이란?

이 기술은 문서(PDF, DOCX, Markdown, HTML, TXT), 데이터 파일(JSON, CSV, YAML, XML, TOML) 및 이미지(PNG, JPG, WebP, SVG, GIF) 간의 파일 형식 변환을 처리합니다. 사용자가 형식 간 파일 변환, 변환 또는 내보내기를 요청할 때 사용합니다. 특정 요청에 따라 동적으로 변환 코드를 생성합니다. 출처: 89jobrien/steve.

file-converter 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/89jobrien/steve --skill file-converter 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/89jobrien/steve