multipart-audio-smoke
CommunitySmoke-test audio uploads for transcription.
Software Engineering#transcription#curl#smoke test#audio upload#endpoint testing#multipart/form-data
Authorjfriisj
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a quick sanity check for audio upload endpoints and the downstream transcription pipeline, reducing integration risk by validating an end-to-end path from upload to transcription results.
Core Features & Use Cases
- End-to-end smoke testing: Send a multipart/form-data request with an audio file to the transcription endpoint and verify a successful HTTP response.
- Response validation: Check for a 200 status and presence of a transcription field in the response.
- Reproducible tests: Use a chosen test file repeatedly to confirm stability across deployments or environments.
Quick Start
Use the skill to upload an audio file via multipart/form-data to your transcription endpoint and confirm a 200 response with a transcription result. Example: curl -sS -X POST "$BASE_URL$PATH" -F "audio=@$FILE" -F "language=en" | head -c 2000
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: multipart-audio-smoke Download link: https://github.com/jfriisj/real-time-speech-translation-mvp/archive/main.zip#multipart-audio-smoke Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.