A Python-based tool that transforms static GEDCOM files into interactive, single-file HTML genealogy dashboards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gedcom-explorer
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 gedcom-explorer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GEDCOM Explorer is a specialized tool designed to breathe life into genealogical data. By parsing standard .ged files, it generates a robust, self-contained HTML application featuring multiple tabs for deep data exploration. This utility within the Openclaw Skills ecosystem allows developers and researchers to visualize complex family trees without needing a database or a web server.
It provides a comprehensive overview of family history through dynamic charts, interactive visualizations, and On This Day event trackers. Whether you are managing thousands of records or a small family lineage, this skill streamlines the process of converting raw data into a shareable, user-friendly interface that works entirely in the browser.
To get started with this Openclaw Skills entry, ensure you have Python 3 installed. Run the following command to generate your dashboard:
python3 scripts/build_explorer.py <input.ged> [output.html] --title "My Family Tree"
To view your generated dashboard, you can open the HTML file in any browser or serve it locally using:
python3 -m http.server 8899
| Component | Description |
|---|---|
| individuals | Array of person objects containing names, dates, and lineage links. |
| families | Records connecting spouses and offspring. |
| statistics | Pre-calculated counts for surnames, places, and time periods. |
| timeline_events | Chronological list of all life events across the tree. |
| metadata | Title, subtitle, and generation count for the dashboard. |
Loading
A robust file-based memory framework that ensures AI agents maintain task continuity and context across session resets.

A high-performance Go binary that enables full interaction with rssaurus.com via the terminal for efficient RSS feed triage and automation.

A secure interface for managing Fly.io applications, databases, and deployments using the flyctl command-line tool.

A robust personal knowledge architecture using Supabase and OpenRouter to turn AI agents into long-term memory systems.

A comprehensive AI-powered pipeline that converts a single YouTube URL into a complete cross-platform content suite including blogs, social threads, and AI avatar videos.

A robust browser automation CLI designed for AI agents to navigate, interact with, and extract data from web pages using persistent sessions.








































