A lightweight, terminal-based password manager that uses GPG encryption and a simple file-system hierarchy to secure your credentials.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pass
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pass using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
pass is the definitive Unix password manager, designed for users who value simplicity and security. Unlike proprietary solutions, it stores each password as a GPG-encrypted file within a standard folder hierarchy at ~/.password-store/. This approach ensures that your data remains under your control, free from daemon dependencies or opaque formats.
By leveraging Openclaw Skills, developers can seamlessly integrate this tool into their daily terminal workflows, ensuring robust security without sacrificing speed or flexibility. The skill emphasizes a file-based philosophy where the directory structure is the primary organization method, making it highly portable and compatible with standard Unix tools.
To get started with pass, install the package for your operating system and initialize the store using your GPG key. This is a foundational step in utilizing Openclaw Skills for security.
# macOS installation
brew install pass
# Ubuntu/Debian installation
sudo apt install pass
# Initialize the store with your GPG email or key ID
pass init "[email protected]"
If you do not have a GPG key, you must generate one using gpg --full-generate-key before initialization.
The store follows a simple file-based taxonomy located in ~/.password-store/. It is structured to be readable by humans and terminal tools alike.
| Component | Description |
|---|---|
| Root Directory | Default location at ~/.password-store/ |
| GPG ID File | .gpg-id containing the encryption key IDs used for the store |
| Password Files | Files ending in .gpg containing the encrypted payload |
| Internal Format | Line 1: Password; Subsequent lines: Metadata (URL, username, notes) |
| Tree Structure | Hierarchical folders (e.g., work/github.gpg, personal/gmail.gpg) |
Loading
A comprehensive CLI-based skill for managing Obsidian daily journals, tasks, and search queries within an AI agent workflow.

A skill that enforces the Conventional Commits specification for git messages to enable automated changelogs and semantic versioning.

A specialized tool for pet care professionals to generate branded, fillable PDF client intake and onboarding forms with ease.

A comprehensive tool for managing, monitoring, and controlling terminal sessions through the VibeTunnel REST API.

A powerful CLI tool for managing tasks in the todo.txt format with support for dependencies, recurrence, and advanced filtering.

A secure tool for extracting structured meeting data from Microsoft Exchange via the EWS API.








































