passwordstore-broker

DevOps & Cloud
v1.1.1
Benign

Enforce safe secret handling by collecting secrets through one-time HTTPS forms, storing them in pass.

486 downloads486 installsby @bieggerm

Setup & Installation

Install command

clawhub install bieggerm/passwordstore-broker

If the CLI is not installed:

Install command

npx clawhub@latest install bieggerm/passwordstore-broker

Or install with OpenClaw CLI:

Install command

openclaw skills install bieggerm/passwordstore-broker

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/bieggerm/passwordstore-broker

What This Skill Does

Manages credential handling for AI agents by collecting secrets through one-time local HTTPS forms and storing them in pass (passwordstore). Commands run with secrets injected as environment variables via a wrapper script. Raw values never appear in chat context, logs, or commit history.

Unlike passing secrets inline or via dotenv files, collection and injection happen entirely through dedicated scripts, so raw values never touch chat transcripts, command logs, or repo files.

When to Use It

  • Providing an API key to an agent without typing it in chat
  • Storing AWS credentials for automated deployment scripts
  • Collecting a secret from a phone over LAN with TOTP verification
  • Rotating a service token in the local vault without re-exposing it
  • Running authenticated CLI tools without leaking credentials into shell history

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Providing an API key to an agent without typing it in chat

AGENT
  1. 1Providing an API key to an agent without typing it in chat
  2. 2Storing AWS credentials for automated deployment scripts
  3. 3Collecting a secret from a phone over LAN with TOTP verification
  4. 4Rotating a service token in the local vault without re-exposing it
  5. 5Running authenticated CLI tools without leaking credentials into shell history
OUTPUT
Enforce safe secret handling by collecting secrets through one-time HTTPS forms, storing them in pass.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 26, 2026