AIML Voice Transcript
v1.0.0Transcribe audio files (ogg, mp3, wav, etc.) using AIMLAPI. Use when the user provides audio messages or local audio files. Provides a reliable Python script...
⭐ 0· 334·0 current·0 all-time
byAI/ML API@aimlapihello
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and declared env var: the tool uploads audio to AIMLAPI STT endpoints and polls for results. Requiring AIMLAPI_API_KEY and python is proportional.
Instruction Scope
SKILL.md tells the agent to run the provided transcribe.py script and mentions only the API key and usual args. The instructions do not request unrelated files, extra credentials, or external endpoints beyond the AIMLAPI API.
Install Mechanism
No install spec is present (instruction-only plus a bundled script). The script uses only Python standard libraries and no external downloads, so there is no high-risk installer activity.
Credentials
Only AIMLAPI_API_KEY is required, which is appropriate for a third-party STT service. Note: the API key grants access to your AIMLAPI account and usage/billing, so treat it like a secret and only provide a key you trust the service with.
Persistence & Privilege
always is false and the skill does not request persistent system-level configuration or modify other skills. It does not ask to run continuously or store credentials beyond reading env or an explicit apikey file.
Assessment
This skill appears to do what it claims: it uploads a local audio file to https://api.aimlapi.com for transcription and returns the transcript. Before installing, verify you trust the AIMLAPI service and the key you will provide (the API key can be used for billing and data access). Note the source/publisher is unknown and there is no homepage — if you require strong provenance, request a trustworthy publisher or review provenance. Also be aware the script reads the entire audio file into memory (no size checks), so avoid processing very large files or sensitive recordings until you confirm the service's privacy policy. Test with non-sensitive audio first and keep your AIMLAPI_API_KEY secret.Like a lobster shell, security has layers — review code before you run it.
latestvk977qpkbkgxta5dt4g5419tgkd81wrbd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎙️ Clawdis
Binspython
EnvAIMLAPI_API_KEY
Primary envAIMLAPI_API_KEY
