ubersuggest
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUbersuggest Skill
Ubersuggest 技能
Research keywords and SEO with Neil Patel's Ubersuggest tool.
使用Neil Patel的Ubersuggest工具进行关键词研究与SEO优化。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/ubersuggest/install.sh | bashOr manually:
bash
cp -r skills/ubersuggest ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/ubersuggest/install.sh | bash或手动安装:
bash
cp -r skills/ubersuggest ~/.canifi/skills/Setup
配置步骤
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
First, ensure canifi-env is installed:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set UBERSUGGEST_API_KEY "your_api_key"
undefinedcanifi-env set UBERSUGGEST_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
功能特性
- Keyword Ideas: Generate keyword suggestions
- Traffic Analysis: Estimate domain traffic
- Content Ideas: Find popular content by topic
- Backlink Data: Analyze backlink profiles
- Site Audit: Basic technical SEO analysis
- 关键词灵感:生成关键词建议
- 流量分析:估算域名流量
- 内容灵感:按主题查找热门内容
- 反向链接数据:分析反向链接档案
- 站点审计:基础技术SEO分析
Usage Examples
使用示例
Get Keywords
获取关键词
User: "Find keyword ideas for 'email marketing'"
Assistant: Returns keyword suggestions with metrics用户:"为'电子邮件营销'查找关键词灵感"
助手:返回带有关键指标的关键词建议Traffic Estimate
流量估算
User: "How much traffic does example.com get?"
Assistant: Returns estimated organic traffic用户:"example.com的流量有多少?"
助手:返回估算的自然流量Content Ideas
内容灵感
User: "Find popular content about productivity"
Assistant: Returns top-performing content用户:"查找关于生产力的热门内容"
助手:返回表现最佳的内容Check Backlinks
查看反向链接
User: "Show me backlinks for my domain"
Assistant: Returns backlink summary用户:"展示我的域名的反向链接"
助手:返回反向链接摘要Authentication Flow
认证流程
- Get API key from Ubersuggest account
- Use API key for authentication
- Requests limited by plan
- Free tier has limited access
- 从Ubersuggest账户获取API密钥
- 使用API密钥进行认证
- 请求次数受套餐限制
- 免费版访问权限有限
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify credentials |
| 403 Forbidden | Limit reached | Upgrade plan |
| 404 Not Found | No data | Try different query |
| 429 Rate Limited | Too many requests | Wait and retry |
| 错误类型 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | API密钥无效 | 验证凭证 |
| 403 禁止访问 | 达到限制额度 | 升级套餐 |
| 404 未找到 | 无相关数据 | 尝试不同查询 |
| 429 请求超限 | 请求次数过多 | 等待后重试 |
Notes
注意事项
- Created by Neil Patel
- Free tier available
- Affordable paid plans
- Chrome extension
- Simple interface
- Good for beginners
- 由Neil Patel开发
- 提供免费版
- 付费套餐价格亲民
- 支持Chrome扩展程序
- 界面简洁
- 适合初学者