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 letzte Woche
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated letzte Woche
Analysiert 31.03.2026, 15:56
Beschreibung
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.
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:48
Run 1