writesonic
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWritesonic Skill
Writesonic Skill
AI writing assistant for content creation and SEO.
用于内容创作与SEO的AI写作助手。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/writesonic/install.sh | bashOr manually:
bash
cp -r skills/writesonic ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/writesonic/install.sh | bash或者手动安装:
bash
cp -r skills/writesonic ~/.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 WRITESONIC_API_KEY "your_api_key"
undefinedcanifi-env set WRITESONIC_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
功能
- Article Writer: Long-form content
- Chatsonic: AI chatbot with web access
- Photosonic: AI image generation
- SEO Tools: Optimize content
- Botsonic: Custom chatbots
- 文章撰写器:长文内容创作
- Chatsonic:具备网页访问权限的AI聊天机器人
- Photosonic:AI图像生成
- SEO工具:内容优化
- Botsonic:自定义聊天机器人
Usage Examples
使用示例
Write Article
撰写文章
User: "Create an article about sustainable tech"
Assistant: Generates long-form content用户:"创作一篇关于可持续科技的文章"
助手:生成长文内容Chat with Chatsonic
与Chatsonic对话
User: "Ask Chatsonic about current events"
Assistant: Provides real-time response用户:"向Chatsonic询问当前事件"
助手:提供实时响应Generate Image
生成图像
User: "Create an image with Photosonic"
Assistant: Generates AI artwork用户:"用Photosonic生成一张图片"
助手:生成AI艺术作品Optimize SEO
SEO优化
User: "Optimize this content for SEO"
Assistant: Suggests improvements用户:"优化这篇内容以适配SEO"
助手:提出改进建议Authentication Flow
认证流程
- API key authentication
- Subscription tiers
- Team access
- Rate limits by plan
- API密钥认证
- 订阅层级
- 团队访问权限
- 按套餐设置的速率限制
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid key | Check API key |
| Word Limit | Quota exceeded | Upgrade |
| Generation Failed | Content issue | Retry |
| Rate Limited | Too many requests | Wait |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 认证失败 | 密钥无效 | 检查API密钥 |
| 字数限制 | 配额用尽 | 升级套餐 |
| 生成失败 | 内容问题 | 重试 |
| 速率受限 | 请求过于频繁 | 等待片刻 |
Notes
说明
- GPT-4 powered
- Real-time web access
- Image generation
- SEO optimization
- API available
- Chrome extension
- 由GPT-4驱动
- 实时网页访问
- 图像生成
- SEO优化
- 支持API
- 提供Chrome扩展