ワンクリックで
convert
File format conversion and transformation CLI between images, PDFs, documents, CSV, and data formats.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
File format conversion and transformation CLI between images, PDFs, documents, CSV, and data formats.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
Run hosted browser automation and page extraction through the Skills runtime.
Run hosted deep research with parallel search, synthesis, citations, source notes, and downloadable report artifacts.
Generate images using OpenAI, Minimax, or Gemini through the hosted Skills runtime with provider-cost pricing.
Create and manage grouped tmux sessions where each session focuses on its own window and its own folder. Knows workspace layout, naming conventions, and both multi-project and multi-agent patterns.
Transcribe audio, video, YouTube, Vimeo, and generic media URLs with iapp-transcriber or the hosted Skills runtime. Supports OpenAI GPT-4o transcription, OpenAI diarization, ElevenLabs Scribe v2, DeepGram, chunking, source metadata, subtitles, and JSON outputs.
| name | convert |
| description | File format conversion and transformation CLI between images, PDFs, documents, CSV, and data formats. |
File format conversion skill with AI-powered extraction capabilities. Converts between images, PDFs, documents, and data formats with optional quality control and AI cleanup.
This CLI is API-backed. Set SKILLS_API_KEY when routing through the hosted skills/connectors runtime; provider-specific keys are managed by that runtime.
File Processing / Format Conversion
Convert a single file to another format.
bun run src/index.ts convert <input> --format <fmt> [options]
Options:
--format <fmt> - Target format (required)--output <path> - Output file path--quality <preset> - Quality preset (lossless, high, medium, low, web)--clean - AI cleanup/sanitization--model <model> - AI model (claude, gpt-4o)Convert multiple files in a directory.
bun run src/index.ts batch <dir> --format <fmt> --output <outdir> [options]
Display file information.
bun run src/index.ts info <file>
List all supported formats and conversion matrix.
bun run src/index.ts formats
sharp - Image processingpdf-lib - PDF manipulationpdf-parse - PDF text extractionmammoth - DOCX parsingexceljs - Excel file handlingcsv-parse/csv-stringify - CSV processing@anthropic-ai/sdk - Claude AIopenai - GPT-4o AISKILLS_API_KEY - Hosted runtime access. Provider credentials for AI features are managed remotely.--clean flag sanitizes output with AI