← 返回
开发者工具 中文

Qmd Memory 1.0.0

Enables local hybrid memory search using QMD with optimized collections, automatic indexing, and multi-agent sharing to reduce API costs by $50-300/month.
通过QMD实现本地混合记忆搜索,优化集合、自动索引和多代理共享,节省每月50-300美元API费用。
sieyer sieyer 来源
开发者工具 clawhub v1.0.0 1 版本 99870.3 Key: 无需
★ 0
Stars
📥 770
下载
💾 12
安装
1
版本
#latest

概述

QMD Memory Skill for OpenClaw

Local Hybrid Search — Save $50-300/month in API Costs

Author: As Above Technologies

Version: 1.0.0

ClawHub: [Coming Soon]


💰 THE VALUE PROPOSITION

API Costs You're Paying Now

OperationAPI CostFrequencyMonthly Cost
----------------------------------------------
memory_search (embedding)$0.02-0.0550-200/day$30-300
Context retrieval$0.01-0.03100+/day$30-90
Semantic queries$0.03-0.0820-50/day$18-120
TOTAL$78-510/month

With QMD Local

OperationCostWhy
----------------------
All searches$0Runs on your machine
Embeddings$0Local GGUF models
Re-ranking$0Local LLM

Your savings: $50-300+/month

One-time setup. Forever free searches.


🚀 QUICK START

# Install the skill
clawhub install asabove/qmd-memory

# Run setup (installs QMD, configures collections)
openclaw skill run qmd-memory setup

# That's it. Your memory is now supercharged.

WHAT YOU GET

1. Automatic Collection Setup

Based on your workspace structure, we create optimized collections:

✓ workspace     — Core agent files (MEMORY.md, SOUL.md, etc.)
✓ daily-logs    — memory/*.md daily logs
✓ intelligence  — intelligence/*.md (if exists)
✓ projects      — projects/**/*.md (if exists)
✓ documents     — Any additional doc folders you specify

2. Smart Context Descriptions

We add context to each collection so QMD understands what's where:

qmd://workspace    → "Agent identity and configuration files"
qmd://daily-logs   → "Daily work logs and session history"
qmd://intelligence → "Analysis, research, and reference documents"

3. Pre-configured Cron Jobs

# Auto-update index (nightly at 3am)
0 3 * * * qmd update && qmd embed

# Keep your memory fresh without thinking about it

4. OpenClaw Integration

Memory search now uses QMD automatically:

  • memory_search → routes to QMD hybrid search
  • memory_get → retrieves from QMD collections
  • Results include collection context

5. Multi-Agent MCP Server (Optional)

# Start shared memory server
openclaw skill run qmd-memory serve

# All your agents can now query collective memory
# Forge, Thoth, Axis — shared knowledge base

📊 SEARCH MODES

ModeCommandBest For
-------------------------
Keywordqmd search "query"Exact matches, fast
Semanticqmd vsearch "query"Conceptual similarity
Hybridqmd query "query"Best quality (recommended)

Example Queries

# Find exact mentions
qmd search "Charlene" -n 5

# Find conceptually related content
qmd vsearch "how should we handle customer complaints"

# Best quality — expansion + reranking
qmd query "what decisions did we make about pricing strategy"

# Search specific collection
qmd search "API keys" -c workspace

🔧 CONFIGURATION

Add Custom Collections

openclaw skill run qmd-memory add-collection ~/Documents/research --name research

Add Context

openclaw skill run qmd-memory add-context qmd://research "Market research and competitive analysis"

Refresh Index

openclaw skill run qmd-memory refresh

💡 TEMPLATES

Trading/Investing Workspace

openclaw skill run qmd-memory template trading

Creates:

  • intelligence — Trading systems, dashboards, signals
  • market-data — Price history, analysis
  • research — Due diligence, reports
  • daily-logs — Trade journal

Content Creator Workspace

openclaw skill run qmd-memory template content

Creates:

  • articles — Published content
  • drafts — Work in progress
  • research — Source material
  • ideas — Brainstorms, notes

Developer Workspace

openclaw skill run qmd-memory template developer

Creates:

  • docs — Documentation
  • notes — Technical notes
  • decisions — ADRs, architecture decisions
  • snippets — Code snippets, examples

📈 COST SAVINGS CALCULATOR

Run this to see your estimated savings:

openclaw skill run qmd-memory calculate-savings

Output:

Your Current API Memory Costs (estimated):
  memory_search calls/day:     ~75
  Average cost per call:       $0.03
  Monthly API cost:            $67.50

With QMD Local:
  Monthly cost:                $0.00

YOUR MONTHLY SAVINGS:          $67.50
YOUR ANNUAL SAVINGS:           $810.00

ROI on skill purchase:         40x (if skill was $20)

🛠️ TECHNICAL DETAILS

Models Used (Auto-Downloaded)

ModelPurposeSize
----------------------
embeddinggemma-300M-Q8_0Vector embeddings~300MB
qwen3-reranker-0.6b-q8_0Re-ranking results~640MB
qmd-query-expansion-1.7B-q4_k_mQuery expansion~1.1GB

Total: ~2GB (one-time download)

System Requirements

  • Node.js >= 22
  • ~3GB disk space (models + index)
  • ~2GB RAM during embedding (then minimal)

Where Data is Stored

~/.cache/qmd/
├── index.sqlite      # Search index
├── models/           # GGUF models
└── mcp.pid           # MCP server PID (if running)

🤝 SUPPORT

Questions?

  • GitHub Issues: github.com/asabove/qmd-memory-skill
  • Discord: As Above community
  • Email: support@asabove.tech

Found it valuable?

  • Star us on ClawHub
  • Share with other OpenClaw users
  • Subscribe to our newsletter for more agent optimization tips

📜 LICENSE

MIT — Use freely, modify as needed.

QMD itself is created by Tobi Lütke (github.com/tobi/qmd).

This skill provides easy OpenClaw integration.


"Stop paying for memory. Start compounding knowledge."

As Above Technologies — Agent Infrastructure for Humans

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,379 📥 320,559
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,082 📥 811,113
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,227 📥 267,939