Video Transcript
v1.4.1Extract full transcripts from video content for analysis, summarization, note-taking, or research. Use when the user wants a written version of video content, asks to "transcribe this", "get the text from this video", "convert video to text", or shares a video URL for content extraction.
⭐ 3· 3k·6 current·6 all-time
byRohit Das@therohitdas
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (video transcription) matches requested artifacts: node is required to run the provided auth script, TRANSCRIPT_API_KEY is the service credential, and ~/.openclaw/openclaw.json is used to store the API key for agent runtime. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md limits runtime actions to registering/verifying an account (email + OTP), saving the returned API key to ~/.openclaw/openclaw.json, and calling transcriptapi.com endpoints via curl. File writes are documented and the script explicitly only updates the OpenClaw config and makes a backup. The instructions do not request unrelated system files or extra credentials.
Install Mechanism
There is no install spec (lowest-risk), but the package includes an executable Node script (scripts/tapi-auth.js) that the agent will run if used. The script performs network calls to transcriptapi.com and writes the API key to the OpenClaw config; there are no downloads from untrusted URLs or archive extraction.
Credentials
Only TRANSCRIPT_API_KEY is required and is the primary credential used to access TranscriptAPI. The only config path requested is the agent config (~/.openclaw/openclaw.json) where the key is stored; this is proportionate for a service-client skill.
Persistence & Privilege
always is false and the skill does not request permanent platform-wide privileges. It writes its own entry into ~/.openclaw/openclaw.json (backing up the existing file first) which is expected for storing an API key for future invocations; it does not modify other skills or global agent settings.
Assessment
This skill behaves as advertised: it needs your TranscriptAPI API key and provides a Node CLI to create an account and save the key to ~/.openclaw/openclaw.json (the file is backed up before changes). Before installing, verify you trust transcriptapi.com and are comfortable storing the API key in your OpenClaw agent config (any local process or other skills that can read that file could access the key). Ensure Node is installed for the auth script to run, and expect the usual data flow: email→OTP→server returns API key→key stored locally. If you prefer not to have the key written to disk, create the API key manually on transcriptapi.com and set TRANSCRIPT_API_KEY in your environment instead.Like a lobster shell, security has layers — review code before you run it.
latestvk9720df03j4jyqnhpxt74z5azh80y7k6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
Binsnode
EnvTRANSCRIPT_API_KEY
Config~/.openclaw/openclaw.json
Primary envTRANSCRIPT_API_KEY
