用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/KunanonJ/ai-skills-hub --skill aside-1password命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | aside-1password |
| description | Read this skill when the user uses 1Password. |
| metadata | {"version":"0.1.0"} |
1Password autofill options appear as an iframe popover menu after focusing a form field.
Then check whether the bottom of the snapshot includes iframe [origin="1Password"].
status: "1Password menu is available. Press down arrow to select." is shown, 1Password is locked. Follow the unlock flow below.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:
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.