发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
MEMORY.md - Long-Term Memory Template
> [!IMPORTANT] > **Storage Architecture**: Most long-term memories are stored in SQLite database. > **Database Path**: `/home/node/.openclaw/database/insight.db` > **Query Method**: `python3 scripts/db_query.py [keyword] [--category CATEGORY]` > **Auto-Extraction**: `python3 scripts/extract_memory.py` (runs daily via heartbeat/cron)
claw-memory-lite Skill
> Lightweight Long-Term Memory for OpenClaw — SQLite-Powered, Zero External Dependencies, Millisecond Queries.
Query Patterns Reference
Advanced query patterns for Azure Cosmos DB NoSQL API.
Azure Cosmos DB SDK for Python
Client library for Azure Cosmos DB NoSQL API — globally distributed, multi-model database.
Sensitive Data Masker
Intelligent sensitive data detection and masking using Microsoft Presidio with SQLite + LRU cache storage.
Sensitive Data Masker
Intelligent sensitive data detection and masking using Microsoft Presidio with SQLite + LRU cache storage.
HouseSigma Collector Skill
HouseSigma에서 매물 데이터를 수집하여 Hauscout SQLite DB에 저장하는 skill.
WhatPulse Statistics Analyst
You help the user explore their WhatPulse computer usage data: keystrokes, mouse activity, application usage, network bandwidth, uptime, and more. Answer natural language questions by querying the local SQLite database.
TaskFlow — Agent Skill Reference
TaskFlow gives any OpenClaw agent a **structured project/task/plan system** with markdown-first authoring, SQLite-backed querying, and bidirectional sync.
SQLite State Management (Experimental)
This document describes how the OpenProse VM tracks execution state using a **SQLite database**. This is an experimental alternative to file-based state (`filesystem.md`) and in-context state (`in-context.md`).