Liudao Heritage
/install liudao-heritage
六道 (LiùDào) Heritage Manager
This skill provides access to the LiùDào family heritage and relationship database. It allows you to query historical figures, analyze relationship networks, and manage personal data with strict privacy controls.
Core Capabilities
- Search Database: Look up people by name, including their basic info, relationships, and milestones.
- Relationship Engine: Resolve complex queries like "A的B" (e.g., "康熙的父亲").
- Data Enrichment: Safely upsert new records or append milestones (history today) to existing ones.
Environment Details
- Database Path:
/home/admin/.openclaw/workspace/liudao-bot/data/liudao.db - Core Scripts: Located in
/home/admin/.openclaw/workspace/liudao-bot/ - User Privacy: For private entries (e.g., family members), ensure you pass the correct
viewer_id(e.g.,1234567890for the specific authorized user).
Workflows
1. Searching for a Person
When a user asks about a specific historical figure or family member:
- Run the python search script passing the name and the user's ID for privacy.
- Example:
python3 scripts/search_person.py "康熙" --viewer_id "5104087055"
2. Resolving Relationships ("A的B")
When a user asks relationship questions (e.g., "朱元璋的长子是谁?"):
- Use the relation engine script.
- Example:
python3 scripts/resolve_relation.py "朱元璋" "长子"
3. Adding/Editing Data
For inserting a new person or adding milestones:
- Write a quick python script using
db_manager.py'supsert_personmethod. - Ensure
is_private=1andcreator_idare set when adding personal family data.
Important Notes
- Always parse the
relations_jsonandmilestones_jsoncarefully; they contain structured relationship links and life events. - See
references/db_schema.mdfor exact table structures.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install liudao-heritage - 安装完成后,直接呼叫该 Skill 的名称或使用
/liudao-heritage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Liudao Heritage 是什么?
Search, enrich, and manage family heritage and historical relationship data from the LiùDào (六道) SQLite database. Use this skill when answering questions abo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。
如何安装 Liudao Heritage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install liudao-heritage」即可一键安装,无需额外配置。
Liudao Heritage 是免费的吗?
是的,Liudao Heritage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Liudao Heritage 支持哪些平台?
Liudao Heritage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Liudao Heritage?
由 sirius-777-llm(@sirius-777-llm)开发并维护,当前版本 v1.0.0。