ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

yiliu

Yiliu - AI-powered note-taking knowledge base with semantic search, auto-summarization, and version management

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/damingdong/yiliu
Or

Yiliu - AI Note-Taking Knowledge Base

Capture anytime, auto-organize, surface on demand.

✨ What's New (v1.2.0)

  • LibSQL Storage: Replaced sql.js with LibSQL for better performance
  • Semantic Search: Vector similarity search with hybrid ranking
  • AI Enhancement: Auto-generated summaries and tags
  • Local Embeddings: Support for HuggingFace Transformers (no API key needed)
  • Version Management: Auto-save + manual marking for important versions

Features

FeatureDescriptionCommand
RecordQuick capture with AI enhancement/记 or type directly
Semantic SearchFind content by intent/搜 <keyword>
ListView recent notes/列表
EditModify existing notes/编辑 <id> <content>
HistoryView version history/历史 <id>
ExportExport to Markdown/导出
StatsView statistics/统计

Quick Start

Install

git clone https://github.com/DamingDong/yiliu.git
cd yiliu
npm install
npm run build

Configure AI (Optional)

export OPENAI_API_KEY="your-api-key"
# Optional: Custom API endpoint
export OPENAI_BASE_URL="https://api.openai.com/v1"

Without API Key: Falls back to local embeddings via @huggingface/transformers. Core features still work.

Usage

# Record a note (AI auto-summarizes + tags)
/记 Today I learned about CRDT sync with Last-Write-Wins strategy

# Semantic search (understands intent)
搜 distributed sync methods

# List notes
/列表

# View stats
/统计

# Export backup
/导出

AI Features

FeatureModelDescription
Embeddingstext-embedding-3-small / all-MiniLM-L6-v2Semantic search
Summariesgpt-4o-miniAuto summaries
Tagsgpt-4o-miniAuto tags

No API Key: Falls back to keyword search, core features remain functional.

Data Storage

  • LibSQL: Notes, version history
  • Vector Index: Semantic search
  • Path: data/yiliu.db, data/vectors.json

Architecture

yiliu/
├── src/
│   ├── index.ts       # Entry
│   ├── commands/      # Command handlers
│   ├── storage/       # Storage (LibSQL + Vector)
│   ├── ai/            # AI capabilities
│   └── types/         # Type definitions
├── data/              # Data directory
└── SKILL.md

Version History

  • v1.2.0 (2026-03-20) - LibSQL, semantic search, AI enhancement, local embeddings
  • v1.0.0 (2026-03-19) - MVP release

License

MIT License

Metadata

Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-damingdong-yiliu": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#note#knowledge#memory#search#ai#semantic-search#rag
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.