$npx skillfedfor your agent

byted-las-audio-convert

This skill transcodes audio files across multiple formats and adjusts encoding parameters like sample rate, bitrate, and channels through Volcengine's LAS service. It accepts files from TOS cloud storage or local uploads, processes them via ffmpeg-backed parameters, and returns converted audio ready for downstream use.

byted-las-audio-convert converts audio between formats like wav, mp3, flac, m4a, ogg, and aac using Volcengine LAS.

AI-generated summary based on this skill's SKILL.md

378 84 Apache-2.0updated by bytedance

Decision gist · record as of 2026-07-27

byted-las-audio-convert converts audio between formats like wav, mp3, flac, m4a, ogg, and aac using Volcengine LAS. This skill transcodes audio files across multiple formats and adjusts encoding parameters like sample rate, bitrate, and channels through Volcengine's LAS service. It accepts files from TOS cloud storage or local uploads, processes them via ffmpeg-backed parameters, and returns converted audio ready for downstream use.

manual: git clone https://github.com/bytedance/agentkit-samples → cp -r agentkit-samples/skills/byted-las-audio-convert ~/.claude/skills/byted-las-audio-convert
skills/byted-las-audio-convert/SKILL.md · version 4da63574

Use it when

  • byted-las-audio-convert supports conversion between WAV, MP3, FLAC, M4A, OGG, and AAC formats.
  • Yes, byted-las-audio-convert lets you adjust technical audio parameters including sample rate (resample, downsample, or upsample), bitrate.

Verify before relying

Read SKILL.md below before installing (9 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

bytedance/agentkit-samples/byted-las-audio-convert · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I convert audio file format wav to mp3 using byted-las-audio-convert?

byted-las-audio-convert transcodes WAV files to MP3 format by accepting your audio from local upload or TOS cloud storage, then processing it through Volcengine's LAS service with ffmpeg-backed conversion. The skill returns your converted MP3 file ready for use.

What audio formats does byted-las-audio-convert support?

byted-las-audio-convert supports conversion between WAV, MP3, FLAC, M4A, OGG, and AAC formats. You can transcode from any of these formats to any other, making it versatile for different audio needs and downstream applications.

Can byted-las-audio-convert adjust sample rate, bitrate, and channels?

Yes, byted-las-audio-convert lets you adjust technical audio parameters including sample rate (resample, downsample, or upsample), bitrate, and channel configuration (convert mono to stereo or vice versa). These settings are customizable through ffmpeg parameters for precise control.

How does byted-las-audio-convert prepare audio for machine learning?

byted-las-audio-convert preprocesses audio files for downstream machine learning tasks by standardizing formats, adjusting sample rates and bitrates, and normalizing channel configurations. This ensures your audio meets the exact specifications required by ML models and processing pipelines.

Does byted-las-audio-convert support batch audio transcoding?

byted-las-audio-convert processes audio files from TOS cloud storage, enabling batch transcoding workflows. You can compress and re-encode multiple files with custom ffmpeg settings, making it efficient for large-scale audio conversion and preprocessing tasks.

What license does byted-las-audio-convert use?

byted-las-audio-convert is released under the Apache-2.0 license, allowing free use, modification, and distribution of the skill in compliance with Apache License 2.0 terms.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

LAS 音频格式转换(las_audio_convert

将 TOS 上的音频文件转换为指定格式(wav/mp3/flac),可通过 extra_params 传入 ffmpeg 参数调整采样率、声道数等。

设计模式

本 skill 主要采用: - Tool Wrapper:封装 lasutil CLI 调用 - Pipeline:包含 Step 0 → Step N 的顺序工作流

核心 API 与配置

  • 算子 ID: las_audio_convert
  • API: 同步(process
  • 环境变量: LAS_API_KEY (必填)

> 详细参数与接口定义见 references/api.md

Gotchas

  • 密钥安全:若聊天框屏蔽密钥,让用户在当前目录创建

(truncated - see the full file via the links below)

File tree — 9 files
skills/byted-las-audio-convert/LICENSE
skills/byted-las-audio-convert/SKILL.md
skills/byted-las-audio-convert/checklist.md
skills/byted-las-audio-convert/evals/evals.json
skills/byted-las-audio-convert/references/api.md
skills/byted-las-audio-convert/references/prices.md
skills/byted-las-audio-convert/scripts/check_format.sh
skills/byted-las-audio-convert/scripts/env_init.sh
skills/byted-las-audio-convert/scripts/generate_result.md.sh

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Convert audio between different formats (wav, mp3, flac, m4a, ogg, aac)”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Making Academic Presentations
by OpenLAIR · OpenLAIR/dr-claw

Build academic presentation decks from research papers with full control over outline and visuals. The skill handles script drafting, slide generation via nanobanana, optional text-to-speech narration, and video assembly with ffmpeg—you direct the structure and emphasis throughout.

no license declared → metadata onlyupdated Jul 2026
★ 1,038repo stars
byted-voice-to-text
by bytedance · bytedance/agentkit-samples

Byted Voice to Text transcribes audio using Volcano Engine's BigModel ASR, offering fast synchronous processing for files under 2 hours and 100MB, or asynchronous recognition for longer content up to 5 hours. It handles Feishu voice messages, local audio files, and direct URLs with automatic format detection.

Apache-2.0docs in Chineseupdated Jul 2026
★ 378repo stars
Audio Extract
by InfQuest · InfQuest/vibe-ops-plugin

Audio Extract pulls audio tracks from video files and offers flexible output options. Choose your format (MP3, AAC, WAV, FLAC, OGG), adjust quality and channels, and optionally trim to a specific time range before saving.

no license declared → metadata onlyupdated Jan 2026
★ 0repo stars
data-analysis
by bytedance · bytedance/deer-flow

Data Analysis lets you query uploaded Excel and CSV files using SQL, supporting multi-sheet workbooks, aggregation, filtering, and cross-file joins. Run statistical summaries, inspect schemas, and export results in multiple formats. Built on DuckDB for efficient columnar analysis.

MITupdated Jul 2026
★ 77,986repo stars
audio-analysis
by Bbeierle12 · Bbeierle12/Skill-MCP-Claude

audio-analysis provides tools to decompose audio signals into their frequency components using FFT algorithms, enabling detailed spectral visualization and analysis. Extract magnitude and phase data across the frequency spectrum to understand audio characteristics, detect patterns, and power advanced audio processing workflows.

MITupdated Jul 2026
★ 8repo stars
byted-text-to-speech
by bytedance · bytedance/agentkit-samples

Byted-Text-to-Speech transforms written content into audio using Volcano Engine's speech synthesis service. Configure speaker voice, speech rate, pitch, volume, and output format—with optional Markdown filtering and LaTeX formula support for technical content.

Apache-2.0docs in Chineseupdated Jul 2026
★ 378repo stars

More skills byted-podcast-gen (Apache-2.0) · wjs-burning-subtitles (MIT) · asr-transcribe-to-text (MIT)

Tags
format-conversionaudio-transcodingsample-rate-adjustmentbitrate-controlchannel-mixingaudio-preprocessingcodec-transformationcloud-storage-integrationbatch-processingffmpeg-wrapper