pass-credentials

Retrieve budget app credentials from the local pass store via CLI.

Updated Jun 4, 2025
One-click install
npx skills add https://github.com/alexei-lexx/budget --skill pass-credentials
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pass-credentials
Source: https://github.com/alexei-lexx/budget/tree/main/.claude/skills/pass-credentials
Command: npx skills add https://github.com/alexei-lexx/budget --skill pass-credentials

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieves budget app credentials from the local pass store (budget/dev/user/email and budget/dev/user/password) and surfaces them for use in the current task. Use this whenever a task requires logging in to the budget app or a playwright script needs credentials — even if the user hasn't explicitly said 'get credentials'.

Core Features & Use Cases

  • Retrieve budget/app credentials (email and password) from the local pass store for immediate use in automation workflows and login forms.
  • Surface credentials to the current task context (environment variables or prompts) for tools like Playwright or automated tests.
  • Supports on-demand credential retrieval without explicit user prompts.

Quick Start

Execute the two commands to fetch EMAIL and PASSWORD from the pass store and use them in your login automation.

Frequently Asked Questions about pass-credentials

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve budget app credentials from pass store for Playwright automation?

Retrieve budget app credentials from pass store by executing pass CLI commands to read budget/dev/user/email and budget/dev/user/password, then export them to your task context for immediate use in Playwright login automation scripts.

What is the pass store mechanism used for fetching login credentials in automation?

The pass store mechanism uses the local pass CLI to securely read specific credential paths like budget/dev/user/email and budget/dev/user/password, surfacing them as environment variables or prompts for automated login workflows.

Can I use this Skill to get credentials for login automation without explicitly requesting them?

Yes, you can retrieve credentials for login automation without explicit prompts. The Skill supports on-demand credential retrieval, automatically surfacing budget app email and password whenever a task requires logging in or running Playwright scripts.

Does this credential retrieval method work with Playwright-based test scripts?

Yes, this method works with Playwright-based test scripts by fetching email and password from the local pass store and exporting them directly to the task context, enabling seamless login form automation and authenticated testing.

What do I need to set up before fetching budget credentials from pass store?

You need the local pass CLI installed and configured, with credential entries stored at budget/dev/user/email and budget/dev/user/password paths, to successfully retrieve and surface budget app credentials for your automation tasks.