get-tldr
Provide the summary returned by the get-tldr.com summarize API without further summarization; the skill should format the API output for readability but must not change its content.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Provide the summary returned by the get-tldr.com summarize API without further summarization; the skill should format the API output for readability but must not change its content.
How to use
Zainstaluj skill w swoim środowisku agenta, umieszczając folder get-tldr w katalogu skills.
Utwórz plik konfiguracyjny w ~/.config/get-tldr/config.json z następującą strukturą: {"api_token": "twój_klucz_API", "logfile": "/ścieżka/do/logfile.log"}. Klucz API możesz uzyskać z serwisu get-tldr.com.
Jeśli nie chcesz tworzyć pliku konfiguracyjnego, możesz zamiast tego ustawić zmienną środowiskową GET_TLDR_API_KEY na wartość swojego klucza API, lub umieścić plik .env w folderze skill z tą zmienną.
Wyzwól skill, mówiąc agentowi: "get-tldr" lub "get-tldr [URL]", gdzie [URL] to adres strony, którą chcesz streścić. Agent automatycznie wyśle żądanie do API get-tldr.com.
Skill zwróci sformatowane streszczenie zawartości strony. Jeśli API zwróci markdown, zostanie on wyświetlony w czytelnym formacie bez dodatkowych zmian w treści.
Sprawdź plik logu (domyślnie ~/.config/get-tldr/skill.log), aby monitorować działanie skill i debugować ewentualne problemy z połączeniem lub kluczem API.