python_subprocess
System command execution (Python)
Line 192Snippets
process = subprocess.Popen( subprocess.run(remux_command, check=True, capture_output=True) subprocess.run( result = subprocess.run( subprocess.run(fs_write
Filesystem write access
Filesystem write access
Line 496Snippets
video_path.unlink()network_call
Outbound network call
Outbound network call
Line 4Snippets
description: Fetch meetings, transcripts, summaries, and action items from Fathom API. Use when user asks to get Fathom recordings, sync meeting transcripts, or fetch recent calls.python3 ~/.claude/skills/fathom/scripts/fetch.py [options]| `--analyze` | Run transcript-analyzer on fetched meetings |python3 ~/.claude/skills/fathom/scripts/fetch.py --listpython3 ~/.claude/skills/fathom/scripts/fetch.py --todayenv_access
Environment variable access
Environment variable access
Line 288Snippets
output_dir = os.getenv("OUTPUT_DIR", ".")API_KEY = os.getenv('FATHOM_API_KEY')Trust Score
Updated 3周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 3周前
分析时间 2026年3月31日 15:56
说明
Fetch meetings, transcripts, summaries, and action items from Fathom API. Use when user asks to get Fathom recordings, sync meeting transcripts, or fetch recent calls.
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:48
Run 1