Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
npx skills add Andrejones92/canifi-life-os --skill "motion"
Install specific skill from multi-skill repository
# Description
AI-powered calendar and task management.
# SKILL.md
name: motion
description: AI-powered calendar and task management.
category: productivity
Motion Skill
AI-powered calendar and task management.
Quick Install
curl -sSL https://canifi.com/skills/motion/install.sh | bash
Or manually:
cp -r skills/motion ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set MOTION_API_KEY "your_api_key"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
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
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
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.
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
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
Authentication Flow
- API key authentication
- OAuth for calendar
- Workspace access
- Team permissions
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 |
Notes
- AI scheduling engine
- Auto-rescheduling
- Focus time protection
- Team balancing
- API available
- Calendar sync
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.