Search, enrich, and manage family heritage and historical relationship data from the LiùDào (六道) SQLite database. Use this skill when answering questions abo...
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.
/home/admin/.openclaw/workspace/liudao-bot/data/liudao.db/home/admin/.openclaw/workspace/liudao-bot/viewer_id (e.g., 1234567890 for the specific authorized user).When a user asks about a specific historical figure or family member:
python3 scripts/search_person.py "康熙" --viewer_id "5104087055"When a user asks relationship questions (e.g., "朱元璋的长子是谁?"):
python3 scripts/resolve_relation.py "朱元璋" "长子"For inserting a new person or adding milestones:
db_manager.py's upsert_person method.is_private=1 and creator_id are set when adding personal family data.relations_json and milestones_json carefully; they contain structured relationship links and life events.references/db_schema.md for exact table structures.ZIP package — ready to use