Tool to interact with Tana from your AI assistant. Create, organize, and manage nodes and supertags for better knowledge management.

Install

mkdir -p .claude/skills/tana && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11217" && unzip -o skill.zip -d .claude/skills/tana && rm skill.zip

Installs to .claude/skills/tana

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Enables Claude to create and manage notes with supertags in Tana via Playwright MCP
83 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Create Tana nodes
  • Manage outlines
  • Implement supertag structures
  • Build live searches

How it works

It uses Playwright to automate the Tana interface, allowing Claude to manage nodes and supertags within an authenticated session.

Inputs & outputs

You give it
Note content and supertag requirements
You get back
Structured Tana node

When to use tana

  • Create structured Tana nodes
  • Add supertags to notes
  • Build Tana dashboards
  • Manage note metadata

About this skill

Tana Skill

Overview

Claude can manage your Tana workspace to capture thoughts, build structured data with supertags, and create a powerful knowledge base. A tool for structured note-taking and data management.

Quick Install

curl -sSL https://canifi.com/skills/tana/install.sh | bash

Or manually:

cp -r skills/tana ~/.canifi/skills/

Setup

Configure via canifi-env:

# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash

canifi-env set TANA_EMAIL "[email protected]"

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

  • Create nodes and outlines
  • Use supertags for structure
  • Define fields on supertags
  • Build live searches
  • Create views and queries
  • Use commands and AI
  • Build templates
  • Create bidirectional links
  • Add date references
  • Use inline references
  • Build dashboards
  • Share workspaces

Usage Examples

Example 1: Add Node

User: "Add a #task for reviewing the proposal"
Claude: Creates node with #task supertag.
        Confirms: "Task created: Review the proposal"

Example 2: Create Supertag

User: "Create a #project supertag with status and deadline fields"
Claude: Creates supertag with defined fields.
        Confirms: "Created #project supertag with 2 fields"

Example 3: Live Search

User: "Show all tasks due this week"
Claude: Creates live search with date filter.
        Reports: "Found 8 tasks due this week"

Example 4: Daily Notes

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"

Authentication Flow

  1. Claude navigates to tana.inc via Playwright MCP
  2. Enters TANA_EMAIL for authentication
  3. Handles 2FA if required (notifies user via iMessage)
  4. Maintains session for operations

Selectors Reference

// 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'

Tana Syntax

#supertag           // Apply supertag
^date               // Date reference
>inline reference   // Inline node
[[link]]            // Page link
@mention            // Mention
/command            // Run command

Error Handling

  • Login Failed: Retry 3 times, notify user via iMessage
  • Session Expired: Re-authenticate automatically
  • Node Not Found: Search with variations, ask user
  • Supertag Error: Check definition, suggest fix
  • Search Failed: Verify query syntax
  • Sync Failed: Wait and retry

Self-Improvement Instructions

When you learn a better way to accomplish a task with Tana:

  1. Document the improvement in your response
  2. Suggest updating this skill file with the new approach
  3. Include specific supertag configurations
  4. Note useful live search patterns

Notes

  • Supertags define structured data
  • Fields for consistent data capture
  • Live searches for dynamic views
  • AI commands built-in
  • Daily notes for journals
  • Commands for automation
  • Templates for patterns
  • Currently invite-only access

When not to use it

  • When Tana is not the target workspace

Prerequisites

Tana account

Limitations

  • Requires active browser session
  • Dependent on Tana UI selectors

How it compares

It maintains an authenticated browser session, allowing Claude to interact with the Tana UI directly.

Compared to similar skills

tana side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
tana (this skill)03moReviewIntermediate
notion-knowledge-capture109moNo flagsIntermediate
apple-reminders252moReviewBeginner
memory-keeper-proactive-context-maintenance69moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

notion-knowledge-capture

makenotion

Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.

10115

apple-reminders

openclaw

Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

2593

memory-keeper-proactive-context-maintenance

b4CU-R4U

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

694

notion-meeting-intelligence

openai

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

656

agent-memory

yamadashy

Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving.

943

apple-notes

openclaw

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

718

Search skills

Search the agent skills registry