apple-passwords

apple-passwords is a skill for Claude Code from HybridAIOne/hybridclaw. It costs 25 tokens per session (572 once invoked), scanned A, original, MIT.

A macOS credential workflow opens saved logins and passkeys from Passwords or Keychain, Apple's built-in credential storage. It can inspect account details and read a specific saved secret when explicitly requested.

In plain words
What is it for?
It helps locate a login, inspect its metadata, open Passwords for browsing or editing, and retrieve one requested credential.
Why use it?
It removes the need to search manually through saved credentials or remember which macOS tool contains an entry.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit It helps locate a login, inspect its metadata, open Passwords for browsing or editing, and retrieve one requested credential.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridaione/hybridclaw/apple-passwords
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HybridAIOne/hybridclaw --skill apple-passwords
Clone the repo
git clone --depth 1 https://github.com/HybridAIOne/hybridclaw

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apple-passwords

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridaione/hybridclaw/apple-passwords/github.svg)](https://agentmods.dev/skills/hybridaione/hybridclaw/apple-passwords)
Your own site
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/apple-passwords"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/apple-passwords/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apple-passwords

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/apple-passwords"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/apple-passwords.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 572 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00572
Opus 5 $0.00013 $0.00286
Sonnet 5 $0.00005 $0.00114
Haiku 4.5 $0.00003 $0.00057

Measured 11d ago against content hash 4df8925ccf20, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

apple-passwords scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/apple-passwords/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Apple Passwords

Use this skill for Passwords.app and Keychain-backed secret workflows on macOS.

Scope

  • open or navigate the Passwords app
  • locate the right login or passkey entry
  • inspect Keychain metadata from the terminal
  • read one specific keychain secret when the user explicitly asks for it

Default Strategy

  1. Confirm the exact site, service, or account first.
  2. Prefer metadata lookup before secret readout.
  3. Use the Passwords app for browsing and editing saved credentials.
  4. Use the built-in security CLI only when terminal access is the simpler path.

Passwords App

Open the app on macOS with:

open -a Passwords

Use the app when the user wants to browse, edit, share, or visually confirm a saved login or passkey.

Keychain CLI

For generic passwords, inspect metadata first:

security find-generic-password -s "example.com"

For internet-password style entries:

security find-internet-password -s example.com

Read the secret value only if the user explicitly asked for the password itself:

security find-generic-password -s "example.com" -a "[email protected]" -w
security find-internet-password -s example.com -a "[email protected]" -w

Working Rules

  • Do not print a password value unless the user explicitly wants it.
  • Confirm the service and account before running a secret read command.
  • Prefer the GUI app when multiple matches exist or the user is unsure which credential is correct.
  • Treat Keychain output as sensitive and avoid pasting it back into chat unless the user insists.
  • If the user only needs to verify that an entry exists, stop at metadata.

Important Limitation

Passwords.app does not expose a stable dedicated CLI. In practice, use the GUI for browsing and editing, and the built-in Keychain CLI for direct terminal lookups where that is appropriate.

Pitfalls

  • Do not assume every Passwords.app item is easy to resolve from one terminal query.
  • Do not dump all matching secrets when only one item is needed.
  • Do not store retrieved passwords in tracked files or long-lived plain-text notes.

Read the full file on GitHub · 90 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 90 lines · 25 tokens per session scan A 4df8925ccf20

Subscribe to this mod's changes

apple-passwords is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 572 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.