motion
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMotion Skill
Motion Skill
AI-powered calendar and task management.
基于AI的日历与任务管理工具。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/motion/install.sh | bashOr manually:
bash
cp -r skills/motion ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/motion/install.sh | bash或者手动安装:
bash
cp -r skills/motion ~/.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 MOTION_API_KEY "your_api_key"
undefinedcanifi-env set MOTION_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
功能特性
- Auto-Scheduling: AI plans your day
- Task Management: Prioritize and track
- Meeting Scheduler: Find optimal times
- Project Planning: Allocate work time
- Team Coordination: Balance workloads
- 自动调度:AI为你规划每日日程
- 任务管理:任务优先级排序与追踪
- 会议调度:寻找最佳会议时间
- 项目规划:分配工作时间
- 团队协作:平衡团队工作量
Usage Examples
使用示例
Add Task
添加任务
User: "Add a task to finish the report by Friday"
Assistant: Schedules task optimally用户:“添加一项任务,周五前完成报告”
助手:优化调度该任务View Schedule
查看日程
User: "What's my day look like?"
Assistant: Returns optimized schedule用户:“我今天的日程安排是怎样的?”
助手:返回优化后的日程Reschedule
重新调度
User: "Move my focus time to afternoon"
Assistant: Reorganizes schedule用户:“把我的专注时间移到下午”
助手:重新整理日程Add Project
添加项目
User: "Plan time for the Q4 project"
Assistant: Allocates project time用户:“为Q4项目规划时间”
助手:分配项目时间Authentication Flow
认证流程
- API key authentication
- OAuth for calendar
- Workspace access
- Team permissions
- API密钥认证
- 日历OAuth认证
- 工作区访问
- 团队权限
Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Auth Failed | Invalid key | Check API key |
| Calendar Error | Sync issue | Reconnect |
| Scheduling Conflict | No availability | Adjust priorities |
| Task Error | Missing info | Complete details |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 认证失败 | 密钥无效 | 检查API密钥 |
| 日历错误 | 同步问题 | 重新连接 |
| 调度冲突 | 无可用时间 | 调整优先级 |
| 任务错误 | 信息缺失 | 补充完整详情 |
Notes
注意事项
- AI scheduling engine
- Auto-rescheduling
- Focus time protection
- Team balancing
- API available
- Calendar sync
- AI调度引擎
- 自动重新调度
- 专注时间保护
- 团队工作量平衡
- API可用
- 日历同步