← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install voscript-api
Description
VoScript self-hosted speech transcription API skill. Covers the full workflow: submit audio, poll job status, fetch results, export subtitles (SRT/TXT/JSON),...
Usage Guidance
This skill is coherent with its description, but before installing consider: (1) You must provide a trusted VOSCRIPT_URL and VOSCRIPT_API_KEY — do not give keys for production services you don't control. (2) The skill will send audio (and can enroll/delete voiceprints) to the configured server — voiceprints are biometric data; beware privacy implications. (3) Ensure a Python runtime and the 'requests' package are available (the package has no install spec). (4) The registry metadata omits the environment variables the scripts expect — SKILL.md is authoritative. If you proceed, point the skill at a VoScript instance you control or trust, and rotate the API key if you suspect misuse.
Capability Analysis
Type: OpenClaw Skill
Name: voscript-api
Version: 1.1.2
The skill bundle provides a legitimate and well-documented interface for a self-hosted VoScript transcription service. The Python scripts (scripts/common.py, scripts/submit_audio.py, etc.) implement standard API client logic using the 'requests' library, handling authentication via environment variables or CLI arguments. The bundle includes comprehensive diagnostic tools, multilingual support, and detailed documentation (SKILL.md and references/*.md) that align perfectly with its stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the included scripts and docs: all files implement REST calls to a user-supplied VoScript server (submit, poll, fetch, export, voiceprint enrollment/management). The only minor metadata mismatch is that the registry 'Requirements' lists no required env vars while SKILL.md and scripts clearly expect VOSCRIPT_URL and VOSCRIPT_API_KEY (SKILL.md instructs the agent to prompt the user when they are absent). This is a documentation/metadata gap, not a functional mismatch.
Instruction Scope
SKILL.md and the scripts confine actions to communicating with the configured VoScript HTTP API and local file I/O for exports or prompts. The scripts read common environment variables for configuration and language detection (LANG/LANGUAGE) and provide diagnostics, but they do not attempt to read unrelated system secrets or files. They do provide operations that modify server state (enroll/delete voiceprints) which is appropriate for the stated capability.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or executed automatically — lower risk. However, the packaged scripts require Python and the 'requests' library (common.py notes 'stdlib + requests'), which is not declared in registry metadata; the user/agent will need to ensure a Python runtime and requests are available before running scripts.
Credentials
The only sensitive items the skill uses are VOSCRIPT_URL and VOSCRIPT_API_KEY, which are exactly the credentials needed to talk to a self‑hosted VoScript server. The scripts also inspect LANG/LC_* for UI language selection, which is non‑sensitive. There are no requests for unrelated cloud credentials or system tokens.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify other skills or system-wide agent settings. It performs only its own client operations against the configured server. Autonomous invocation is allowed by default (normal); this combined with the skill's limited scope does not raise additional concerns.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install voscript-api - After installation, invoke the skill by name or use
/voscript-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.2
Initial release — full VoScript workflow for 12 AI agents
Metadata
Frequently Asked Questions
What is VoScript API?
VoScript self-hosted speech transcription API skill. Covers the full workflow: submit audio, poll job status, fetch results, export subtitles (SRT/TXT/JSON),... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install VoScript API?
Run "/install voscript-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VoScript API free?
Yes, VoScript API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VoScript API support?
VoScript API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VoScript API?
It is built and maintained by MapleEve (@mapleeve); the current version is v1.1.2.
More Skills