Loading...
Loading...
Enables Claude to create, organize, and manage notes and lists in Google Keep via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os google-keepcurl -sSL https://canifi.com/skills/google-keep/install.sh | bashcp -r skills/google-keep ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOOGLE_EMAIL "your-email@gmail.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Make a note about the book recommendation: Atomic Habits"
Claude: Creates note titled "Book Recommendation" with content
"Atomic Habits by James Clear". Confirms: "Note created"User: "Create a grocery list: milk, eggs, bread, butter"
Claude: Creates checklist note titled "Grocery List" with
4 checkbox items. Returns: "Checklist created with 4 items"User: "Remind me to call mom tomorrow at 5pm"
Claude: Creates note "Call mom", sets reminder for tomorrow 5pm.
Confirms: "Reminder set for tomorrow at 5pm"User: "Add the 'Work' label to all my project notes"
Claude: Searches for project-related notes, applies "Work" label to each.
Reports: "Added 'Work' label to 7 notes"// Take a note input
'[aria-label="Take a note…"]'
// Note title
'[aria-label="Title"]'
// Note content
'[aria-label="Note"]' or '[contenteditable="true"]'
// New list button
'[aria-label="New list"]'
// Checklist item
'.VIpgJd-TUo6Hb'
// Pin button
'[aria-label="Pin note"]'
// Reminder button
'[aria-label="Remind me"]'
// Color picker
'[aria-label="Background options"]'
// Label button
'[aria-label="Add label"]'
// Archive button
'[aria-label="Archive"]'
// Delete button
'[aria-label="Delete note"]'
// Search box
'input[aria-label="Search"]'
// Note cards
'.IZ65Hb-n0tgWb'