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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:56
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.
Scans recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:48
Run 1