exec_call
System command execution
Line 154Snippets
const output = execSync(`yt-dlp --dump-json --no-download "${url}"`, { execSync(`yt-dlp --write-auto-sub --sub-lang en --skip-download --sub-format vtt -o "${tmpFile}" "${url}"`, { execSync('which yt-dlp', { stdio: 'pipe' });fs_write
Filesystem write access
Filesystem write access
Line 187Snippets
files.forEach(f => fs.unlinkSync(path.join(tmpDir, f))); files.forEach(f => fs.unlinkSync(path.join(tmpDir, f)));fs_read
Filesystem read access
Filesystem read access
Line 179Snippets
const files = fs.readdirSync(tmpDir).filter(f => f.startsWith(path.basename(tmpFile)) && f.endsWith('.vtt')); const vttContent = fs.readFileSync(path.join(tmpDir, files[0]), 'utf-8'); const files = fs.readdirSync(tmpDir).filter(f => f.startsWith(path.basename(tmpFile)));network_call
Outbound network call
Outbound network call
Line 197Snippets
throw new Error(`Could not fetch transcript: ${err.message}`);Trust Score
Updated 2周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:56
说明
Skill yt-digest
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:43
Run 1