Loading...
Loading...
Enables Claude to create notes and flashcards in RemNote via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os remnotecurl -sSL https://canifi.com/skills/remnote/install.sh | bashcp -r skills/remnote ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set REMNOTE_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a flashcard: What is photosynthesis? :: The process by which plants convert light to energy"
Claude: Creates rem with cloze deletion.
Confirms: "Flashcard created and added to queue"User: "Add notes about Chapter 5 of my textbook"
Claude: Creates document with outline structure.
Confirms: "Notes added to your knowledge base"User: "How many flashcards do I have due today?"
Claude: Checks spaced repetition queue.
Reports: "23 cards due today. Categories: Biology (12), History (11)"User: "Link [[Mitochondria]] to [[Cell Biology]]"
Claude: Creates reference between concepts.
Confirms: "Concepts linked bidirectionally"// Document tree
'.document-tree'
// Rem (note block)
'.rem-container'
// Rem text
'.rem-text'
// Flashcard indicator
'.spaced-repetition-icon'
// Practice button
'.practice-button'
// Search
'.search-input'
// Tags
'.rem-tag'
// References
'.rem-reference'
// Queue counter
'.queue-counter'
// Add rem button
'.add-rem-button'Question::Answer // Basic flashcard
{{cloze}} // Cloze deletion
[[Page Link]] // Reference
#tag // Tag
- Bullet point // List item
1. Numbered item // Numbered list
> Quote // Block quote