Files
nexus/wiki/entities/OpenClaw.md
2026-04-27 12:03:03 +08:00

32 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "OpenClaw"
type: entity
tags: [ai-agent, memory, workflow]
sources: [万字讲透openclaw-workspace深度解析-2026-03-21, 养龙虾5天血泪史-我的ai-agent为什么总失忆-openclaw-记忆调试全记录, 养虾日记2-让agent更懂你-openclaw-self-improving-复盘实战案例分享, 养虾日记1-我用-openclaw-管了-28-万张照片-一次真实的多设备照片整理实战, 养虾日记3-用-obsidian-gitea-为-ai-助手构建持久化笔记系统, macos-创建与解除-symbolic-link-openclaw-目录映射, multi-channel-assistant]
last_updated:
---
## Overview
OpenClaw 是一个具有持久记忆能力的 AI Agent 管理框架,默认使用隐藏目录 `~/.openclaw` 存储记忆、Skills、Prompts、日志等数据。支持通过符号链接将隐藏目录映射为可见目录`~/openclaw`),以便 Finder 或 Obsidian 直接访问。
## Aliases
- OpenClaw Workspace
- OpenClaw Agent Framework
## Key Characteristics
- **持久记忆**:三层记忆架构(短期文件 + 长期向量数据库 + self-improving 复盘)
- **多渠道入口**Telegram / Discord / SMS / 电话等
- **n8n 工作流编排**:支持复杂工作流自动化
- **符号链接支持**:通过 `ln -s ~/.openclaw ~/openclaw` 实现目录可见化
## Related Entities
- [[Obsidian]]:与 OpenClaw 通过 SymbolicLink 共用数据目录
- [[HermesAgent]]:同类 AI Agent 框架
- [[n8n]]OpenClaw 的工作流编排集成
## Related Concepts
- [[SymbolicLink]]OpenClaw 目录可见化的核心技术
- [[Self-Improving-Skill]]OpenClaw 的自改进机制
- [[SecondBrain]]OpenClaw 构建的个人第二大脑