beehiiv
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBeehiiv Skill
Beehiiv Skill
Create, manage, and grow newsletters with Beehiiv's modern newsletter platform.
借助Beehiiv这款现代化的新闻通讯平台创建、管理和发展你的新闻通讯。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/beehiiv/install.sh | bashOr manually:
bash
cp -r skills/beehiiv ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/beehiiv/install.sh | bash或手动安装:
bash
cp -r skills/beehiiv ~/.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 BEEHIIV_API_KEY "your_api_key"
canifi-env set BEEHIIV_PUBLICATION_ID "your_publication_id"
undefinedcanifi-env set BEEHIIV_API_KEY "your_api_key"
canifi-env set BEEHIIV_PUBLICATION_ID "your_publication_id"
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
功能特性
- Newsletter Publishing: Create and publish newsletter posts with rich editor and media
- Subscriber Management: Import, segment, and manage subscriber lists
- Analytics Dashboard: Track opens, clicks, growth, and engagement metrics
- Monetization Tools: Set up paid subscriptions and ad network integration
- Automation: Create email sequences and automated workflows
- 新闻通讯发布:借助富文本编辑器和媒体功能创建并发布新闻通讯文章
- 订阅者管理:导入、细分和管理订阅者列表
- 分析仪表盘:追踪打开率、点击率、增长情况和参与度指标
- 变现工具:设置付费订阅和广告网络集成
- 自动化:创建电子邮件序列和自动化工作流
Usage Examples
使用示例
Create Post
创建文章
User: "Create a new Beehiiv post titled 'Weekly AI Digest'"
Assistant: Creates draft post with title and opens editor for content用户:"创建一篇标题为'Weekly AI Digest'的Beehiiv文章"
助手:创建带标题的草稿文章,并打开编辑器供你添加内容Get Subscriber Stats
获取订阅者统计数据
User: "How many active subscribers do I have on Beehiiv?"
Assistant: Returns total subscribers, growth rate, and engagement metrics用户:"我的Beehiiv有多少活跃订阅者?"
助手:返回总订阅者数量、增长率和参与度指标Publish Newsletter
发布新闻通讯
User: "Publish my draft newsletter to all subscribers"
Assistant: Publishes the draft and sends to subscriber list用户:"将我的草稿新闻通讯发布给所有订阅者"
助手:发布草稿并发送至订阅者列表Add Subscriber
添加订阅者
User: "Add john@example.com to my Beehiiv newsletter"
Assistant: Adds subscriber with optional tags and segments用户:"将john@example.com添加到我的Beehiiv新闻通讯"
助手:添加订阅者,可选择添加标签和细分分组Authentication Flow
身份验证流程
- Generate API key from Beehiiv dashboard settings
- Get publication ID from publication settings
- Use API key for all authenticated requests
- Store credentials securely
- 从Beehiiv仪表盘设置中生成API密钥
- 从出版物设置中获取出版物ID
- 在所有需要身份验证的请求中使用API密钥
- 安全存储凭证
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify API key in settings |
| 403 Forbidden | Insufficient permissions | Check API key permissions |
| 404 Not Found | Publication or post not found | Verify publication ID |
| 422 Validation Error | Invalid data format | Check request payload |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 Unauthorized | 无效的API密钥 | 在设置中验证API密钥 |
| 403 Forbidden | 权限不足 | 检查API密钥的权限 |
| 404 Not Found | 未找到出版物或文章 | 验证出版物ID |
| 422 Validation Error | 数据格式无效 | 检查请求负载 |
Notes
注意事项
- Free tier includes up to 2,500 subscribers
- API available for programmatic access
- Custom domains included in all plans
- Referral program for subscriber growth
- A/B testing available for subject lines
- RSS-to-email automation available
- 免费套餐最多支持2500名订阅者
- 提供API用于程序化访问
- 所有套餐均包含自定义域名功能
- 提供订阅者增长推荐计划
- 支持主题行A/B测试
- 支持RSS转邮件自动化