Toolverse
All skills

fathom

by openclaw

Connect to Fathom AI to fetch call recordings, transcripts, and summaries. Use when user asks about their meetings, call history, or wants to search past conversations.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
35

About this skill

Connect to Fathom AI to fetch call recordings, transcripts, and summaries. Use when user asks about their meetings, call history, or wants to search past conversations.

How to use

  1. Przejdź na stronę developers.fathom.ai i utwórz nowy klucz API. Skopiuj wygenerowany klucz (format: v1XDx...).

  2. Skonfiguruj dostęp do klucza. Zalecany sposób to zapisanie go w pliku ~/.fathom_api_key (uruchom: echo "TWÓJ_KLUCZ" > ~/.fathom_api_key, a następnie chmod 600 ~/.fathom_api_key). Alternatywnie możesz ustawić zmienną środowiskową FATHOM_API_KEY.

  3. Przetestuj połączenie, uruchamiając skrypt ./scripts/setup.sh. Jeśli konfiguracja jest poprawna, powinieneś otrzymać potwierdzenie.

  4. Aby wyświetlić ostatnie rozmowy, użyj ./scripts/list-calls.sh. Domyślnie pokazuje 10 ostatnich nagrań. Możesz dodać flagi: --limit 20 (zmiana liczby), --after 2026-01-01 (rozmowy od określonej daty), --json (surowe dane JSON).

  5. Aby pobrać transkrypcję konkretnej rozmowy, użyj ./scripts/get-transcript.sh ID_NAGRANIA. Dodaj --text-only, aby otrzymać tylko tekst bez formatowania, lub --json dla strukturyzowanych danych.

  6. Aby wyszukać rozmowy po słowach kluczowych, użyj ./scripts/search-calls.sh "fraza". Możesz również filtrować po mówcy (--speaker "Imię") lub zakresie dat (--after i --before).

Related skills

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218