← Back to Skills Marketplace
326
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install whisper-tailnet-api
Description
Consume the shared Whisper speech-to-text API over Tailnet at http://100.92.116.99:8765 using OpenAI-compatible audio transcription endpoint (/v1/audio/trans...
Usage Guidance
This skill simply tells the agent to upload audio files to http://100.92.116.99:8765 (a private/Tailnet IP). Before using it, verify who operates that server and that you trust them to receive your audio. Do not send sensitive or confidential audio until you confirm ownership and security (prefer HTTPS and authenticated endpoints). If you cannot verify the host, test with harmless short clips only, or host/route transcription through a trusted service (official Whisper/OpenAI or your own server). Be aware agents will read the specified local audio file paths and transmit their contents. If you need help verifying the server (ownership, TLS, auth), get that information from the skill author or network administrator before enabling it.
Capability Analysis
Type: OpenClaw Skill
Name: whisper-tailnet-api
Version: 0.1.1
The skill bundle provides instructions for an agent to interact with a Whisper speech-to-text service hosted on a private Tailscale IP (100.92.116.99). The commands in SKILL.md are limited to standard health checks and audio file uploads via curl, which align with the stated purpose of remote transcription and lack any indicators of malicious intent, obfuscation, or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (Whisper STT over Tailnet) aligns with the runtime instructions: curl POST of raw audio to /v1/audio/transcriptions on 100.92.116.99:8765. The skill does not ask for unrelated capabilities or credentials.
Instruction Scope
SKILL.md instructs the agent to read local audio files and POST them (binary) to http://100.92.116.99:8765/v1/audio/transcriptions. This will transmit user audio to an external/unvetted host, over plain HTTP (no TLS) and no auth. That is expected for a transcription skill but presents privacy/exfiltration risk because the target host is an unknown Tailnet address with no provenance or homepage.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk or installed by the registry package itself, which minimizes supply-chain risk.
Credentials
No environment variables or credentials are requested, which is proportionate. However, absence of auth means the endpoint accepts unauthenticated uploads — combined with the unknown host this increases privacy risk.
Persistence & Privilege
Skill is not always-enabled and does not request any persistent/system privileges. It is user-invocable and can be invoked autonomously per platform defaults (not a unique risk by itself).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install whisper-tailnet-api - After installation, invoke the skill by name or use
/whisper-tailnet-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Switch docs to OpenAI-compatible /v1/audio/transcriptions binary upload at :8765; remove hardcoded language=en from examples.
v0.1.0
Initial publish: shared whisper endpoint usage over tailnet
Metadata
Frequently Asked Questions
What is Whisper Tailnet API?
Consume the shared Whisper speech-to-text API over Tailnet at http://100.92.116.99:8765 using OpenAI-compatible audio transcription endpoint (/v1/audio/trans... It is an AI Agent Skill for Claude Code / OpenClaw, with 326 downloads so far.
How do I install Whisper Tailnet API?
Run "/install whisper-tailnet-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Whisper Tailnet API free?
Yes, Whisper Tailnet API is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Whisper Tailnet API support?
Whisper Tailnet API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Whisper Tailnet API?
It is built and maintained by lotfinity (@lotfinity); the current version is v0.1.1.
More Skills