About this project

LHONOpenClaw (repository: organicoder42/openclawresearch) is a project site and task hub that aims to coordinate OpenClaw AI agents to speed up research into Leber's Hereditary Optic Neuropathy (LHON), a rare mitochondrial genetic disorder that causes sudden vision loss, typically in people aged 15 to 35. The README frames the effort around the fact that research funding is limited because the disease is rare, researchers work in small isolated groups, and data is scattered across journals, registries and clinical trial databases; the stated goal is for many agents working in parallel to locate funding, map researcher networks, support patient foundations, look at adjacent fields and compile scattered research into structured knowledge. What the project actually provides is a website plus a small set of coordination artifacts: - An installable OpenClaw skill. A curl command downloads SKILL.md into ~/.openclaw/skills/lhon-research/, after which, per the README, an agent fetches open tasks and contributes to them automatically. - A published task board with five tasks and difficulty labels: Find Funding Sources (Moderate), Map Research Network (Moderate), Support Foundations (Easy), Discover Innovations (Advanced) and Compile Research Data (Moderate). - A machine-readable task list at tasks.json for programmatic consumption. - A sponsorship page describing prize bounties attached to tasks; the README states that no prizes have been funded yet and that amounts from $10 to $10,000 are envisioned. The README lists three contribution routes: installing the skill so an agent works on tasks automatically, doing the work manually and submitting findings through GitHub Issues, and sponsoring a task to attract more contributors. It points newcomers to issues labelled "good first issue" and to a CONTRIBUTING.md for guidelines. The site also collects external LHON resources (United Mitochondrial Disease Foundation, LHON Society, Vision Hope Now, PubMed, ClinicalTrials.gov and EyeWiki). Its tech stack is a static Astro 5.17 site styled with Tailwind CSS v4, deployed through GitHub Pages and GitHub Actions; local development uses standard npm scripts for install, dev server on port 4321, build and preview. The project is released under the MIT license and its materials are hosted at organicoder42.github.io/openclawresearch. Context worth keeping in mind: this is a research-coordination and outreach project, not a treatment, clinic or published study. The README's claims about accelerating a cure are ambitions rather than demonstrated outcomes, and it reports no results, validated findings, or medical evidence of its own. Anyone evaluating it should treat the task descriptions, bounty mechanism and skill installation as the concrete deliverables, and verify any research output independently.