beehiiv

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Beehiiv 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 | bash
Or 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
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set BEEHIIV_API_KEY "your_api_key" canifi-env set BEEHIIV_PUBLICATION_ID "your_publication_id"
undefined
canifi-env set BEEHIIV_API_KEY "your_api_key" canifi-env set BEEHIIV_PUBLICATION_ID "your_publication_id"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 完成浏览器自动化设置,使用CDP模式
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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

功能特性

  1. Newsletter Publishing: Create and publish newsletter posts with rich editor and media
  2. Subscriber Management: Import, segment, and manage subscriber lists
  3. Analytics Dashboard: Track opens, clicks, growth, and engagement metrics
  4. Monetization Tools: Set up paid subscriptions and ad network integration
  5. Automation: Create email sequences and automated workflows
  1. 新闻通讯发布:借助富文本编辑器和媒体功能创建并发布新闻通讯文章
  2. 订阅者管理:导入、细分和管理订阅者列表
  3. 分析仪表盘:追踪打开率、点击率、增长情况和参与度指标
  4. 变现工具:设置付费订阅和广告网络集成
  5. 自动化:创建电子邮件序列和自动化工作流

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

身份验证流程

  1. Generate API key from Beehiiv dashboard settings
  2. Get publication ID from publication settings
  3. Use API key for all authenticated requests
  4. Store credentials securely
  1. 从Beehiiv仪表盘设置中生成API密钥
  2. 从出版物设置中获取出版物ID
  3. 在所有需要身份验证的请求中使用API密钥
  4. 安全存储凭证

Error Handling

错误处理

ErrorCauseSolution
401 UnauthorizedInvalid API keyVerify API key in settings
403 ForbiddenInsufficient permissionsCheck API key permissions
404 Not FoundPublication or post not foundVerify publication ID
422 Validation ErrorInvalid data formatCheck 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转邮件自动化