Toolverse
All skills

gopass

by openclaw

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

Quick info

Author
openclaw
Category
Security
Views
1

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

  1. Upewnij się, że masz zainstalowany gopass i zainicjalizowany magazyn haseł (uruchom gopass init lub gopass setup). Skill wymaga dostępu do klucza GPG i działającego magazynu.

  2. Aby wyświetlić listę wszystkich zapisanych haseł, poproś skill o listowanie wpisów – zostanie użyta komenda gopass ls lub gopass ls -f dla płaskiego widoku.

  3. 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.

  4. 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.

  5. Aby wygenerować silne hasło, wskaż długość i opcje (symbole, fraza XKCD). Skill użyje gopass generate z odpowiednimi flagami i automatycznie zapisze hasło pod podaną ścieżką.

  6. 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.

Related skills