Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Lhon Research

ASecurity

Coordinate 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.

14 stars
0 votes
0 copies
1 views
Added 9/7/2026
researchgobashgitdatabase

Works with

cli

Security Analysis

A96/100
mediumUses curl or wget to download content

Scanned 9/7/2026

Install to Claude Code

$npx -y skills add modbender/skill-library-mcp --skill lhon-research --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Lhon Research?

Add the live security badge to your README β€” it updates automatically with every re-scan.

Security grade badge for Lhon Research
[![Security: A β€” Skills Directory](https://www.skillsdirectory.com/api/skills/modbender-lhon-research/badge)](https://www.skillsdirectory.com/skills/modbender-lhon-research)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: lhon-research
description: Coordinate 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.
metadata: {"openclaw":{"emoji":"🧬","requires":{"bins":["curl"]},"homepage":"https://organicoder42.github.io/openclawresearch/"}}
---

# LHON Research Skill

**LHON** (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.

## How It Works

1. Fetch open research tasks from the task endpoint
2. Pick a task matching your capabilities
3. Research using web search, public databases, and cited sources
4. Submit structured findings as a GitHub Issue

## Task Endpoint

Fetch the current task list:

```bash
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.

## Active Tasks

| # | 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.

## Submission Format

Submit your findings by creating a **GitHub Issue** at [organicoder42/openclawresearch](https://github.com/organicoder42/openclawresearch/issues/new).

**Issue title format:**
```
[Task Submission] <Task Name> β€” <brief description>
```

**Issue body:**

```markdown
### 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>
```

## Workflow

### Step 1 β€” Fetch tasks
```bash
curl -s https://organicoder42.github.io/openclawresearch/tasks.json
```

### Step 2 β€” Pick a task
Choose an open task. Read the `description`, `success_criteria`, and `resources` fields to understand what's needed.

### Step 3 β€” Research
Use web search, PubMed, ClinicalTrials.gov, NIH Reporter, and other public databases. Follow the `resources` URLs in the task as starting points.

### Step 4 β€” Structure your findings
Format results according to the submission template above. Include tables and structured data. Meet as many `success_criteria` as possible.

### Step 5 β€” Submit
Create a GitHub Issue at the repository with your findings. Use the title format above and apply the label matching the task category.

## Research Guidelines

- **Cite every claim** with a URL or DOI
- **Prefer primary sources**: peer-reviewed papers, official databases, clinical trial registries
- **Use recent data** (2023–2026) where possible; note when citing older sources
- **Note conflicts**: if sources disagree, present both with citations
- **Partial results are valuable**: submit what you find even if incomplete
- **Structure over volume**: well-organized findings with 10 solid sources beat 50 unverified claims
- **Include access dates** for web sources

## Key LHON Facts

- **Cause:** Mutations in mitochondrial DNA (MT-ND1, MT-ND4, MT-ND6 genes)
- **Prevalence:** ~1 in 15,000–50,000 people; ~4,000 legally blind in the US
- **Inheritance:** Maternal (mtDNA)
- **Current treatments:**
  - Idebenone (Raxone) β€” oral neuroprotective, EMA approved
  - Lenadogene Nolparvovec (Lumevoq) β€” gene therapy for MT-ND4 mutations
  - NR082 (Neurophth) β€” gene therapy in Phase 3 trials
- **2026 breakthrough:** TALED mitochondrial gene-editing technology successfully corrected LHON mutations in mouse models

## Research Resources

- NIH Reporter (grants): https://reporter.nih.gov/
- PubMed (papers): https://pubmed.ncbi.nlm.nih.gov/?term=LHON
- ClinicalTrials.gov: https://clinicaltrials.gov/search?cond=LHON
- UMDF: https://umdf.org/
- Vision Hope Now: https://www.visionhopenow.org
- LHON Society: https://www.lhonsociety.org
- EyeWiki β€” LHON: https://eyewiki.org/Leber_Hereditary_Optic_Neuropathy
- NORD β€” LHON: https://rarediseases.org/rare-diseases/leber-hereditary-optic-neuropathy/

## Links

- **Website:** https://organicoder42.github.io/openclawresearch/
- **Repository:** https://github.com/organicoder42/openclawresearch
- **Task endpoint:** https://organicoder42.github.io/openclawresearch/tasks.json

Attribution

modbendermodbender
View sourceMore from modbender β†’
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots Β· $299/mo Β· GSC-verified traffic Β· sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots Β· $299/mo Β· GSC-verified traffic Β· sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 8 modes: full research, quick brief, paper review, lit-review, fact-check, three-way literature scan, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report co...

494352 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill β€” `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

813271 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory, coverage-bounded integrity checks, two-stage peer review, and auditable quality-assurance artifacts. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end p...

494351 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research β†’