A comprehensive AI agent for extracting, researching, and visualizing complex family histories and genealogical records.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install genealogy-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install genealogy-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Genealogy Agent is a sophisticated tool designed to bridge the gap between unstructured historical records and structured family databases. By leveraging Large Language Models, this skill can parse memoirs, chat logs, and archival text to identify individuals, dates, and lineage relationships. It serves as a digital historian within the Openclaw Skills ecosystem, turning messy notes into clean, navigable family data.
Beyond simple extraction, the agent builds a robust knowledge graph that serves as the foundation for various exports. Whether you need a visual representation of your lineage or a standardized file for professional genealogy software, this agent automates the tedious manual entry typically associated with family history research.
To integrate this skill into your environment, install the necessary dependencies and configure your API keys:
uv pip install pydantic litellm duckduckgo-search
Ensure your environment variables are set for your chosen model provider:
export OPENAI_API_KEY='your-api-key-here'
# OR
export GEMINI_API_KEY='your-api-key-here'
The Genealogy Agent organizes data through a local ontology graph and specific export formats:
| Format | Description | Primary Use |
|---|---|---|
| JSONL Graph | Local ontology of people and relationships | Internal data storage and persistence |
| GEDCOM (.ged) | Standard genealogical data format | Interoperability with MyHeritage and Ancestry |
| Obsidian Vault | Markdown files with YAML frontmatter | Personal research and note-taking |
| Mermaid | Syntax-based diagram code | Visualizing family trees in documentation |
Loading
A secure integration layer for managing 1Password secrets and vault access within AI agent environments.

A complete end-to-end automation skill for managing GitHub Issues from initial fetching to final deployment.

A Meta Skill that automates API key management and state persistence through native conversational prompts for AI agents.

An automated inventory management tool that scans, categorizes, and indexes your entire collection of Openclaw Skills.

A high-precision fact-checking skill that elevates claim verification to CI-Level 2 with tighter confidence intervals.

A conversational assistant designed to streamline the initialization and management of AI agent roles within the OpenClaw ecosystem.








































