Back to Skills
    🦞

    zettelkasten

    Zettelkasten - Card box note taking system with AI insights.

    By @rainy-cogmet
    View on GitHub
    SKILL.md
    ---
    name: zettelkasten
    description: Zettelkasten - Card box note taking system with AI insights
    keywords: note-taking,knowledge-management,zettelkasten,ai,insights
    metadata:
      openclaw:
        emoji: "📝"
        bins: ["python"]
        pip: []
        os:
          - darwin
          - linux
          - windows
        requires: []
    ---
    
    # Zettelkasten Card Box System
    
    ## Description
    A complete implementation of the Zettelkasten note-taking method, featuring:
    - Idea capture and organization
    - AI-generated insights and suggestions
    - Automatic connection detection
    - Daily review capabilities
    
    ## Usage
    
    ### Record Idea
    ```
    Record Idea: [Your idea content here]
    ```
    
    Example:
    ```
    Record Idea: I found that meditating 10 minutes daily improves focus and sleep quality
    ```
    
    ## Features
    1. **Idea Capture**: Automatically generates structured cards with metadata
    2. **AI Insights**: Provides extended suggestions and research directions
    3. **Connection Detection**: Finds relationships between different ideas
    4. **Daily Review**: Random card review for knowledge consolidation
    
    ## Output Format
    ```markdown
    ---
    ID: [timestamp]
    Tags: #tag1 #tag2 #tag3
    Type: Flash
    Date: [date]
    ---
    
    ## [Title]
    [Content]
    
    > AI Insight: [Generated insight]
    ```