audible
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAudible Skill
Audible Skill
Overview
概述
Enables Claude to interact with Audible for browsing audiobooks, managing library, tracking listening progress, and discovering new titles based on preferences.
让Claude能够与Audible交互,实现浏览有声书、管理书库、追踪收听进度,以及根据偏好发现新书目。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/audible/install.sh | bashOr manually:
bash
cp -r skills/audible ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/audible/install.sh | bash或者手动安装:
bash
cp -r skills/audible ~/.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 AMAZON_EMAIL "your-email@example.com"
undefinedcanifi-env set AMAZON_EMAIL "your-email@example.com"
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
功能
- Browse audiobook library and wishlist
- Search for new audiobooks by title, author, or narrator
- View listening history and progress
- Manage credits and membership benefits
- Access Audible Plus catalog included titles
- 浏览有声书库和心愿单
- 按书名、作者或旁白者搜索新有声书
- 查看收听历史和进度
- 管理积分和会员权益
- 访问Audible Plus目录中的包含书目
Usage Examples
使用示例
Example 1: Check Library
示例1:查看书库
User: "What audiobooks do I have on Audible?"
Claude: I'll browse your Audible library and list your purchased audiobooks.用户:"我在Audible上有哪些有声书?"
Claude:我将浏览你的Audible书库并列出你已购买的有声书。Example 2: Find New Books
示例2:寻找新书
User: "Find some good sci-fi audiobooks on Audible"
Claude: I'll search for highly-rated science fiction audiobooks and show you the top options.用户:"在Audible上找一些不错的科幻有声书"
Claude:我将搜索高评分的科幻有声书并为你展示最佳选项。Example 3: Check Credits
示例3:查看积分
User: "How many Audible credits do I have?"
Claude: I'll check your account to see your available credits and membership status.用户:"我有多少Audible积分?"
Claude:我将查看你的账户,了解你可用的积分和会员状态。Authentication Flow
认证流程
- Navigate to audible.com via Playwright MCP
- Click "Sign In" button
- Enter Amazon credentials
- Handle 2FA if enabled
- Maintain session for subsequent requests
- 通过Playwright MCP导航至audible.com
- 点击"登录"按钮
- 输入Amazon凭证
- 若启用则处理双因素认证(2FA)
- 维持会话以用于后续请求
Error Handling
错误处理
- Login Failed: Retry authentication up to 3 times, then notify via iMessage
- Session Expired: Re-authenticate with Amazon
- 2FA Required: Wait for code via iMessage
- Rate Limited: Implement exponential backoff
- Content Unavailable: Check membership tier
- 登录失败:最多重试认证3次,随后通过iMessage通知
- 会话过期:重新通过Amazon认证
- 需要2FA:等待通过iMessage发送的验证码
- 速率限制:实现指数退避策略
- 内容不可用:检查会员等级
Self-Improvement Instructions
自我改进说明
When encountering new UI patterns:
- Document Audible interface changes
- Update selectors for new layouts
- Track Plus catalog vs purchase-only titles
- Monitor credit system changes
遇到新的UI模式时:
- 记录Audible界面变更
- 更新针对新布局的选择器
- 区分Plus目录与仅可购买的书目
- 监控积分系统的变更
Notes
注意事项
- Requires Amazon account linked to Audible
- Different membership tiers offer different benefits
- Audible Plus catalog varies by membership
- Listen progress syncs across devices
- 需要关联到Audible的Amazon账户
- 不同会员等级提供不同权益
- Audible Plus目录因会员等级而异
- 收听进度可跨设备同步