Install
openclaw skills install genealogy-agentExtract, structure, research, and visualize family history from raw text. Builds knowledge graphs, generates Mermaid trees, Obsidian vaults, and GEDCOM exports.
openclaw skills install genealogy-agentA powerful agent skill for extracting, structuring, researching, and visualizing family history from raw text (memoirs, archives, chat logs).
.ged format for use in MyHeritage, FamilySearch, or any desktop genealogy software.uv pip install pydantic litellm duckduckgo-searchOPENAI_API_KEY or GEMINI_API_KEY).You can ask the agent to:
extract_family_data: Extracts structured family data (people, dates, relationships) from raw text using an LLM.build_family_graph: Saves extracted data into the local ontology graph.generate_mermaid_tree: Generates a Mermaid diagram from the graph.generate_obsidian_vault: Generates an Obsidian-formatted vault from extracted family data.research_ancestor: Autonomously researches an ancestor using web search and LLM extraction.export_gedcom: Exports extracted family data to a standard GEDCOM (.ged) file.