lastpass
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLastPass Skill
LastPass Skill
Password management and secure digital vault.
密码管理与安全数字保管库。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/lastpass/install.sh | bashOr manually:
bash
cp -r skills/lastpass ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/lastpass/install.sh | bash或者手动安装:
bash
cp -r skills/lastpass ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set LASTPASS_EMAIL "your_email"
canifi-env set LASTPASS_PASSWORD "your_password"
undefinedcanifi-env set LASTPASS_EMAIL "your_email"
canifi-env set LASTPASS_PASSWORD "your_password"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭据,由您掌控。 Canifi LifeOS尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果您不想与Claude Code共享凭据:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录服务
- Claude将使用您的已认证会话,全程不会接触到您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果您愿意共享凭据,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭据仅能在您的本地机器上访问,绝不会被传输。
Capabilities
功能
- Access Passwords: Retrieve stored credentials
- Store Items: Save passwords and notes
- Password Generator: Create secure passwords
- Shared Folders: Manage team sharing
- Security Dashboard: Monitor password health
- 访问密码:检索已存储的凭据
- 存储项目:保存密码和笔记
- 密码生成器:创建安全密码
- 共享文件夹:管理团队共享
- 安全仪表板:监控密码健康状况
Usage Examples
使用示例
Get Password
获取密码
User: "Get my Amazon password"
Assistant: Retrieves from vault用户:"获取我的亚马逊密码"
助手:从保管库中检索Save Password
保存密码
User: "Save this new account to LastPass"
Assistant: Stores credential用户:"将这个新账户保存到LastPass"
助手:存储凭据Generate Password
生成密码
User: "Create a secure password"
Assistant: Generates strong password用户:"创建一个安全密码"
助手:生成强密码Check Security
检查安全状况
User: "Show my security score"
Assistant: Returns security dashboard data用户:"显示我的安全评分"
助手:返回安全仪表板数据Authentication Flow
认证流程
- Account-based authentication
- CLI available (lpass)
- Browser automation backup
- MFA supported
- 基于账户的认证
- 支持CLI(lpass)
- 浏览器自动化备份方案
- 支持多因素认证(MFA)
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check account |
| Item Not Found | Wrong search | Verify name |
| Sync Error | Connection issue | Retry |
| MFA Required | 2FA enabled | Complete verification |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查账户信息 |
| 项目未找到 | 搜索错误 | 验证名称 |
| 同步错误 | 连接问题 | 重试 |
| 需要MFA | 已启用双因素认证 | 完成验证 |
Notes
注意事项
- Free tier available
- CLI tool (lpass)
- Browser extensions
- Emergency access
- Dark web monitoring
- Secure notes
- 提供免费版
- 包含CLI工具(lpass)
- 支持浏览器扩展
- 紧急访问功能
- 暗网监控
- 安全笔记