Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFlipboard Skill
Flipboard Skill
Curate and discover news content with Flipboard's personalized magazine-style reader.
使用Flipboard的个性化杂志式阅读器策划和发现新闻内容。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/flipboard/install.sh | bashOr manually:
bash
cp -r skills/flipboard ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/flipboard/install.sh | bash或手动安装:
bash
cp -r skills/flipboard ~/.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 FLIPBOARD_USERNAME "your_username"
canifi-env set FLIPBOARD_PASSWORD "your_password"
undefinedcanifi-env set FLIPBOARD_USERNAME "your_username"
canifi-env set FLIPBOARD_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
功能特性
- Content Discovery: Discover articles and stories based on interests and topics
- Magazine Creation: Create and curate personal magazines with saved content
- Following System: Follow topics, publishers, and other curators
- Smart Magazines: Generate AI-curated magazines based on keywords
- Social Sharing: Share articles and magazines to social networks
- 内容发现:根据兴趣和主题发现文章和报道
- 杂志创建:创建并策划包含已保存内容的个人杂志
- 关注系统:关注主题、出版商和其他内容策划者
- 智能杂志:基于关键词生成AI策划的杂志
- 社交分享:将文章和杂志分享至社交网络
Usage Examples
使用示例
Discover Content
发现内容
User: "Show me trending tech news on Flipboard"
Assistant: Returns top technology articles from curated sources用户:“在Flipboard上为我展示热门科技新闻”
助手:返回来自精选来源的顶级科技文章Create Magazine
创建杂志
User: "Create a Flipboard magazine about sustainable living"
Assistant: Creates new magazine with specified topic and settings用户:“创建一个关于可持续生活的Flipboard杂志”
助手:创建带有指定主题和设置的新杂志Add to Magazine
添加到杂志
User: "Add this article to my 'AI Research' magazine"
Assistant: Flips article to specified magazine collection用户:“将这篇文章添加到我的‘AI研究’杂志中”
助手:将文章添加到指定的杂志收藏中Follow Topic
关注主题
User: "Follow the 'Artificial Intelligence' topic on Flipboard"
Assistant: Adds topic to your followed interests用户:“在Flipboard上关注‘人工智能’主题”
助手:将该主题添加到你的关注兴趣列表中Authentication Flow
认证流程
- Flipboard uses account-based authentication
- No official public API for third-party apps
- Use browser automation for full functionality
- Session management required for persistent access
- Flipboard使用基于账号的认证方式
- 没有面向第三方应用的官方公开API
- 使用浏览器自动化实现完整功能
- 需要会话管理以实现持久访问
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Login Failed | Invalid credentials | Check username and password |
| Magazine Error | Magazine not found | Verify magazine ID or name |
| Rate Limited | Too many requests | Implement request throttling |
| Content Blocked | Region restriction | Check content availability |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 登录失败 | 凭据无效 | 检查用户名和密码 |
| 杂志错误 | 未找到杂志 | 验证杂志ID或名称 |
| 速率限制 | 请求过多 | 实现请求限流 |
| 内容被阻止 | 区域限制 | 检查内容可用性 |
Notes
注意事项
- No official public API available
- Magazine-style reading experience
- Video content support included
- Available on web, iOS, and Android
- Publisher partnerships for premium content
- Storyboard feature for immersive stories
- 无官方公开API可用
- 杂志式阅读体验
- 支持视频内容
- 可在网页端、iOS和Android使用
- 与出版商合作提供优质内容
- 包含Storyboard功能,带来沉浸式报道体验