gopass
Store, retrieve, list, and manage secrets using gopass (the team password manager). Use when the user asks to save credentials, look up passwords, generate secrets, manage password entries, or interact with a gopass password store. Covers CRUD operations, secret generation,
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Store, retrieve, list, and manage secrets using gopass (the team password manager). Use when the user asks to save credentials, look up passwords, generate secrets, manage password entries, or interact with a gopass password store. Covers CRUD operations, secret generation, TOTP, recipients, mounting stores, and clipboard operations.
How to use
Upewnij się, że masz zainstalowany gopass i zainicjalizowany magazyn haseł (uruchom
gopass initlubgopass setup). Skill wymaga dostępu do klucza GPG i działającego magazynu.Aby wyświetlić listę wszystkich zapisanych haseł, poproś skill o listowanie wpisów – zostanie użyta komenda
gopass lslubgopass ls -fdla płaskiego widoku.Aby pobrać hasło, wskaż ścieżkę wpisu (np. github/login). Skill może wyświetlić pełny wpis z metadanymi, sam password, lub skopiować go do schowka.
Aby dodać nowe hasło, podaj ścieżkę i zawartość. Skill obsługuje tryb interaktywny (
gopass insert) lub nieinteraktywny (echo | gopass insert -f). Możesz dodać metadane (username, url, notatki) w liniach poniżej hasła.Aby wygenerować silne hasło, wskaż długość i opcje (symbole, fraza XKCD). Skill użyje
gopass generatez odpowiednimi flagami i automatycznie zapisze hasło pod podaną ścieżką.Aby usunąć, przenieść lub skopiować wpisy, podaj źródłową i docelową ścieżkę. Skill obsługuje operacje rekurencyjne na folderach oraz wyszukiwanie po nazwie wpisu lub zawartości.