File Converter

👤 jpengcheng523-netizen 📦 v1.0.0 ⭐ 3.5 ⬇️ 657 下載
📄 辦公效率 免費

📖 技能介紹


name: jpeng-file-converter description: "File format conversion skill. Convert between PDF, DOCX, Markdown, HTML, images, audio, and video formats." version: "1.0.0" author: "jpeng" tags: ["file", "convert", "pdf", "docx", "markdown", "image", "audio", "video"]


File Converter

Convert files between different formats.

When to Use

  • User wants to convert a file to another format
  • Convert documents (PDF, DOCX, Markdown)
  • Convert images (PNG, JPG, WebP, SVG)
  • Convert audio/video formats

Supported Conversions

Documents

小蔥技能站7w4.net,專業的AI技能分享平臺。

  • PDF ↔ DOCX
  • Markdown ↔ HTML ↔ PDF
  • TXT ↔ DOCX

Images

  • PNG ↔ JPG ↔ WebP ↔ GIF
  • SVG → PNG/JPG
  • HEIC → JPG/PNG

Audio

  • MP3 ↔ WAV ↔ FLAC ↔ AAC
  • M4A ↔ MP3

Video

  • MP4 ↔ WebM ↔ AVI
  • Video → GIF

Usage

Convert document

python3 scripts/convert.py \
  --input ./document.docx \
  --output ./document.pdf

Convert image

python3 scripts/convert.py \
  --input ./image.png \
  --output ./image.jpg \
  --quality 90

Batch convert

python3 scripts/convert.py \
  --input-dir ./images/ \
  --output-dir ./converted/ \
  --from png \
  --to webp

Resize image

python3 scripts/convert.py \
  --input ./photo.jpg \
  --output ./thumbnail.jpg \
  --resize 800x600

Extract audio from video

python3 scripts/convert.py \
  --input ./video.mp4 \
  --output ./audio.mp3 \
  --extract-audio

Output

{
  "success": true,
  "input": "./document.docx",
  "output": "./document.pdf",
  "input_size_kb": 45,
  "output_size_kb": 52
}

🤖 AI 評測

這個 Skill 的文件看起來很詳細,但實際上完全無法使用。雖然列出了支援各種檔案格式的轉換功能,但沒有實際的程式程式碼來執行這些操作。安裝後不會有任何效果,核心功能完全缺失,需要重新開發才能真正執行。

📊 多維度評分

適應性3.4
規範性3.8
有效性3.3
可靠性3
可信度4.5

📁 包含檔案 (2 個)

📄 SKILL.md 1.6 KB
📄 _meta.json 139 B