perplexity
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePerplexity Skill
Perplexity Skill
AI-powered search engine with real-time answers.
基于AI的搜索引擎,提供实时答案。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/perplexity/install.sh | bashOr manually:
bash
cp -r skills/perplexity ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/perplexity/install.sh | bash或手动安装:
bash
cp -r skills/perplexity ~/.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 PERPLEXITY_API_KEY "your_api_key"
undefinedcanifi-env set PERPLEXITY_API_KEY "your_api_key"
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
功能特性
- Search Answers: Get sourced responses
- Pro Search: Deep research mode
- Collections: Organize research
- Focus Modes: Academic, writing, etc.
- Follow-ups: Refine queries
- 搜索答案:获取带来源的回复
- 专业搜索:深度研究模式
- 收藏集:整理研究内容
- 专注模式:学术、写作等场景
- 跟进查询:优化你的搜索请求
Usage Examples
使用示例
Quick Search
快速搜索
User: "Ask Perplexity about recent AI developments"
Assistant: Returns sourced answer用户:“让Perplexity查询近期AI发展情况”
助手:返回带来源的答案Pro Research
深度研究
User: "Do a deep dive on climate technology"
Assistant: Runs comprehensive research用户:“深入研究气候技术”
助手:执行全面的研究分析Academic Search
学术搜索
User: "Find academic sources on this topic"
Assistant: Returns scholarly citations用户:“查找该主题的学术来源”
助手:返回学术引用内容Follow Up
跟进查询
User: "Tell me more about that third source"
Assistant: Expands on specific result用户:“详细介绍第三个来源的内容”
助手:扩展特定结果的信息Authentication Flow
认证流程
- API key authentication
- Pro subscription for advanced
- OAuth for integrations
- Rate limits apply
- API密钥认证
- 专业版订阅解锁高级功能
- OAuth集成
- 存在调用速率限制
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid key | Check API key |
| Rate Limited | Too many queries | Wait |
| Pro Required | Feature limited | Upgrade |
| Search Failed | Query issue | Rephrase |
| 错误类型 | 原因 | 解决方案 |
|---|---|---|
| 认证失败 | 密钥无效 | 检查API密钥 |
| 速率受限 | 查询次数过多 | 等待一段时间后重试 |
| 需要专业版 | 功能受限 | 升级至专业版 |
| 搜索失败 | 查询内容存在问题 | 重新表述查询语句 |
Notes
注意事项
- Real-time web search
- Source citations
- Pro Search depth
- Focus modes
- Collections
- API available
- 实时网页搜索
- 来源引用
- 专业搜索深度
- 专注模式
- 收藏集功能
- 提供API接口