← Back to directory

@eir-space

Find Health Skill

Searches the Eir health skill registry to find relevant condition, triage, medication, and health.md-compatible skills for the active user context.

Installnpx @eir-space/skills add Eir-Space/eir-open --skill find-health-skill
VerifiedNot applicable

Registry Metadata

Skill name
find-health-skill
Skill path
find-health-skill/
Version
0.1.0
Last reviewed
2026-02-26
Populations
general
Regions
global
Status
published

Capability Signals

  • Does not require health.md to be useful.
  • No linked file contract is declared.
  • SKILL.md is fetched from the linked GitHub repository.
  • Current moderation tier: Verified.

Badges & Trust Signals

Registry SearchEir Core

This registry preserves review state, moderation tier, source links, and repo metadata so submissions can publish fast without losing context.

Install / Use

This registry is repo-first. Submit or update by pointing to a GitHub repo and skill path, similar to general skill directories.

npx @eir-space/skills add Eir-Space/eir-open --skill find-health-skill
repo: https://github.com/Eir-Space/find-health-skill
skill_path: find-health-skill/

You can also fetch the hosted markdown directly and install from the file.

curl -fsSL https://skills.eir.space/skills/find-health-skill/skill.md -o SKILL.md
Open hosted SKILL.md

SKILL.md

Fetched from the linked GitHub repository for this skill.

https://raw.githubusercontent.com/Eir-Space/find-health-skill/main/find-health-skill/SKILL.md

Find Health Skill

Overview

Use this skill to route users to the most relevant health skills quickly and safely. Prefer skills with better trust metadata (reviewStatus, moderation tier, source URLs) when multiple options match.

Registry Query Workflow

Follow this flow when finding skills.

1. Identify Search Intent

Extract the primary health context from the conversation:

  • condition/context (pregnancy, diabetes, hypertension, etc.)
  • workflow need (triage, medication info, monitoring, health.md management)
  • user scope (region, population if known)

2. Query the Eir Registry

Query:

  • GET https://skills.eir.space/api/skills?q=<query>

If available, filter with tags/review/tier:

  • tag
  • review
  • tier

3. Rank Matches

Rank candidates by: 1. direct relevance to condition/context 2. moderation tier (clinician_reviewed > verified > community) 3. review status clarity 4. health.md compatibility (when a longitudinal record is needed) 5. linked-file support (for example pregnancy.md, diabetes.md) when detailed tracking is needed

4. Recommend a Minimal Skill Set

Return 1-3 skills maximum by default:

  • one base/orchestration skill (usually health)
  • one condition/workflow skill
  • one optional support/discovery skill if needed

5. Explain Why Each Skill Was Chosen

For each recommendation, include:

  • skill name
  • short reason
  • trust metadata note
  • whether it writes or expects health.md/linked files

Output Format

Use this concise format:

Recommended skills:
1) health — Base health record orchestration (health.md)
2) pregnancy — Pregnancy-focused context and tracking (creates pregnancy.md)
3) find-health-skill — Discovery layer for additional health skills

Trust notes:
- pregnancy: not medically reviewed (source URLs listed, last reviewed date present)

Safety Rules

  • Do not imply a skill is clinically validated unless metadata explicitly states that.
  • If all matching skills are not_medically_reviewed, state that clearly.
  • Prefer transparent recommendations over broad confidence claims.

References

  • Read references/registry-api-and-ranking.md for query examples and ranking heuristics.