aside-1password

aside-1password is a skill for Claude Code, Codex from KunanonJ/ai-skills-hub. It costs 16 tokens per session (464 once invoked), scanned A, original, MIT.

A usage guide for filling passwords and one-time codes from the 1Password password manager in a web form.

In plain words
What is it for?
Use it to detect the 1Password form menu, unlock the manager when needed, and return to the original sign-in page.
Why use it?
It helps complete sign-in forms when 1Password is locked, unavailable, or needs to be refreshed after unlocking.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to detect the 1Password form menu, unlock the manager when needed, and return to the original sign-in page.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kunanonj/ai-skills-hub/aside-1password
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 KunanonJ/ai-skills-hub --skill aside-1password
Clone the repo
git clone --depth 1 https://github.com/KunanonJ/ai-skills-hub

Made for: Claude Code, Codex.

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 aside-1password

README.md
[![agentmods](https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-1password/github.svg)](https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-1password)
Your own site
<a href="https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-1password"><img src="https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-1password/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 aside-1password

Your own site · 80×15
<a href="https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-1password"><img src="https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-1password.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 464 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.
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.00016 $0.00464
Opus 5 $0.00008 $0.00232
Sonnet 5 $0.00003 $0.00093
Haiku 4.5 $0.00002 $0.00046

Measured 9d ago against content hash 1d7823a62e48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

aside-1password 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 9d 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/aside-1password/SKILL.md · 50 lines

What it actually says

1Password

How to autofill

1Password autofill options appear as an iframe popover menu after focusing a form field.

  1. Click the form you want to autofill.
  2. Wait 500ms, up to 1 second, for the menu to appear.
  3. Take a snapshot.

Then check whether the bottom of the snapshot includes iframe [origin="1Password"].

  1. If the iframe autofill menu is shown and it has an appropriate item for the task, use it.
  2. If the iframe autofill menu is not shown, but status: "1Password menu is available. Press down arrow to select." is shown, 1Password is locked. Follow the unlock flow below.
  3. If neither the iframe autofill menu nor the status is shown, 1Password is not available for the form.

When 1Password is locked

Open the 1Password extension page only to unlock 1Password with Aside PWM:

chrome-extension://aeblfdkhhhdcdjpifhhbdiojplfjncoa/popup/index.html

Then run:

await passwordManager.unlockExternalPasswordManager(page, '1password');

After unlocking 1Password:

  1. Return to the original sign-in page.
  2. Close the 1Password extension tab opened only for unlocking.
  3. IMPORTANT: Refresh the original sign-in page. Unless you won't see the 1Password menu.
  4. Click the form field again to reopen the autofill menu.
  5. Continue from the 1Password menu on the original sign-in page.

Do not use the 1Password extension page as the primary place to search and autofill website logins. Use the original sign-in page's 1Password autofill menu for website login autofill.

If Aside PWM is locked, ask the user to unlock either Aside PWM or 1Password.

If no saved 1Password unlock item is available in Aside PWM, fall back to other password manager options. Ask the user to unlock 1Password directly only as the last resort.

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. 9d ago First seen · 50 lines · 16 tokens per session scan A 1d7823a62e48

Subscribe to this mod's changes

aside-1password is a skill published in the GitHub repository KunanonJ/ai-skills-hub (5 stars, last pushed 2d ago), licensed MIT. It adds 16 tokens to every session and 464 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-09-03.