later
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLater Skill
Later Skill
Manage visual social media scheduling with Later's Instagram-focused platform.
使用专注于Instagram的Later平台管理可视化社交媒体排期
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/later/install.sh | bashOr manually:
bash
cp -r skills/later ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/later/install.sh | bash或手动安装:
bash
cp -r skills/later ~/.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 LATER_ACCESS_TOKEN "your_access_token"
undefinedcanifi-env set LATER_ACCESS_TOKEN "your_access_token"
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
功能特性
- Visual Planning: Plan and preview visual content calendar
- Instagram Scheduling: Schedule Instagram posts, stories, and reels
- Link in Bio: Manage Linkin.bio landing pages
- Media Library: Organize and store media assets
- Analytics: Track Instagram and social performance
- 可视化规划:规划并预览可视化内容日历
- Instagram内容排期:排期Instagram帖子、快拍和Reels
- 链接在简介:管理Linkin.bio落地页
- 媒体库:整理和存储媒体资源
- 数据分析:追踪Instagram及社交媒体表现
Usage Examples
使用示例
Schedule Post
排期帖子
User: "Schedule this image to Instagram for tomorrow"
Assistant: Creates scheduled post with image用户:“将这张图片排期到明天发布到Instagram”
助手:创建包含该图片的排期帖子Plan Grid
规划网格预览
User: "Show me my Instagram grid preview"
Assistant: Returns visual preview of planned posts用户:“展示我的Instagram网格预览”
助手:返回已规划帖子的可视化预览Update Linkinbio
更新Linkin.bio
User: "Add a new link to my Later Linkin.bio"
Assistant: Adds link to bio landing page用户:“在我的Later Linkin.bio中添加一个新链接”
助手:在简介落地页中添加链接View Analytics
查看数据分析
User: "How did my Instagram posts perform this week?"
Assistant: Returns engagement and growth metrics用户:“我的Instagram帖子这周表现如何?”
助手:返回互动量和增长指标Authentication Flow
认证流程
- Register app with Later
- Implement OAuth 2.0 flow
- Get access token for API calls
- Token provides account access
- 在Later平台注册应用
- 实现OAuth 2.0流程
- 获取用于API调用的访问令牌
- 令牌提供账户访问权限
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid token | Re-authenticate |
| 403 Forbidden | Feature not available | Check plan |
| 404 Not Found | Post not found | Verify post ID |
| 429 Rate Limited | Too many requests | Wait and retry |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 401 未授权 | 令牌无效 | 重新认证 |
| 403 禁止访问 | 功能不可用 | 检查套餐权限 |
| 404 未找到 | 帖子不存在 | 验证帖子ID |
| 429 请求受限 | 请求过于频繁 | 等待后重试 |
Notes
注意事项
- Visual-first social planning
- Instagram focus with grid preview
- Linkin.bio included
- TikTok, Pinterest, Twitter support
- Free tier available
- Mobile app for on-the-go
- 以可视化优先的社交媒体规划
- 专注于Instagram,支持网格预览
- 包含Linkin.bio功能
- 支持TikTok、Pinterest、Twitter
- 提供免费套餐
- 支持移动应用,随时随地操作