Loading...
Loading...
Enables Claude to create and manage notes with supertags in Tana via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os tanacurl -sSL https://canifi.com/skills/tana/install.sh | bashcp -r skills/tana ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set TANA_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Add a #task for reviewing the proposal"
Claude: Creates node with #task supertag.
Confirms: "Task created: Review the proposal"User: "Create a #project supertag with status and deadline fields"
Claude: Creates supertag with defined fields.
Confirms: "Created #project supertag with 2 fields"User: "Show all tasks due this week"
Claude: Creates live search with date filter.
Reports: "Found 8 tasks due this week"User: "Add to today's daily note: Met with the design team"
Claude: Opens today's date node, adds content.
Confirms: "Added to today's daily note"// Main content
'.tana-editor'
// Node
'.node-container'
// Node content
'.node-content'
// Supertag
'.supertag'
// Field
'.field-container'
// Search
'.search-input'
// Daily notes
'.daily-notes'
// Live search
'.live-search'
// Command line
'.command-palette'
// References
'.references-panel'#supertag // Apply supertag
^date // Date reference
>inline reference // Inline node
[[link]] // Page link
@mention // Mention
/command // Run command