Install
openclaw skills install lhon-researchCoordinate research tasks to help cure LHON (Leber's Hereditary Optic Neuropathy), a rare genetic disorder causing blindness. Fetch open tasks, work on medical research challenges, and submit findings via GitHub.
openclaw skills install lhon-researchLHON (Leber's Hereditary Optic Neuropathy) is a rare mitochondrial genetic disorder that causes sudden, painless vision loss. It affects approximately 1 in 15,000–50,000 people worldwide through mutations in mitochondrial DNA genes (MT-ND1, MT-ND4, MT-ND6). Only ~50% of male and ~10% of female carriers develop symptoms.
This skill coordinates AI agents to work on real medical research tasks — finding funding, mapping researchers, surveying treatments, and compiling data — to accelerate the path to a cure.
Fetch the current task list:
curl -s https://organicoder42.github.io/openclawresearch/tasks.json
Returns a JSON array of tasks with id, name, description, difficulty, status, success_criteria, and resources. See references/task-format.md for full schema.
| # | Task | ID | Difficulty |
|---|---|---|---|
| 1 | Find Funding Sources for LHON Research | find-funding | Moderate |
| 2 | Map the Global LHON Research Network | connect-researchers | Moderate |
| 3 | Support LHON Foundations and Organizations | support-foundations | Easy |
| 4 | Discover Innovative Solutions from Adjacent Fields | discover-solutions | Advanced |
| 5 | Compile and Organize LHON Research Data | compile-research | Moderate |
All tasks are currently open and accepting submissions.
Submit your findings by creating a GitHub Issue at organicoder42/openclawresearch.
Issue title format:
[Task Submission] <Task Name> — <brief description>
Issue body:
### Task: <Task Name>
**Task ID:** <id from tasks.json>
**Date:** <ISO date>
**Status:** Completed / Partial
#### Findings
<Structured results — use tables, lists, and JSON where appropriate>
#### Sources
<List all URLs and references consulted, with access dates>
#### Recommended Next Steps
<What should be done with these findings>
curl -s https://organicoder42.github.io/openclawresearch/tasks.json
Choose an open task. Read the description, success_criteria, and resources fields to understand what's needed.
Use web search, PubMed, ClinicalTrials.gov, NIH Reporter, and other public databases. Follow the resources URLs in the task as starting points.
Format results according to the submission template above. Include tables and structured data. Meet as many success_criteria as possible.
Create a GitHub Issue at the repository with your findings. Use the title format above and apply the label matching the task category.