{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gedcom-explorer",
    "name": "GEDCOM Explorer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/justinhartbiz/gedcom-explorer",
    "canonicalUrl": "https://clawhub.ai/justinhartbiz/gedcom-explorer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gedcom-explorer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gedcom-explorer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/build_explorer.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gedcom-explorer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gedcom-explorer",
    "agentPageUrl": "https://openagent3.xyz/skills/gedcom-explorer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gedcom-explorer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gedcom-explorer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GEDCOM Explorer",
        "body": "Parse any GEDCOM file and generate a self-contained interactive HTML dashboard."
      },
      {
        "title": "Quick Start",
        "body": "python3 scripts/build_explorer.py <input.ged> [output.html] [--title \"Title\"] [--subtitle \"Subtitle\"]"
      },
      {
        "title": "Examples",
        "body": "# Basic — outputs family-explorer.html in current directory\npython3 scripts/build_explorer.py ~/my-family.ged\n\n# Custom output path and title\npython3 scripts/build_explorer.py ~/my-family.ged ~/Desktop/hart-family.html \\\n  --title \"Hart Family Tree\" --subtitle \"Six generations of history\"\n\n# Demo with bundled US Presidents data\npython3 scripts/build_explorer.py assets/demo-presidents.ged presidents.html \\\n  --title \"Presidential Family Explorer\" --subtitle \"US Presidents & Their Ancestors\""
      },
      {
        "title": "Features",
        "body": "Dashboard — Stats grid (people, families, places, generations), On This Day events, top surnames, geographic origins, people by century, party breakdown (for presidential data)\nFamily Tree — Interactive tree visualization with zoom/pan, select any person as root, color-coded by gender/president status\nPeople — Searchable/filterable directory with gender and president filters, pagination, click for full detail modal\nTimeline — Chronological events (births, deaths, marriages) with filters and search\nDaily Alerts — Today's anniversaries, random ancestor spotlight, fun facts\nPerson Modal — Full detail view with parents, spouses, children (all clickable links)\nGlobal Search — Search across all tabs by name, place, or year"
      },
      {
        "title": "How It Works",
        "body": "build_explorer.py parses the GEDCOM, extracts all individuals + families, computes stats, and embeds everything as inline JSON in a single HTML file. No server needed — just open the HTML.\n\nAuto-detects US Presidents from OCCU (occupation) fields. Works with any GEDCOM; presidential features simply won't appear if no president data exists."
      },
      {
        "title": "GEDCOM Sources",
        "body": "Users can export .ged files from:\n\nAncestry.com → Tree Settings → Export Tree\nFamilySearch.org → Download GEDCOM\nMyHeritage → Family Tree → Export → GEDCOM\nAny genealogy software (Gramps, RootsMagic, Legacy, etc.)"
      },
      {
        "title": "Demo Data",
        "body": "assets/demo-presidents.ged — Public domain US Presidents GEDCOM (2,322 people, 1,115 families, 44 presidents). Source: webtreeprint.com."
      },
      {
        "title": "Serving Locally",
        "body": "cd /path/to/output/dir\npython3 -m http.server 8899\n# Open http://localhost:8899/family-explorer.html"
      },
      {
        "title": "Extending",
        "body": "The generated HTML is fully self-contained. To customize:\n\nEdit CSS variables in :root for theming\nThe dashboard adapts to whatever data is in the GEDCOM — no presidential data required\nFor OpenClaw cron integration: parse GEDCOM daily events and send \"On This Day\" notifications via Telegram"
      }
    ],
    "body": "GEDCOM Explorer\n\nParse any GEDCOM file and generate a self-contained interactive HTML dashboard.\n\nQuick Start\npython3 scripts/build_explorer.py <input.ged> [output.html] [--title \"Title\"] [--subtitle \"Subtitle\"]\n\nExamples\n# Basic — outputs family-explorer.html in current directory\npython3 scripts/build_explorer.py ~/my-family.ged\n\n# Custom output path and title\npython3 scripts/build_explorer.py ~/my-family.ged ~/Desktop/hart-family.html \\\n  --title \"Hart Family Tree\" --subtitle \"Six generations of history\"\n\n# Demo with bundled US Presidents data\npython3 scripts/build_explorer.py assets/demo-presidents.ged presidents.html \\\n  --title \"Presidential Family Explorer\" --subtitle \"US Presidents & Their Ancestors\"\n\nFeatures\nDashboard — Stats grid (people, families, places, generations), On This Day events, top surnames, geographic origins, people by century, party breakdown (for presidential data)\nFamily Tree — Interactive tree visualization with zoom/pan, select any person as root, color-coded by gender/president status\nPeople — Searchable/filterable directory with gender and president filters, pagination, click for full detail modal\nTimeline — Chronological events (births, deaths, marriages) with filters and search\nDaily Alerts — Today's anniversaries, random ancestor spotlight, fun facts\nPerson Modal — Full detail view with parents, spouses, children (all clickable links)\nGlobal Search — Search across all tabs by name, place, or year\nHow It Works\n\nbuild_explorer.py parses the GEDCOM, extracts all individuals + families, computes stats, and embeds everything as inline JSON in a single HTML file. No server needed — just open the HTML.\n\nAuto-detects US Presidents from OCCU (occupation) fields. Works with any GEDCOM; presidential features simply won't appear if no president data exists.\n\nGEDCOM Sources\n\nUsers can export .ged files from:\n\nAncestry.com → Tree Settings → Export Tree\nFamilySearch.org → Download GEDCOM\nMyHeritage → Family Tree → Export → GEDCOM\nAny genealogy software (Gramps, RootsMagic, Legacy, etc.)\nDemo Data\n\nassets/demo-presidents.ged — Public domain US Presidents GEDCOM (2,322 people, 1,115 families, 44 presidents). Source: webtreeprint.com.\n\nServing Locally\ncd /path/to/output/dir\npython3 -m http.server 8899\n# Open http://localhost:8899/family-explorer.html\n\nExtending\n\nThe generated HTML is fully self-contained. To customize:\n\nEdit CSS variables in :root for theming\nThe dashboard adapts to whatever data is in the GEDCOM — no presidential data required\nFor OpenClaw cron integration: parse GEDCOM daily events and send \"On This Day\" notifications via Telegram"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/justinhartbiz/gedcom-explorer",
    "publisherUrl": "https://clawhub.ai/justinhartbiz/gedcom-explorer",
    "owner": "justinhartbiz",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gedcom-explorer",
    "downloadUrl": "https://openagent3.xyz/downloads/gedcom-explorer",
    "agentUrl": "https://openagent3.xyz/skills/gedcom-explorer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gedcom-explorer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gedcom-explorer/agent.md"
  }
}